Skip to content

Commit

Permalink
Merge pull request #1421 from jedwards4b/hobart_nag_fix
Browse files Browse the repository at this point in the history
nag compliler needs an additional library flag when built with debug

Test suite: SMS_D_Ld3.f45_g37_rx1.A.hobart_nag
Test baseline:
Test namelist changes:
Test status: bit for bit

Fixes

User interface changes?:

Code review:
  • Loading branch information
fischer-ncar authored Apr 26, 2017
2 parents 6bd0e4e + 14eeffb commit 8924bb3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/cesm/machines/config_compilers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,9 @@ using a fortran linker.
<LDFLAGS>
<append> -lpthread</append>
</LDFLAGS>
<SLIBS>
<append> -L/usr/local/nag/lib/NAG_Fortran </append>
</SLIBS>
</compiler>

<compiler MACH="hobart" COMPILER="pgi">
Expand Down

0 comments on commit 8924bb3

Please sign in to comment.