Skip to content

Commit

Permalink
Update to new climacommon and Julia 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
nefrathenrici committed Oct 9, 2024
1 parent f275882 commit e2e8bd5
Show file tree
Hide file tree
Showing 8 changed files with 273 additions and 224 deletions.
2 changes: 1 addition & 1 deletion .buildkite/clima_server_test/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
agents:
queue: clima
modules: julia/1.10.0 cuda/julia-pref openmpi/4.1.5-mpitrampoline nsight-systems/2024.2.1
modules: julia/1.11.0 cuda/julia-pref openmpi/4.1.5-mpitrampoline nsight-systems/2024.6.1

env:
JULIA_MPI_HAS_CUDA: "true"
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
agents:
queue: new-central
modules: climacommon/2024_05_27
modules: climacommon/2024_10_09

env:
OPENBLAS_NUM_THREADS: 1
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,13 @@ jobs:
fail-fast: true
matrix:
version:
- '1.10'
- '1.11'
os:
- ubuntu-latest
- macOS-latest
arch:
- x64
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v1
- uses: actions/cache@v2
env:
cache-name: cache-artifacts
with:
Expand All @@ -43,7 +41,6 @@ jobs:
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
# CalibrateEmulateSample relies on Python modules
# We retry this step because the first install is flaky
- uses: nick-fields/retry@v3
Expand Down
Loading

0 comments on commit e2e8bd5

Please sign in to comment.