define PARALLEL_IO if H5_HAVE_PARALLEL is defined
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user