Skip to content

Commit

Permalink
use newly installed esmf modules on izumi
Browse files Browse the repository at this point in the history
  • Loading branch information
fvitt committed Feb 16, 2021
1 parent db9bc6f commit ef1ca46
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions config/cesm/machines/config_machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1723,6 +1723,14 @@ This allows using a different mpirun command to launch unit tests
<modules compiler="nag" mpilib="mvapich2">
<command name="load">mpi/2.3.3/nag/6.2</command>
</modules>
<modules compiler="nag" mpilib="mvapich2" DEBUG="FALSE">
<command name="use">/fs/cgd/data0/modules/modulefiles/esmfpkgs/nag/6.2</command>
<command name="load">esmf-8.1.0b45-ncdfio-mvapich2-O</command>
</modules>
<modules compiler="nag" mpilib="mvapich2" DEBUG="TRUE">
<command name="use">/fs/cgd/data0/modules/modulefiles/esmfpkgs/nag/6.2</command>
<command name="load">esmf-8.1.0b45-ncdfio-mvapich2-g</command>
</modules>
<modules compiler="gnu">
<command name="load">compiler/gnu/9.3.0</command>
<command name="load">tool/netcdf/4.7.4/gnu/9.3.0</command>
Expand All @@ -1745,12 +1753,6 @@ This allows using a different mpirun command to launch unit tests
<environment_variables compiler="intel" comp_interface="nuopc" mpilib="mvapich2" DEBUG="TRUE">
<env name="ESMFMKFILE">/scratch/cluster/himanshu/PROGS/esmf/master/mvapich2/2.3.3/intel/20.0.1/lib/libg/Linux.intel.64.mvapich2.default/esmf.mk</env>
</environment_variables>
<environment_variables compiler="nag" mpilib="mvapich2" DEBUG="FALSE">
<env name="ESMFMKFILE">/home/fvitt/esmf_8_1_0b45/esmf/lib/libO/Linux.nag.64.mvapich2.default/esmf.mk</env>
</environment_variables>
<environment_variables compiler="nag" mpilib="mvapich2" DEBUG="TRUE">
<env name="ESMFMKFILE">/home/fvitt/esmf_8_1_0b45/esmf/lib/libg/Linux.nag.64.mvapich2.default/esmf.mk</env>
</environment_variables>
<resource_limits>
<resource name="RLIMIT_STACK">-1</resource>
</resource_limits>
Expand Down

0 comments on commit ef1ca46

Please sign in to comment.