mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[svn-r26062] Changed the fortran test back from "USE mpi" to "include "mpif.h"". Using the module causes problems on the Cray (hopper).
This commit is contained in:
parent
bc0d6a1500
commit
052638dbc8
2
configure
vendored
2
configure
vendored
@ -27959,7 +27959,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 :: ierr
|
||||
CALL mpi_file_open( ierr )
|
||||
END
|
||||
|
@ -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 :: ierr
|
||||
CALL mpi_file_open( ierr )
|
||||
END],
|
||||
|
Loading…
Reference in New Issue
Block a user