Remove -openmp flag from XLF (since it doesn't support it).

This commit is contained in:
Chip Kerchner 2024-04-10 15:16:47 -05:00
parent 93d975d8fd
commit 1c13cda3fc
1 changed files with 0 additions and 3 deletions

View File

@ -1195,9 +1195,6 @@ endif
else
FCOMMON_OPT += -q32
endif
ifeq ($(USE_OPENMP), 1)
FCOMMON_OPT += -openmp
endif
endif
ifeq ($(F_COMPILER), PGI)