HOSTS: By default use IMPI with Intel compiler.

Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
Grzegorz Kowal 2021-11-03 13:01:33 -03:00
parent 5bbd6b1242
commit 3a056d4ddc

View File

@ -110,7 +110,7 @@ ifeq ($(COMPILER), INTEL)
# compiler and linker setup
#
ifeq ($(MPI),Y)
FC = mpifort
FC = mpiifort
else
FC = ifort
endif