diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2014-07-07 18:22:48 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2014-07-07 18:22:48 (GMT) |
commit | 06ef71a37fab21fac487593789cd41e2c5d03007 (patch) | |
tree | a8ef3582573725f38879ab8a05de4db386bcf733 /src/H5config.h.in | |
parent | 5ad9bfb32229ce1a1a42ed9e5574dcba23ba1a2c (diff) | |
download | hdf5-06ef71a37fab21fac487593789cd41e2c5d03007.zip hdf5-06ef71a37fab21fac487593789cd41e2c5d03007.tar.gz hdf5-06ef71a37fab21fac487593789cd41e2c5d03007.tar.bz2 |
[svn-r25397] - remove configure checks for MPI_File_get_size and Big
MPI_File_set_size as they are supported by most MPI implementations.
- fix bug in t_mpi.c (HDFFV-8856)
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r-- | src/H5config.h.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index 82925bf..daf7d0d 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -253,9 +253,6 @@ /* Define to 1 if you have the <mpe.h> header file. */ #undef HAVE_MPE_H -/* Define if MPI_File_get_size works correctly */ -#undef HAVE_MPI_GET_SIZE - /* Define if `MPI_Comm_c2f' and `MPI_Comm_f2c' exists */ #undef HAVE_MPI_MULTI_LANG_Comm @@ -479,10 +476,6 @@ /* Define if the metadata trace file code is to be compiled in */ #undef METADATA_TRACE_FILE -/* Define if your system's `MPI_File_set_size' function works for files over - 2GB. */ -#undef MPI_FILE_SET_SIZE_BIG - /* Define if we can violate pointer alignment restrictions */ #undef NO_ALIGNMENT_RESTRICTIONS |