summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/lib/h5diff.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/lib/h5diff.c b/tools/lib/h5diff.c
index a157818..65959a2 100644
--- a/tools/lib/h5diff.c
+++ b/tools/lib/h5diff.c
@@ -55,6 +55,8 @@ void phdiff_dismiss_workers(void)
MPI_Send(NULL, 0, MPI_BYTE, i, MPI_TAG_END, MPI_COMM_WORLD);
}
+#endif
+
/*-------------------------------------------------------------------------
* Function: print_manager_output
*
@@ -81,8 +83,6 @@ void print_manager_output(void)
}
}
-#endif
-
/*-------------------------------------------------------------------------
* Function: h5diff
*