Skip to content

Commit

Permalink
Testing fixes for Perlmutter Unified rc14 (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
forsyth2 authored Sep 1, 2023
1 parent 77ed370 commit d98b901
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/integration/generated/test_bundles_pm-cpu.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
case = v2.LR.historical_0201
constraint = "cpu"
dry_run = "False"
environment_commands = "source /global/common/software/e3sm/anaconda_envs/test_e3sm_unified_1.9.0rc12_pm-cpu.sh"
environment_commands = "source /global/common/software/e3sm/anaconda_envs/test_e3sm_unified_1.9.0rc14_pm-cpu.sh"
input = "/global/cfs/cdirs/e3sm/forsyth/E3SMv2/v2.LR.historical_0201"
input_subdir = archive/atm/hist
mapping_file = "map_ne30pg2_to_cmip6_180x360_aave.20200201.nc"
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/generated/test_complete_run_pm-cpu.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
case = v2.LR.historical_0201
constraint = "cpu"
dry_run = "False"
environment_commands = "source /global/common/software/e3sm/anaconda_envs/test_e3sm_unified_1.9.0rc12_pm-cpu.sh"
environment_commands = "source /global/common/software/e3sm/anaconda_envs/test_e3sm_unified_1.9.0rc14_pm-cpu.sh"
input = "/global/cfs/cdirs/e3sm/forsyth//E3SMv2/v2.LR.historical_0201"
input_subdir = archive/atm/hist
mapping_file = "map_ne30pg2_to_cmip6_180x360_aave.20200201.nc"
Expand Down Expand Up @@ -93,7 +93,7 @@ years = "1850:1854:2", "1850:1854:4",
walltime = "6:00:00"

[[ atm_monthly_180x360_aave_environment_commands ]]
environment_commands = "source /global/homes/f/forsyth/miniconda3/etc/profile.d/conda.sh; conda activate e3sm_diags_20230816"
environment_commands = "source /global/homes/f/forsyth/miniconda3/etc/profile.d/conda.sh; conda activate e3sm_diags_20230830_with_edits; source /global/common/software/e3sm/anaconda_envs/spack/e3sm_unified_1_9_0rc14_pm-cpu_gnu_mpich/share/spack/setup-env.sh; spack env activate e3sm_unified_1_9_0rc14_pm-cpu_gnu_mpich"
sets = "qbo",
ts_subsection = "atm_monthly_180x360_aave"

Expand Down
4 changes: 2 additions & 2 deletions tests/integration/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,9 @@ def get_perlmutter_expansions(config):
"bundles_walltime": "6:00:00",
"constraint": "cpu",
# To run this test, replace conda environment with your e3sm_diags dev environment
"diags_environment_commands": "source /global/homes/f/forsyth/miniconda3/etc/profile.d/conda.sh; conda activate e3sm_diags_20230816",
"diags_environment_commands": "source /global/homes/f/forsyth/miniconda3/etc/profile.d/conda.sh; conda activate e3sm_diags_20230830_with_edits; source /global/common/software/e3sm/anaconda_envs/spack/e3sm_unified_1_9_0rc14_pm-cpu_gnu_mpich/share/spack/setup-env.sh; spack env activate e3sm_unified_1_9_0rc14_pm-cpu_gnu_mpich",
"diags_walltime": "6:00:00",
"environment_commands_test": "source /global/common/software/e3sm/anaconda_envs/test_e3sm_unified_1.9.0rc12_pm-cpu.sh",
"environment_commands_test": "source /global/common/software/e3sm/anaconda_envs/test_e3sm_unified_1.9.0rc14_pm-cpu.sh",
"expected_dir": "/global/cfs/cdirs/e3sm/www/zppy_test_resources/",
"mpas_analysis_walltime": "01:00:00",
"partition_long": "",
Expand Down

0 comments on commit d98b901

Please sign in to comment.