use the H5_HAVE_PARALLEL macro from hdf5 instead of the macro PARALLEL_IO

This commit is contained in:
2017-07-27 18:31:34 +02:00
parent 3a9e0e4153
commit 2ed8ad093c
28 changed files with 84 additions and 69 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
#include <stdlib.h>
#include "H5hut.h"
#if defined (PARALLEL_IO)
#if defined (H5_HAVE_PARALLEL)
#include <mpi.h>
#endif
@@ -87,7 +87,7 @@ done:
H5FedCloseMesh (m);
H5CloseFile (f);
#if defined (PARALLEL_IO)
#if defined (H5_HAVE_PARALLEL)
MPI_Finalize ();
#endif