Skip to content

Commit

Permalink
Merge pull request #36 from joezuntz/marcpaterno-fix-for-macos
Browse files Browse the repository at this point in the history
Fixes for MacOS OpenMP (v2)
  • Loading branch information
joezuntz authored Sep 1, 2022
2 parents ad235db + 6008364 commit 68b1da5
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions likelihood/planck2018/plc-3.0/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,7 @@ COLORS = 1
#set echo to echo -e to have colourized output on some shell
ECHO = echo


#COPENMP =
ifeq (${COSMOSIS_OMP},1)
# what is the openmp option for your C compiler (leave empty to compile without openmp)
COPENMP = -fopenmp
# what is the openmp option for your F90 compiler (leave empty to cmpile without openmp)
FOPENMP = -fopenmp
LDOMP = -fopenmp
endif
# OpenMP flags are already handled by ${COSMOSIS_SRC_DIR}/config/compilers.mk

# what is the 32/64 bit option for your C compiler (leave empty if you don't want to know)
CM64 =
Expand Down

0 comments on commit 68b1da5

Please sign in to comment.