summaryrefslogtreecommitdiffstats
path: root/src/H5FDmpi.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2012-05-18 15:01:41 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2012-05-18 15:01:41 (GMT)
commitb247ef2d8948f29d37f93b9cfc60683c98bceeda (patch)
tree33802e06424d09838b97bfba36918be196c0f794 /src/H5FDmpi.c
parent886039ab68cf0c9a3242fb96676c815141571d38 (diff)
downloadhdf5-b247ef2d8948f29d37f93b9cfc60683c98bceeda.zip
hdf5-b247ef2d8948f29d37f93b9cfc60683c98bceeda.tar.gz
hdf5-b247ef2d8948f29d37f93b9cfc60683c98bceeda.tar.bz2
[svn-r22378] removed the parallel #endif by mistake.. oops
remove an un-needed bool
Diffstat (limited to 'src/H5FDmpi.c')
-rw-r--r--src/H5FDmpi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5FDmpi.c b/src/H5FDmpi.c
index 46e7ade..afc5536 100644
--- a/src/H5FDmpi.c
+++ b/src/H5FDmpi.c
@@ -488,3 +488,5 @@ H5FD_mpi_setup_collective(hid_t dxpl_id, MPI_Datatype *btype, MPI_Datatype *ftyp
done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5FD_mpi_setup_collective() */
+
+#endif /* H5_HAVE_PARALLEL */