Skip to content

Commit 0ca492d

Browse files
committed
use central queue for change to Vast
1 parent 469e7ca commit 0ca492d

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.buildkite/hierarchies/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
agents:
2-
queue: new-central
2+
queue: central
33
slurm_time: 24:00:00
44
modules: climacommon/2025_05_15
55

.buildkite/longruns/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
agents:
2-
queue: new-central
2+
queue: central
33
slurm_time: 24:00:00
44
modules: climacommon/2025_05_15
55

@@ -86,7 +86,7 @@ steps:
8686
slurm_cpus_per_task: 4
8787
slurm_ntasks: 1
8888
slurm_mem: 32GB
89-
89+
9090
- label: "GPU AMIP + ED only + 1M microphysics"
9191
key: "amip_edonly_1M_gpu"
9292
command: "srun julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/amip_edonly_1M.yml --job_id amip_edonly_1M_gpu"

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
agents:
2-
queue: new-central
2+
queue: central
33
slurm_time: 4:00:00
44
modules: climacommon/2025_05_15
55

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ needed to run CliMA code on Caltech's clusters.
136136

137137
On Central, you can load the appropriate module package by running the following in the terminal:
138138
```
139-
export MODULEPATH="/groups/esm/modules:$MODULEPATH"
139+
export MODULEPATH="/resnick/groups/esm/modules:$MODULEPATH"
140140
module load climacommon
141141
```
142142

test/mpi_tests/local_checks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#SBATCH --mem-per-cpu=16G
66
#SBATCH --partition=expansion
77

8-
export MODULEPATH="/groups/esm/modules:$MODULEPATH"
8+
export MODULEPATH="/resnick/groups/esm/modules:$MODULEPATH"
99
module purge
1010
module load climacommon/2024_10_09
1111

0 commit comments

Comments
 (0)