Skip to content

Commit

Permalink
Update climacommon to 2024_04_05
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Apr 5, 2024
1 parent 6299eb8 commit e4aff62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .buildkite/longruns/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
agents:
queue: new-central
slurm_mem_per_cpu: 8G
modules: climacommon/2024_03_18
modules: climacommon/2024_04_05

env:
JULIA_LOAD_PATH: "${JULIA_LOAD_PATH}:${BUILDKITE_BUILD_CHECKOUT_PATH}/.buildkite"
OPENBLAS_NUM_THREADS: 1
JULIA_NVTX_CALLBACKS: gc
JULIA_MAX_NUM_PRECOMPILE_FILES: 100
JULIA_CPU_TARGET: 'broadwell;skylake;icelake;cascadelake;epyc'
CONFIG_PATH: "config/longrun_configs"
SLURM_KILL_BAD_EXIT: 1
JULIA_NVTX_CALLBACKS: gc
Expand Down
3 changes: 1 addition & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
agents:
queue: new-central
slurm_mem: 8G
modules: climacommon/2024_03_18
modules: climacommon/2024_04_05

env:
JULIA_LOAD_PATH: "${JULIA_LOAD_PATH}:${BUILDKITE_BUILD_CHECKOUT_PATH}/.buildkite"
Expand All @@ -10,7 +10,6 @@ env:
JULIA_NVTX_CALLBACKS: gc
JULIA_MAX_NUM_PRECOMPILE_FILES: 100
JULIA_DEPOT_PATH: "${BUILDKITE_BUILD_PATH}/${BUILDKITE_PIPELINE_SLUG}/depot/default"
JULIA_CPU_TARGET: 'broadwell;skylake;icelake;cascadelake;epyc'
CONFIG_PATH: "config/model_configs"
GPU_CONFIG_PATH: "config/gpu_configs/"
PERF_CONFIG_PATH: "config/perf_configs"
Expand Down

0 comments on commit e4aff62

Please sign in to comment.