Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
lizadams committed Sep 15, 2022
1 parent 8570102 commit a5723a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makeinclude.Linux2_x86_64gfort
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ E132 = -ffixed-line-length-132

MFLAGS = -ffast-math -funroll-loops -m64 -DIOAPI_NCF4=1 # -Wall -Wsurprising -march=native -mtune=native

OMPFLAGS = -fopenmp
OMPLIBS = -fopenmp
OMPFLAGS =
OMPLIBS =
COPTFLAGS = -O3 ${MFLAGS}
FOPTFLAGS = -O3 -std=legacy ${MFLAGS}
FPPFLAGS = -DF90=1
Expand Down
4 changes: 2 additions & 2 deletions Makeinclude.Linux2_x86_64gfortmpi
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ E132 = -ffixed-line-length-132

MFLAGS = -ffast-math -funroll-loops -m64 # -Wall -Wsurprising -march=native -mtune=native

#OMPFLAGS = -fopenmp
#OMPLIBS = -fopenmp
OMPFLAGS =
OMPLIBS =
COPTFLAGS = -O3 ${MFLAGS}
FOPTFLAGS = -O3 ${MFLAGS}
FPPFLAGS = -DF90=1 -DIOAPI_PNCF=1
Expand Down

0 comments on commit a5723a4

Please sign in to comment.