Skip to content

Commit

Permalink
added -DNO_IEECK flag for NAG compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
dalekopera committed Nov 15, 2024
1 parent bcec6be commit 4b92449
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion compiler.mac64.osx.n95
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
FORTRAN='nagfor'
# for compiler version pre 5.2 replace by
#FORTRAN='f95'
BASIC='-c -dcfuns -quiet -fpp'
BASIC='-c -dcfuns -quiet -fpp -DNO_IEEECK'
I8='-i8'
LIBCMD=''
MODCMD='-I$MOD'
Expand Down
2 changes: 1 addition & 1 deletion compiler.pc.lnx.n95
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
FORTRAN='nagfor'
# for compiler version pre 5.2 replace by
#FORTRAN='f95'
BASIC='-c -dcfuns -quiet -fpp'
BASIC='-c -dcfuns -quiet -fpp -DNO_IEEECK'
I8='-i8'
LIBCMD=''
MODCMD='-I$MOD'
Expand Down
2 changes: 1 addition & 1 deletion compiler.pc.mgw.n95
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
FORTRAN='nagfor'
# for compiler version pre 5.2 replace by
#FORTRAN='f95'
BASIC='-c -dcfuns -quiet -fpp'
BASIC='-c -dcfuns -quiet -fpp -DNO_IEEECK'
I8='-i8'
LIBCMD=''
MODCMD='-I$MOD'
Expand Down
2 changes: 1 addition & 1 deletion compiler.pc64.lnx.n95
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
FORTRAN='nagfor'
# for compiler version pre 5.2 replace by
#FORTRAN='f95'
BASIC='-c -dcfuns -quiet -fpp'
BASIC='-c -dcfuns -quiet -fpp -DNO_IEEECK'
I8='-i8'
LIBCMD=''
MODCMD='-I$MOD'
Expand Down
2 changes: 1 addition & 1 deletion compiler.ppc.aix.n95
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
FORTRAN='nagfor'
# for compiler version pre 5.2 replace by
#FORTRAN='f95'
BASIC='-c -dcfuns -quiet -fpp'
BASIC='-c -dcfuns -quiet -fpp -DNO_IEEECK'
I8='-i8'
LIBCMD=''
MODCMD='-I$MOD'
Expand Down
2 changes: 1 addition & 1 deletion compiler.sun.sol.n95
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
FORTRAN='nagfor'
# for compiler version pre 5.2 replace by
#FORTRAN='f95'
BASIC='-c -dcfuns -quiet -fpp'
BASIC='-c -dcfuns -quiet -fpp -DNO_IEEECK'
I8='-i8'
LIBCMD=''
MODCMD='-I$MOD'
Expand Down
2 changes: 1 addition & 1 deletion deprecated/compiler.i64.lnx.n95
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
FORTRAN='nagfor'
# for compiler version pre 5.2 replace by
#FORTRAN='f95'
BASIC='-c -dcfuns'
BASIC='-c -dcfuns -DNO_IEEECK'
LIBCMD=''
MODCMD='-I$MOD'
MODCMDB=$MODCMD
Expand Down
2 changes: 1 addition & 1 deletion deprecated/compiler.mac.osx.n95
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
FORTRAN='nagfor'
# for compiler version pre 5.2 replace by
#FORTRAN='f95'
BASIC='-c -dcfuns'
BASIC='-c -dcfuns -DNO_IEEECK'
LIBCMD=''
MODCMD='-I$MOD'
MODCMDB=$MODCMD
Expand Down

0 comments on commit 4b92449

Please sign in to comment.