Skip to content

Commit

Permalink
Move pipeline to new-central
Browse files Browse the repository at this point in the history
  • Loading branch information
sriharshakandala committed Feb 29, 2024
1 parent eaa9c04 commit acebc48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
agents:
queue: central
queue: new-central
slurm_mem: 8G
modules: julia/1.10.0 cuda/12.2 ucx/1.14.1_cuda-12.2 openmpi/4.1.5_cuda-12.2 nsight-systems/2023.3.1
modules: climacommon/2024_02_27

env:
JULIA_LOAD_PATH: "${JULIA_LOAD_PATH}:${BUILDKITE_BUILD_CHECKOUT_PATH}/.buildkite"
OPENBLAS_NUM_THREADS: 1
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/default"
JULIA_CPU_TARGET: 'broadwell;skylake;icelake;cascadelake;epyc'
Expand All @@ -17,10 +16,6 @@ env:
MPI_CONFIG_PATH: "config/mpi_configs"
SLURM_KILL_BAD_EXIT: 1
JULIA_NVTX_CALLBACKS: gc
JULIA_CUDA_MEMORY_POOL: none
JULIA_MPI_HAS_CUDA: "true"
MPITRAMPOLINE_LIB: "/groups/esm/software/MPIwrapper/ompi4.1.5_cuda-12.2/lib64/libmpiwrapper.so"
MPITRAMPOLINE_MPIEXEC: "/groups/esm/software/MPIwrapper/ompi4.1.5_cuda-12.2/bin/mpiwrapperexec"

steps:
- label: "init :computer:"
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ StaticArrays = "1"
Statistics = "1"
StatsBase = "0.33, 0.34"
SurfaceFluxes = "0.9"
Thermodynamics = "0.12"
Thermodynamics = "=0.12.3"
YAML = "0.4"
julia = "1.7"

Expand Down

0 comments on commit acebc48

Please sign in to comment.