Skip to content

Commit

Permalink
restart
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 committed Jun 23, 2024
1 parent 4be1de6 commit 31877cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .buildkite/longruns/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
agents:
queue: new-central
slurm_time: 24:00:00
slurm_time: 48:00:00
modules: climacommon/2024_05_27

env:
Expand All @@ -13,7 +13,7 @@ env:
SLURM_KILL_BAD_EXIT: 1
CONFIG_PATH: "config/longrun_configs"

timeout_in_minutes: 1440
timeout_in_minutes: 2880

steps:

Expand Down Expand Up @@ -55,12 +55,12 @@ steps:
- echo "--- Run simulation"
- "srun --cpu-bind=threads --cpus-per-task=4 julia --threads=3 --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/amip_target_topo_diagedmf_gpu.yml --restart_dir $$RESTART_DIR --restart_t $$RESTART_T --job_id amip_target_topo_diagedmf_gpu"
artifact_paths: "experiments/ClimaEarth/output/amip/amip_target_topo_diagedmf_gpu_artifacts/*"
timeout_in_minutes: 1440
timeout_in_minutes: 2880
env:
CLIMACOMMS_CONTEXT: "MPI"
CLIMACOMMS_DEVICE: "CUDA"
RESTART_DIR: "/scratch/clima/slurm-buildkite/climacoupler-longruns/752/climacoupler-longruns/experiments/ClimaEarth/output/amip/amip_target_topo_diagedmf_gpu_artifacts/"
RESTART_T: 7776000
RESTART_DIR: "/scratch/clima/slurm-buildkite/climacoupler-longruns/755/climacoupler-longruns/experiments/ClimaEarth/output/amip/amip_target_topo_diagedmf_gpu_artifacts/"
RESTART_T: 15552000
agents:
queue: clima
slurm_gpus_per_task: 1
Expand Down
4 changes: 2 additions & 2 deletions config/longrun_configs/amip_target_topo_diagedmf_gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ mode_name: "amip"
mono_surface: false
netcdf_output_at_levels: true
output_default_diagnostics: true
start_date: "20101106"
start_date: "20110505"
surface_setup: "PrescribedSurface"
t_end: "180days"
t_end: "540days"
topo_smoothing: true
topography: "Earth"
coupler_toml_file: "toml/amip_target_topo_diagedmf.toml"
Expand Down

0 comments on commit 31877cd

Please sign in to comment.