define PARALLEL_IO only if H5_HAVE_PARALLEL is defined and but not PARALLEL_IO

This commit is contained in:
2011-09-08 12:24:22 +00:00
parent 9de08ab78f
commit 72920b2cbd
+1 -1
View File
@@ -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