Skip to content

Commit

Permalink
Fix typo and increase memory for GPU moist HS CI case
Browse files Browse the repository at this point in the history
  • Loading branch information
trontrytel committed Nov 28, 2023
1 parent 83bfded commit 38892b7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .buildkite/longruns/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ steps:
- echo "--- Instantiate"
- "julia --project=examples -e 'using Pkg; Pkg.instantiate(;verbose=true)'"
- "julia --project=examples -e 'using Pkg; Pkg.precompile()'"
- "julia --project=examples -e 'using CUDA; CUDA.precompile_runtime()'""
- "julia --project=examples -e 'using CUDA; CUDA.precompile_runtime()'"
- "julia --project=examples -e 'using Pkg; Pkg.status()'"
- "julia --project=examples artifacts/download_artifacts.jl"

Expand All @@ -58,7 +58,7 @@ steps:
agents:
slurm_ntasks: 32
slurm_time: 24:00:00
env:
env:
JOB_NAME: "longrun_bw_rhoe_highres"

- label: ":computer: no lim ARS baroclinic wave (ρe_tot) equilmoist high resolution"
Expand All @@ -70,7 +70,7 @@ steps:
agents:
slurm_ntasks: 32
slurm_time: 24:00:00
env:
env:
JOB_NAME: "longrun_bw_rhoe_equil_highres"

- label: ":computer: lim ARS zalesak baroclinic wave (ρe_tot) equilmoist high resolution"
Expand All @@ -83,7 +83,7 @@ steps:
slurm_ntasks: 32
slurm_mem_per_cpu: 32GB
slurm_time: 24:00:00
env:
env:
JOB_NAME: "longrun_zalesak_tracer_energy_bw_rhoe_equil_highres"

- label: ":computer: SSP baroclinic wave (ρe_tot) equilmoist high resolution centered diff"
Expand Down Expand Up @@ -173,7 +173,7 @@ steps:
slurm_ntasks: 32
slurm_mem_per_cpu: 16GB
slurm_time: 24:00:00
env:
env:
JOB_NAME: "longrun_bw_rhoe_equil_highres_topography_earth"

- label: ":computer: held suarez (ρe_tot) equilmoist high resolution topography (earth)"
Expand All @@ -185,7 +185,7 @@ steps:
slurm_ntasks: 64
slurm_mem_per_cpu: 16GB
slurm_time: 24:00:00
env:
env:
JOB_NAME: "longrun_hs_rhoe_equil_highres_topography_earth"

- label: ":computer: no lim ARS aquaplanet (ρe_tot) equilmoist high resolution clearsky radiation Float32 (earth)"
Expand All @@ -198,7 +198,7 @@ steps:
slurm_ntasks: 64
slurm_mem_per_cpu: 16GB
slurm_time: 24:00:00
env:
env:
JOB_NAME: "longrun_aquaplanet_rhoe_equil_highres_clearsky_ft32_earth"

- group: "Low resolution long runs"
Expand Down Expand Up @@ -248,7 +248,7 @@ steps:
slurm_time: 24:00:00
env:
JOB_NAME: "longrun_aquaplanet_dyamond"

- group: "AMIP"

steps:
Expand Down
1 change: 1 addition & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,7 @@ steps:
artifact_paths: "central_gpu_hs_rhoe_equilmoist_nz63_0M_55km_rs35km/*"
agents:
slurm_gpus: 1
slurm_mem: 16G

- label: "GPU: gpu_aquaplanet_dyamond"
command:
Expand Down

0 comments on commit 38892b7

Please sign in to comment.