From 38c9f4b520bd8cb6126a22deab5d7961c20084ea Mon Sep 17 00:00:00 2001 From: costachris Date: Mon, 22 Apr 2024 12:40:32 -0700 Subject: [PATCH] Update to new-central --- .buildkite/pipeline.yml | 5 +++-- Project.toml | 12 +----------- 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 1eb03c97e..c58f4aef1 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -11,7 +11,8 @@ env: agents: config: cpu - queue: central + queue: new-central + modules: climacommon/2024_04_05 steps: @@ -21,7 +22,7 @@ steps: # - "rm -rf /central/scratch/esm/slurm-buildkite/calibrateedmf-ci/depot/cpu" # agents: # config: init - # queue: central + # queue: new-central # - wait diff --git a/Project.toml b/Project.toml index 6c29a57a0..67cd25d70 100644 --- a/Project.toml +++ b/Project.toml @@ -52,7 +52,7 @@ ArtifactWrappers = "0.2" AtmosphericProfilesLibrary = "0.1" CLIMAParameters = "0.7" CairoMakie = "0.8, 0.9, 0.10" -ClimaCore = "= 0.10.50" +ClimaCore = "0.10" CloudMicrophysics = "0.10, 0.11, 0.12" Combinatorics = "1.0.2" Dierckx = "0.5" @@ -78,13 +78,3 @@ Thermodynamics = "0.9, 0.10, 0.11" TurbulenceConvection = "1.3" UnPack = "1" julia = "1.7" - -[extras] -CUDA_Runtime_jll = "76a88914-d11a-5bdc-97e0-2f5a05c973a2" -CUDA_Driver_jll = "4ee394cb-3365-5eb0-8335-949819d2adfc" - -[preferences.CUDA_Driver_jll] -compat = false - -[preferences.CUDA_Runtime_jll] -version = "local" \ No newline at end of file