From 356eef5cefe14387e582e83568874ff76620f1c0 Mon Sep 17 00:00:00 2001 From: nefrathenrici Date: Fri, 21 Jun 2024 11:53:16 -0700 Subject: [PATCH] Try changing srun env vars --- .buildkite/pipeline.yml | 2 +- calibration/test/Manifest.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 17e741ad214..63ab6ff1507 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -41,7 +41,7 @@ steps: - echo "--- Instantiate calibration/test" - > - julia --project=calibration/test -e 'using Pkg; Pkg.instantiate()' + julia --project=calibration/test -e 'using Pkg; Pkg.instantiate(;verbose=true)' - echo "--- Download artifacts" - "julia --project=examples artifacts/download_artifacts.jl" diff --git a/calibration/test/Manifest.toml b/calibration/test/Manifest.toml index 238180f5709..5d21a563775 100644 --- a/calibration/test/Manifest.toml +++ b/calibration/test/Manifest.toml @@ -315,8 +315,8 @@ version = "0.26.0" [[deps.ClimaCalibrate]] deps = ["Distributions", "EnsembleKalmanProcesses", "JLD2", "Random", "TOML", "YAML"] -git-tree-sha1 = "ce62bbd5bbeb92ac22e77fbfc63cb03f52037300" -repo-rev = "main" +git-tree-sha1 = "591359d01b7087f414084b559c18ffaca0e24520" +repo-rev = "ne/climagpu_test" repo-url = "https://github.com/CliMA/ClimaCalibrate.jl.git" uuid = "4347a170-ebd6-470c-89d3-5c705c0cacc2" version = "0.1.0"