Intel MPI need to specify the compiler wrapped by the MPI wrapper. The default one seems to be gfortran. If use ifort
mpif90 -fc=ifort
Need to specify -fc=ifort
in proper flags in Makefile
.
Intel MPI need to specify the compiler wrapped by the MPI wrapper. The default one seems to be gfortran. If use ifort
mpif90 -fc=ifort
Need to specify -fc=ifort
in proper flags in Makefile
.