Change -openmp to -fopenmp for ifort entry as well

This commit is contained in:
Martin Kroeker
2018-05-09 12:34:09 +02:00
committed by GitHub
parent 65b8a5c5d8
commit 193f835662

View File

@@ -713,7 +713,7 @@ FCOMMON_OPT += -i8
endif
endif
ifeq ($(USE_OPENMP), 1)
FCOMMON_OPT += -openmp
FCOMMON_OPT += -fopenmp
endif
endif