Skip to content

Commit

Permalink
Merge pull request OpenMathLib#4624 from ChipKerchner/removeOMPfromXLF
Browse files Browse the repository at this point in the history
Remove -openmp flag from XLF (since it doesn't support it).
  • Loading branch information
martin-frbg authored Apr 11, 2024
2 parents 93d975d + 1c13cda commit 15b9fc3
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 15b9fc3

Please sign in to comment.