Skip to content
Snippets Groups Projects
Commit 8445562b authored by Andreas Korpi-Lagg's avatar Andreas Korpi-Lagg
Browse files

script update

parent 2f70bf83
No related branches found
No related tags found
No related merge requests found
......@@ -45,14 +45,21 @@ AC_PREFIX_DEFAULT(`pwd`)
# Check MPI first. This might overwrite FC
OMPI_FC=$FC
if test "x$with_mpi" != "x" ; then
case $FC in
*ifort|*ifx)
**ifx)
MPIFC="mpi$FC"
;;
*ifort)
MPIFC="mpifort"
;;
*)
MPIFC=""
;;
esac
else
MPIFC=""
fi
AC_MSG_NOTICE([MPI Fortran compiler: $MPIFC])
MPICC=""
PP="-D"
......
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