define PARALLEL_IO if H5_HAVE_PARALLEL is defined

This commit is contained in:
2011-09-08 12:20:47 +00:00
parent cba9c17dff
commit 9de08ab78f
+6
View File
@@ -142,6 +142,12 @@ done: \
}
#endif
#include <hdf5.h>
#if defined(H5_HAVE_PARALLEL)
#define PARALLEL_IO 1
#endif
#if defined(PARALLEL_IO)
#include <mpi.h>
#endif