Merge pull request #1550 from martin-frbg/ifort-openmpflag
Update compiler flag for openmp use with ICC
This commit is contained in:
commit
e3a069f108
|
@ -433,7 +433,7 @@ CCOMMON_OPT += -fopenmp
|
|||
endif
|
||||
|
||||
ifeq ($(C_COMPILER), INTEL)
|
||||
CCOMMON_OPT += -openmp
|
||||
CCOMMON_OPT += -fopenmp
|
||||
endif
|
||||
|
||||
ifeq ($(C_COMPILER), PGI)
|
||||
|
|
Loading…
Reference in New Issue