Skip to content

Commit

Permalink
Add NETCDF_PATH to the machine config for LLNL machines.
Browse files Browse the repository at this point in the history
Adds the NETCDF_PATH to config_machines.xml for the Livermore
machines.  This is needed to sucessfully build cprnc, for
example.

[BFB] - Bit-For-Bit

See confluence for a more detailed description about these tags.
  • Loading branch information
AaronDonahue committed Apr 19, 2019
1 parent 176d533 commit 07e6362
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/e3sm/machines/config_machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1440,6 +1440,7 @@
<EXEROOT>/p/lscratchh/$CCSMUSER/$CASE/bld</EXEROOT>
<environment_variables compiler="intel">
<env name="NETCDFROOT">/usr/tce/packages/netcdf-fortran/netcdf-fortran-4.4.4-intel-18.0.1/</env>
<env name="NETCDF_PATH">/usr/tce/packages/netcdf-fortran/netcdf-fortran-4.4.4-intel-18.0.1/</env>
</environment_variables>
<environment_variables compiler="intel" mpilib="!mpi-serial">
<env name="PNETCDFROOT">/usr/tce/packages/pnetcdf/pnetcdf-1.9.0-intel-18.0.1-mvapich2-2.2/</env>
Expand Down Expand Up @@ -1492,6 +1493,7 @@
<EXEROOT>/p/lscratchh/$CCSMUSER/$CASE/bld</EXEROOT>
<environment_variables compiler="intel">
<env name="NETCDFROOT">/usr/tce/packages/netcdf-fortran/netcdf-fortran-4.4.4-intel-18.0.1/</env>
<env name="NETCDF_PATH">/usr/tce/packages/netcdf-fortran/netcdf-fortran-4.4.4-intel-18.0.1/</env>
</environment_variables>
<environment_variables compiler="intel" mpilib="!mpi-serial">
<env name="PNETCDFROOT">/usr/tce/packages/pnetcdf/pnetcdf-1.9.0-intel-18.0.1-mvapich2-2.2/</env>
Expand Down

0 comments on commit 07e6362

Please sign in to comment.