Skip to content

Commit

Permalink
Merge pull request #2387 from CliMA/szy21-patch-1
Browse files Browse the repository at this point in the history
Change depot in longrun pipeline.yml
  • Loading branch information
szy21 authored Nov 27, 2023
2 parents 2b54064 + c640099 commit 26bdaa0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .buildkite/longruns/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,9 @@ env:
JULIA_NVTX_CALLBACKS: gc
OMPI_MCA_opal_warn_on_missing_libcuda: 0
JULIA_MAX_NUM_PRECOMPILE_FILES: 100
JULIA_DEPOT_PATH: "${BUILDKITE_BUILD_PATH}/${BUILDKITE_PIPELINE_SLUG}/depot/cpu"
JULIA_DEPOT_PATH: "${BUILDKITE_BUILD_PATH}/${BUILDKITE_PIPELINE_SLUG}/depot/default"
JULIA_CPU_TARGET: 'broadwell;skylake'
CONFIG_PATH: "config/model_configs"
GPU_CONFIG_PATH: "config/gpu_configs/"
PERF_CONFIG_PATH: "config/perf_configs"
MPI_CONFIG_PATH: "config/mpi_configs"
CONFIG_PATH: "config/longrun_configs"
SLURM_KILL_BAD_EXIT: 1
JULIA_NVTX_CALLBACKS: gc
JULIA_CUDA_MEMORY_POOL: none
Expand Down

0 comments on commit 26bdaa0

Please sign in to comment.