diff --git a/Makefile.system b/Makefile.system index f2fdc5c4b..e57205913 100644 --- a/Makefile.system +++ b/Makefile.system @@ -433,7 +433,7 @@ CCOMMON_OPT += -fopenmp endif ifeq ($(C_COMPILER), INTEL) -CCOMMON_OPT += -openmp +CCOMMON_OPT += -fopenmp endif ifeq ($(C_COMPILER), PGI)