Skip to content
Snippets Groups Projects
Commit de09e3fb authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

Added mpifort to the list of MPI Fortran compilers.

parent 9da96167
No related branches found
No related tags found
No related merge requests found
...@@ -28247,7 +28247,7 @@ else ...@@ -28247,7 +28247,7 @@ else
call mpi_waitall call mpi_waitall
end end
_ACEOF _ACEOF
for ac_lib in '' mpi mpi_f90 mpi_f77 mpich; do for ac_lib in '' mpi mpifort mpi_f90 mpi_f77 mpich; do
if test -z "$ac_lib"; then : if test -z "$ac_lib"; then :
ac_res="none required" ac_res="none required"
LIBS="$MPI_FC_LIB $acx_option_func_search_save_LIBS" LIBS="$MPI_FC_LIB $acx_option_func_search_save_LIBS"
...@@ -28279,7 +28279,7 @@ fi ...@@ -28279,7 +28279,7 @@ fi
call mpi_waitall call mpi_waitall
end end
_ACEOF _ACEOF
for ac_lib in '' mpi mpi_f90 mpi_f77 mpich; do for ac_lib in '' mpi mpifort mpi_f90 mpi_f77 mpich; do
if test -z "$ac_lib"; then : if test -z "$ac_lib"; then :
ac_res="none required" ac_res="none required"
LIBS="$MPI_FC_LIB -lmpi_f77 -lmpi $acx_option_func_search_save_LIBS" LIBS="$MPI_FC_LIB -lmpi_f77 -lmpi $acx_option_func_search_save_LIBS"
...@@ -28311,7 +28311,7 @@ fi ...@@ -28311,7 +28311,7 @@ fi
call mpi_waitall call mpi_waitall
end end
_ACEOF _ACEOF
for ac_lib in '' mpi mpi_f90 mpi_f77 mpich; do for ac_lib in '' mpi mpifort mpi_f90 mpi_f77 mpich; do
if test -z "$ac_lib"; then : if test -z "$ac_lib"; then :
ac_res="none required" ac_res="none required"
LIBS="$MPI_FC_LIB -lmpi $acx_option_func_search_save_LIBS" LIBS="$MPI_FC_LIB -lmpi $acx_option_func_search_save_LIBS"
...@@ -160,7 +160,7 @@ AC_ARG_ENABLE([mpi], ...@@ -160,7 +160,7 @@ AC_ARG_ENABLE([mpi],
[ACX_FORTRAN_PACKAGE([MPI], [mpif.h],,, [ACX_FORTRAN_PACKAGE([MPI], [mpif.h],,,
[AC_MSG_FAILURE([Required include mpif.h not found or not compilable.]) [AC_MSG_FAILURE([Required include mpif.h not found or not compilable.])
enable_MPI=no],[mpi_waitall], enable_MPI=no],[mpi_waitall],
[mpi mpi_f90 mpi_f77 mpich],[[-lmpi_f77 -lmpi],[-lmpi]],, [mpi mpifort mpi_f90 mpi_f77 mpich],[[-lmpi_f77 -lmpi],[-lmpi]],,
[AC_MSG_FAILURE([Cannot link Fortran MPI programs.]) [AC_MSG_FAILURE([Cannot link Fortran MPI programs.])
enable_MPI=no],[])])], enable_MPI=no],[])])],
[enable_mpi=no]) [enable_mpi=no])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment