Hotfix for ior -F -u

master
Julian M. Kunkel 2019-10-16 09:42:10 +01:00
parent 7f4f4af215
commit a69a5916cf
1 changed files with 2 additions and 1 deletions

View File

@ -130,7 +130,8 @@ int ior_main(int argc, char **argv)
for (tptr = tests_head; tptr != NULL; tptr = tptr->next) {
verbose = tptr->params.verbose;
if (rank == 0 && verbose >= VERBOSE_0) {
ShowTestStart(&tptr->params);
backend = tptr->params.backend;
ShowTestStart(&tptr->params);
}
// This is useful for trapping a running MPI process. While