define PARALLEL_IO only if H5_HAVE_PARALLEL is defined and but not PARALLEL_IO
This commit is contained in:
@@ -143,7 +143,7 @@ done: \
|
||||
#endif
|
||||
|
||||
#include <hdf5.h>
|
||||
#if defined(H5_HAVE_PARALLEL)
|
||||
#if defined(H5_HAVE_PARALLEL) && !defined(PARALLEL_IO)
|
||||
#define PARALLEL_IO 1
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user