summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2015-02-20 18:30:47 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2015-02-20 18:30:47 (GMT)
commit57a1c0b93bc884c0ae4c5a1d469444e8721cc6ed (patch)
treeeddcdb66cd9c9b4dd1cc6c4461440414831864fc /configure
parentf679b9006dc1a5f0a32626200b943fd8ce5f1a6e (diff)
downloadhdf5-57a1c0b93bc884c0ae4c5a1d469444e8721cc6ed.zip
hdf5-57a1c0b93bc884c0ae4c5a1d469444e8721cc6ed.tar.gz
hdf5-57a1c0b93bc884c0ae4c5a1d469444e8721cc6ed.tar.bz2
[svn-r26254] Changed mpi test to use include 'mpif.h'
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index c56bce8..36ded58 100755
--- a/configure
+++ b/configure
@@ -27833,7 +27833,7 @@ $as_echo_n "checking whether a simple MPI-IO Fortran program can be linked... "
cat > conftest.$ac_ext <<_ACEOF
PROGRAM main
- USE mpi
+ INCLUDE 'mpif.h'
INTEGER :: comm, amode, info, fh, ierror
CHARACTER(LEN=1) :: filename
CALL MPI_File_open( comm, filename, amode, info, fh, ierror)