diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2014-07-10 14:36:34 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2014-07-10 14:36:34 (GMT) |
commit | 2700d20859e67995145677af5e3c627c19bd87b4 (patch) | |
tree | 556d0b713ebf586094d38127ecd4a02f4490e745 /src/Makefile.in | |
parent | 0cb7846c407daef8a2c35339676078f8338cdd12 (diff) | |
download | hdf5-2700d20859e67995145677af5e3c627c19bd87b4.zip hdf5-2700d20859e67995145677af5e3c627c19bd87b4.tar.gz hdf5-2700d20859e67995145677af5e3c627c19bd87b4.tar.bz2 |
[svn-r25402] Bring 25397/8 from trunk:
- remove configure checks for MPI_File_get_size and Big MPI_File_set_size as they are supported by MPIO implementations today.
- fix bug in t_mpi.c (HDFFV-8856)
tested with h5committest.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 30b0ae1..1d42bf0 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -564,7 +564,6 @@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MPE = @MPE@ -MPI_GET_SIZE = @MPI_GET_SIZE@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ |