Merge pull request #1550 from martin-frbg/ifort-openmpflag

Update compiler flag for openmp use with ICC
This commit is contained in:
Martin Kroeker 2018-05-09 09:02:38 +02:00 committed by GitHub
commit e3a069f108
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -433,7 +433,7 @@ CCOMMON_OPT += -fopenmp
endif
ifeq ($(C_COMPILER), INTEL)
CCOMMON_OPT += -openmp
CCOMMON_OPT += -fopenmp
endif
ifeq ($(C_COMPILER), PGI)