Skip to content

Commit

Permalink
Remove -openmp flag from XLF (since it doesn't support it).
Browse files Browse the repository at this point in the history
  • Loading branch information
ChipKerchner committed Apr 10, 2024
1 parent 93d975d commit 1c13cda
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile.system
Original file line number Diff line number Diff line change
Expand Up @@ -1195,9 +1195,6 @@ endif
else
FCOMMON_OPT += -q32
endif
ifeq ($(USE_OPENMP), 1)
FCOMMON_OPT += -openmp
endif
endif

ifeq ($(F_COMPILER), PGI)
Expand Down

0 comments on commit 1c13cda

Please sign in to comment.