Skip to content

Commit e3a069f

Browse files
authored
Merge pull request #1550 from martin-frbg/ifort-openmpflag
Update compiler flag for openmp use with ICC
2 parents 6fff8c6 + 65b8a5c commit e3a069f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.system

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ CCOMMON_OPT += -fopenmp
433433
endif
434434

435435
ifeq ($(C_COMPILER), INTEL)
436-
CCOMMON_OPT += -openmp
436+
CCOMMON_OPT += -fopenmp
437437
endif
438438

439439
ifeq ($(C_COMPILER), PGI)

0 commit comments

Comments
 (0)