summaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2015-02-02 18:52:35 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2015-02-02 18:52:35 (GMT)
commit68631b6e95d2000cf5134da37b18ca9d5b334e14 (patch)
treeaee5ec26cf53f595a4c6758846f6f67c467e96d7 /m4
parent51de1ce90257d3092230994f987cea6950af8724 (diff)
downloadhdf5-68631b6e95d2000cf5134da37b18ca9d5b334e14.zip
hdf5-68631b6e95d2000cf5134da37b18ca9d5b334e14.tar.gz
hdf5-68631b6e95d2000cf5134da37b18ca9d5b334e14.tar.bz2
[svn-r26113] Updated configure and the parallel tests to 'USE mpi' instead of 'include 'mpih.f'
tested jam (mpich + gnu).
Diffstat (limited to 'm4')
-rw-r--r--m4/aclocal_fc.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/aclocal_fc.m4 b/m4/aclocal_fc.m4
index b5e5cfa..03bd026 100644
--- a/m4/aclocal_fc.m4
+++ b/m4/aclocal_fc.m4
@@ -268,7 +268,7 @@ dnl Try link a simple MPI program.
AC_MSG_CHECKING([whether a simple MPI-IO Fortran program can be linked])
AC_LINK_IFELSE([
PROGRAM main
- include 'mpif.h'
+ USE mpi
INTEGER :: comm, amode, info, fh, ierror
CHARACTER(LEN=1) :: filename
CALL MPI_File_open( comm, filename, amode, info, fh, ierror)