diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1999-11-22 18:08:32 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1999-11-22 18:08:32 (GMT) |
commit | 5dbf1ef375df764b7ee4f5fd1a781a341c76b8d1 (patch) | |
tree | 9e8f348666a94cf19a4d2071b04c31fb7c2216b9 /src/H5Fpublic.h | |
parent | ffa778636fa99f599f520b51e1696482537ddcb2 (diff) | |
download | hdf5-5dbf1ef375df764b7ee4f5fd1a781a341c76b8d1.zip hdf5-5dbf1ef375df764b7ee4f5fd1a781a341c76b8d1.tar.gz hdf5-5dbf1ef375df764b7ee4f5fd1a781a341c76b8d1.tar.bz2 |
[svn-r1844] Changed to use the H5_HAVE_PARALLEL macro names.
Diffstat (limited to 'src/H5Fpublic.h')
-rw-r--r-- | src/H5Fpublic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Fpublic.h b/src/H5Fpublic.h index 3dc536d..3f0e648 100644 --- a/src/H5Fpublic.h +++ b/src/H5Fpublic.h @@ -37,7 +37,7 @@ #define H5F_ACC_CREAT (H5check(),0x0010u) /*create non-existing files */ -#ifdef HAVE_PARALLEL +#ifdef H5_HAVE_PARALLEL /* * Use this constant string as the MPI_Info key to set H5Fmpio debug flags. * To turn on H5Fmpio debug flags, set the MPI_Info value with this key to |