Skip to content

Commit

Permalink
make intel compiler on macos happy
Browse files Browse the repository at this point in the history
  • Loading branch information
lu1and10 committed Aug 8, 2023
1 parent 7b6a0ab commit d4e7cb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make.inc.macos.intel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
CC=icc
CXX=icpc
FC=ifort
FFLAGS= -fPIC -O3 -march=native -funroll-loops -mkl -std=legacy
FFLAGS= -fPIC -O3 -march=native -funroll-loops -qmkl
LIBS=
#CLIBS = -lm -ldl -lifcore
CLIBS = -lm -ldl
Expand All @@ -26,6 +26,6 @@ endif
# -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk

OMPFLAGS = -qopenmp
OMPLIBS =
OMPLIBS = -qopenmp


0 comments on commit d4e7cb3

Please sign in to comment.