Skip to content

Commit

Permalink
Merge pull request #4117 from peverwhee/python_load_module
Browse files Browse the repository at this point in the history
add python 3.7.0 module load for izumi (CESM only)

Add module load for python 3.7 on izumi for CESM in config_machines.xml. 
Without this update, the python version is set in cime regardless of 
whether a user does a module load before building. This addition ensures 
that CAM specifically is being built & run using python 3.7.

Test suite: scripts_regression_tests.py, clean builds of CAM, CESM
Test baseline: 
Test namelist changes: 
Test status: bit for bit

Fixes #4116 

User interface changes?: N

Update gh-pages html (Y/N)?: N
  • Loading branch information
billsacks authored Nov 8, 2021
2 parents f9fe412 + 71362ff commit cde1daf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/cesm/machines/config_machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2064,6 +2064,7 @@ This allows using a different mpirun command to launch unit tests
<cmd_path lang="sh">module</cmd_path>
<modules>
<command name="purge"></command>
<command name="load">lang/python/3.7.0</command>
</modules>
<modules compiler="gnu">
<command name="load">compiler/gnu/9.3.0</command>
Expand Down

0 comments on commit cde1daf

Please sign in to comment.