diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -27957,11 +27957,11 @@ ac_compiler_gnu=$ac_cv_fc_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a simple MPI-IO Fortran program can be linked" >&5 $as_echo_n "checking whether a simple MPI-IO Fortran program can be linked... " >&6; } cat > conftest.$ac_ext <<_ACEOF -make + PROGRAM main USE mpi INTEGER :: ierr - call mpi_file_open( ierr ) + CALL mpi_file_open( ierr ) END _ACEOF if ac_fn_fc_try_link "$LINENO"; then : |