From 72920b2cbdc33cdd21196ecb4e5764ce3ba006b8 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 8 Sep 2011 12:24:22 +0000 Subject: [PATCH] define PARALLEL_IO only if H5_HAVE_PARALLEL is defined and but not PARALLEL_IO --- src/include/h5core/h5_core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/h5core/h5_core.h b/src/include/h5core/h5_core.h index cae7dc5..8112000 100644 --- a/src/include/h5core/h5_core.h +++ b/src/include/h5core/h5_core.h @@ -143,7 +143,7 @@ done: \ #endif #include -#if defined(H5_HAVE_PARALLEL) +#if defined(H5_HAVE_PARALLEL) && !defined(PARALLEL_IO) #define PARALLEL_IO 1 #endif