Skip to content

Commit

Permalink
Merge pull request #1386 from jedwards4b/hobart_netcdf_slib_fix
Browse files Browse the repository at this point in the history
simplify netcdf lib args on hobart

Using nf-config is overly complicated and in this case unnecessary, remove it.

Test suite: scripts_regression_tests + SMS.f19_g16.X for all supported compilers on hobart
Test baseline:
Test namelist changes:
Test status: bit for bit
Fixes #1344

User interface changes?:

Code review: Bill Sacks
  • Loading branch information
billsacks authored Apr 19, 2017
2 parents 5a141f8 + c04a4cc commit 40a6017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/cesm/machines/config_compilers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ using a fortran linker.
<MPI_LIB_NAME MPILIB="mvapich2"> mpich</MPI_LIB_NAME>
<NETCDF_PATH>$ENV{NETCDF_PATH}</NETCDF_PATH>
<SLIBS>
<append>$SHELL{${NETCDF_PATH}/bin/nf-config --flibs}</append>
<append>-L$NETCDF_PATH/lib -lnetcdff -lnetcdf</append>
</SLIBS>
</compiler>

Expand Down

0 comments on commit 40a6017

Please sign in to comment.