Skip to content

Commit

Permalink
fixing make file
Browse files Browse the repository at this point in the history
  • Loading branch information
mrachh committed Jan 18, 2024
1 parent 5edee78 commit 52f2456
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/hfmm2d_example.make
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
OS = osx

#HOST = gcc
HOST = gcc-openmp
HOST = gcc
#HOST = gcc-openmp
#HOST = intel
#HOST = intel-openmp

Expand Down Expand Up @@ -32,7 +32,7 @@ endif

ifeq ($(HOST),gcc)
FC=gfortran -L${LDFMM}
FFLAGS=-fPIC -O3 -funroll-loops -march=native
FFLAGS=-fPIC -O3 -funroll-loops -march=native -std=legacy
endif

ifeq ($(HOST),gcc-openmp)
Expand Down

0 comments on commit 52f2456

Please sign in to comment.