Skip to content

Commit

Permalink
Update support for LBL machines
Browse files Browse the repository at this point in the history
Minor updates NETCDF path for LBL Lawrencium cluster

[BFB]
  • Loading branch information
Gautam Bisht committed May 4, 2017
1 parent 6845b38 commit dc5fbf5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cime/config/acme/machines/config_compilers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1225,11 +1225,13 @@ for mct, etc.
</compiler>

<compiler COMPILER="intel" MACH="lawrencium-lr2">
<NETCDF_PATH>$(NETCDF_DIR)</NETCDF_PATH>
<ADD_SLIBS> -lnetcdff -lnetcdf -mkl</ADD_SLIBS>
<GPTL_CPPDEFS> -DHAVE_VPRINTF -DHAVE_GETTIMEOFDAY </GPTL_CPPDEFS>
</compiler>

<compiler COMPILER="intel" MACH="lawrencium-lr3">
<NETCDF_PATH>$(NETCDF_DIR)</NETCDF_PATH>
<ADD_SLIBS> -lnetcdff -lnetcdf -mkl</ADD_SLIBS>
<GPTL_CPPDEFS> -DHAVE_VPRINTF -DHAVE_GETTIMEOFDAY </GPTL_CPPDEFS>
</compiler>
Expand Down

0 comments on commit dc5fbf5

Please sign in to comment.