Skip to content

Commit

Permalink
update to latest ClimaCore + CUDA, fix GC issues in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbyrne committed Nov 6, 2023
1 parent b54f227 commit 984e5f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .buildkite/gpu_pipeline/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:
CLIMAATMOS_GC_NSTEPS: 10
GPU_CONFIG_PATH: "config/gpu_configs/"
SLURM_GPU_BIND: none # https://github.com/open-mpi/ompi/issues/11949#issuecomment-1737712291
SLURM_KILL_BAD_EXIT: 1 # kill job if any process exits with non-zero exit code

steps:
- label: "init :GPU:"
Expand Down Expand Up @@ -78,7 +79,7 @@ steps:
slurm_gpus: 1
slurm_cpus_per_task: 4

- label: "moist Held-Suarez - 8 gpus"
- label: "moist Held-Suarez - 4 gpus"
key: "target_gpu_hs_rhoe_equilmoist_nz63_0M_55km_rs35km_4process"
command:
- mkdir -p target_gpu_hs_rhoe_equilmoist_nz63_0M_55km_rs35km_4process
Expand Down
4 changes: 4 additions & 0 deletions examples/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

julia_version = "1.9.3"
manifest_format = "2.0"
<<<<<<< HEAD
project_hash = "3d0dc3a5871f31c83588896b9d599cb1fb29c6bb"
=======
project_hash = "314cba4e1f6458dfa3aaef9b3bde09b147ed6b03"
>>>>>>> 4226bf89 (update to latest ClimaCore + CUDA, fix GC issues in pipeline)

[[deps.ADTypes]]
git-tree-sha1 = "5d2e21d7b0d8c22f67483ef95ebdc39c0e6b6003"
Expand Down

0 comments on commit 984e5f8

Please sign in to comment.