From acebc48a306e2748d0beb76e7597b34d63825def Mon Sep 17 00:00:00 2001 From: sriharshakandala Date: Thu, 29 Feb 2024 11:39:16 -0800 Subject: [PATCH] Move pipeline to `new-central` --- .buildkite/pipeline.yml | 9 ++------- Project.toml | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 81e176fbc87..b13f6bffe35 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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' @@ -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:" diff --git a/Project.toml b/Project.toml index 87668b29e26..8c5758a842d 100644 --- a/Project.toml +++ b/Project.toml @@ -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"