Skip to content

Commit

Permalink
added -fp-model=precise to SPARTA Makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
amagela committed Dec 8, 2023
1 parent 045873f commit 0bf2e3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/sphinx/08_sparta/Makefile.crossroads_omp_skx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SHELL = /bin/sh
# specify flags and libraries needed for your compiler

CC = CC
CCFLAGS = -g -O3 -DSPARTA_BIGBIG
CCFLAGS = -g -O3 -fp-model=precise -DSPARTA_BIGBIG
SHFLAGS = -fPIC
DEPFLAGS = -M

Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx/08_sparta/Makefile.crossroads_omp_spr
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SHELL = /bin/sh
# specify flags and libraries needed for your compiler

CC = CC
CCFLAGS = -g -O3 -DSPARTA_BIGBIG
CCFLAGS = -g -O3 -fp-model=precise -DSPARTA_BIGBIG
SHFLAGS = -fPIC
DEPFLAGS = -M

Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx/08_sparta/Makefile.crossroads_serial_spr
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SHELL = /bin/sh
# specify flags and libraries needed for your compiler

CC = CC
CCFLAGS = -g -O3 -DSPARTA_BIGBIG
CCFLAGS = -g -O3 -fp-model=precise -DSPARTA_BIGBIG
SHFLAGS = -fPIC
DEPFLAGS = -M

Expand Down

0 comments on commit 0bf2e3e

Please sign in to comment.