Skip to content

Commit

Permalink
Remove redundant definition of (p)netcdf variables for LANL machines
Browse files Browse the repository at this point in the history
This commit removes an explicit definition of the netcdf and parallel
netcdf variables for CIME. These are removed because they are already
defined by the module files that are loaded for these machines.
  • Loading branch information
douglasjacobsen committed Sep 1, 2016
1 parent 45cc32d commit 7fc7463
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions cime_config/acme/machines/config_compilers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1175,16 +1175,6 @@ for mct, etc.
<GPTL_CPPDEFS> -DHAVE_VPRINTF -DHAVE_GETTIMEOFDAY </GPTL_CPPDEFS>
</compiler>

<compiler MACH="mustang">
<NETCDF_PATH>$(NETCDF)</NETCDF_PATH>
<PNETCDF_PATH>$(PARALLEL_NETCDF)</PNETCDF_PATH>
</compiler>

<compiler MACH="wolf">
<NETCDF_PATH>$(NETCDF)</NETCDF_PATH>
<PNETCDF_PATH>$(PARALLEL_NETCDF)</PNETCDF_PATH>
</compiler>

<compiler COMPILER="gnu" MACH="mustang">
<ADD_CFLAGS> -std=c99 </ADD_CFLAGS>
</compiler>
Expand Down

0 comments on commit 7fc7463

Please sign in to comment.