Skip to content

Commit

Permalink
Another try for pnetcdf
Browse files Browse the repository at this point in the history
  • Loading branch information
jgfouca committed May 24, 2019
1 parent 7eb00eb commit b14f3d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cime/config/e3sm/machines/config_compilers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ for mct, etc.
</SLIBS>
<NETCDF_C_PATH>$ENV{NETCDF_C_PATH}</NETCDF_C_PATH>
<NETCDF_FORTRAN_PATH>$ENV{NETCDF_FORTRAN_PATH}</NETCDF_FORTRAN_PATH>
<PNETCDF_PATH mpilib="!mpi-serial">$ENV{PNETCDF_PATH}</PNETCDF_PATH>
<PNETCDF_PATH>$ENV{PNETCDF_PATH}</PNETCDF_PATH>
</compiler>

<compiler MACH="anvil" COMPILER="intel">
Expand Down Expand Up @@ -741,7 +741,7 @@ for mct, etc.
</SLIBS>
<NETCDF_C_PATH>$ENV{NETCDF_C_PATH}</NETCDF_C_PATH>
<NETCDF_FORTRAN_PATH>$ENV{NETCDF_FORTRAN_PATH}</NETCDF_FORTRAN_PATH>
<PNETCDF_PATH mpilib="!mpi-serial">$ENV{PNETCDF_PATH}</PNETCDF_PATH>
<PNETCDF_PATH>$ENV{PNETCDF_PATH}</PNETCDF_PATH>
</compiler>

<compiler MACH="anvil" COMPILER="pgi">
Expand All @@ -752,7 +752,7 @@ for mct, etc.
</SLIBS>
<NETCDF_C_PATH>$ENV{NETCDF_C_PATH}</NETCDF_C_PATH>
<NETCDF_FORTRAN_PATH>$ENV{NETCDF_FORTRAN_PATH}</NETCDF_FORTRAN_PATH>
<PNETCDF_PATH mpilib="!mpi-serial">$ENV{PNETCDF_PATH}</PNETCDF_PATH>
<PNETCDF_PATH>$ENV{PNETCDF_PATH}</PNETCDF_PATH>
</compiler>

<compiler MACH="bebop" COMPILER="intel">
Expand All @@ -774,7 +774,7 @@ for mct, etc.
</SLIBS>
<NETCDF_C_PATH>$ENV{NETCDF_C_PATH}</NETCDF_C_PATH>
<NETCDF_FORTRAN_PATH>$ENV{NETCDF_FORTRAN_PATH}</NETCDF_FORTRAN_PATH>
<PNETCDF_PATH mpilib="!mpi-serial">$ENV{PNETCDF_PATH}</PNETCDF_PATH>
<PNETCDF_PATH>$ENV{PNETCDF_PATH}</PNETCDF_PATH>
</compiler>

<compiler MACH="blues" COMPILER="gnu">
Expand Down

0 comments on commit b14f3d3

Please sign in to comment.