Browse Source
Merge pull request #4624 from ChipKerchner/removeOMPfromXLF
Remove -openmp flag from XLF (since it doesn't support it).
tags/v0.3.28^2
Martin Kroeker
GitHub
1 year ago
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
3 deletions
-
Makefile.system
|
|
@@ -1195,9 +1195,6 @@ endif |
|
|
|
else |
|
|
|
FCOMMON_OPT += -q32 |
|
|
|
endif |
|
|
|
ifeq ($(USE_OPENMP), 1) |
|
|
|
FCOMMON_OPT += -openmp |
|
|
|
endif |
|
|
|
endif |
|
|
|
|
|
|
|
ifeq ($(F_COMPILER), PGI) |
|
|
|