Skip to content

Commit 5dd782a

Browse files
Merge pull request #114 from CliMA/ne/update_climacommon
Update to new climacommon and Julia 1.11
2 parents f275882 + 21d76fa commit 5dd782a

File tree

10 files changed

+277
-229
lines changed

10 files changed

+277
-229
lines changed

.buildkite/clima_server_test/pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
agents:
22
queue: clima
3-
modules: julia/1.10.0 cuda/julia-pref openmpi/4.1.5-mpitrampoline nsight-systems/2024.2.1
3+
modules: julia/1.11.0 cuda/julia-pref openmpi/4.1.5-mpitrampoline nsight-systems/2024.6.1
44

55
env:
66
JULIA_MPI_HAS_CUDA: "true"

.buildkite/pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
agents:
22
queue: new-central
3-
modules: climacommon/2024_05_27
3+
modules: climacommon/2024_10_09
44

55
env:
66
OPENBLAS_NUM_THREADS: 1

.github/workflows/ci.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,13 @@ jobs:
2222
fail-fast: true
2323
matrix:
2424
version:
25-
- '1.10'
25+
- '1.11'
2626
os:
2727
- ubuntu-latest
2828
- macOS-latest
29-
arch:
30-
- x64
3129
steps:
3230
- uses: actions/checkout@v4
33-
- uses: actions/cache@v1
31+
- uses: actions/cache@v2
3432
env:
3533
cache-name: cache-artifacts
3634
with:
@@ -43,7 +41,6 @@ jobs:
4341
- uses: julia-actions/setup-julia@v1
4442
with:
4543
version: ${{ matrix.version }}
46-
arch: ${{ matrix.arch }}
4744
# CalibrateEmulateSample relies on Python modules
4845
# We retry this step because the first install is flaky
4946
- uses: nick-fields/retry@v3

0 commit comments

Comments
 (0)