Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
de09e3fb
Commit
de09e3fb
authored
Jan 05, 2017
by
Uwe Schulzweida
Browse files
Added mpifort to the list of MPI Fortran compilers.
parent
9da96167
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure
View file @
de09e3fb
...
...
@@ -28247,7 +28247,7 @@ else
call mpi_waitall
end
_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 :
ac_res="none required"
LIBS="$MPI_FC_LIB $acx_option_func_search_save_LIBS"
...
...
@@ -28279,7 +28279,7 @@ fi
call mpi_waitall
end
_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 :
ac_res="none required"
LIBS="$MPI_FC_LIB -lmpi_f77 -lmpi $acx_option_func_search_save_LIBS"
...
...
@@ -28311,7 +28311,7 @@ fi
call mpi_waitall
end
_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 :
ac_res="none required"
LIBS="$MPI_FC_LIB -lmpi $acx_option_func_search_save_LIBS"
configure.ac
View file @
de09e3fb
...
...
@@ -160,7 +160,7 @@ AC_ARG_ENABLE([mpi],
[ACX_FORTRAN_PACKAGE([MPI], [mpif.h],,,
[AC_MSG_FAILURE([Required include mpif.h not found or not compilable.])
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.])
enable_MPI=no],[])])],
[enable_mpi=no])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment