Skip to content

Commit

Permalink
Update climacommon
Browse files Browse the repository at this point in the history
  • Loading branch information
nefrathenrici committed May 28, 2024
1 parent d647272 commit 95ac068
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
agents:
queue: new-central
modules: climacommon/2024_04_30
modules: climacommon/2024_05_27

env:
OPENBLAS_NUM_THREADS: 1
Expand Down
2 changes: 1 addition & 1 deletion src/slurm.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function generate_sbatch_script(
module_load = """
export MODULEPATH=/groups/esm/modules:\$MODULEPATH
module purge
module load climacommon/2024_04_30
module load climacommon/2024_05_27
""",
slurm_kwargs = Dict{Symbol, Any}(
:time => 45,
Expand Down
2 changes: 1 addition & 1 deletion test/slurm_unit_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ expected_sbatch_contents = """
export MODULEPATH=/groups/esm/modules:\$MODULEPATH
module purge
module load climacommon/2024_04_30
module load climacommon/2024_05_27
srun --output=test/iteration_001/member_001/model_log.txt --open-mode=append julia --project=exp/dir -e '
Expand Down

0 comments on commit 95ac068

Please sign in to comment.