summaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2015-02-20 13:59:18 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2015-02-20 13:59:18 (GMT)
commit6ce3158da700ae63291f37bdd6edb2f4acda70c3 (patch)
tree7d8d92b02994724f8214cd1eb8195a58881c27db /m4
parent5867b6db9ee1dc9ed5db953351dbefe405791f2b (diff)
downloadhdf5-6ce3158da700ae63291f37bdd6edb2f4acda70c3.zip
hdf5-6ce3158da700ae63291f37bdd6edb2f4acda70c3.tar.gz
hdf5-6ce3158da700ae63291f37bdd6edb2f4acda70c3.tar.bz2
[svn-r26247] Reverted back from using 'USE MPI' to include 'mpif.h' since windows does not seem to support 'USE MPI'.
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 03bd026..be3336f 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
- 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)