Skip to content

Commit

Permalink
Try changing srun env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
nefrathenrici committed Jun 21, 2024
1 parent 7d7d317 commit 356eef5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions calibration/test/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 356eef5

Please sign in to comment.