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
c1488fdc
Commit
c1488fdc
authored
Jan 05, 2017
by
Uwe Schulzweida
Browse files
Revert "Added mpifort to the list of MPI Fortran compilers."
This reverts commit
de09e3fb
.
parent
ef9d898b
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure
View file @
c1488fdc
...
...
@@ -28259,7 +28259,7 @@ else
call mpi_waitall
end
_ACEOF
for ac_lib in '' mpi
mpifort
mpi_f90 mpi_f77 mpich; do
for ac_lib in '' mpi 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"
...
...
@@ -28291,7 +28291,7 @@ fi
call mpi_waitall
end
_ACEOF
for ac_lib in '' mpi
mpifort
mpi_f90 mpi_f77 mpich; do
for ac_lib in '' mpi 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"
...
...
@@ -28323,7 +28323,7 @@ fi
call mpi_waitall
end
_ACEOF
for ac_lib in '' mpi
mpifort
mpi_f90 mpi_f77 mpich; do
for ac_lib in '' mpi 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 @
c1488fdc
...
...
@@ -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
mpifort
mpi_f90 mpi_f77 mpich],[[-lmpi_f77 -lmpi],[-lmpi]],,
[mpi 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