diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 2ac6d44c86..8a162418cd 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -1,7 +1,7 @@ env: JULIA_VERSION: "1.10.6" JULIA_MINOR_VERSION: "1.10" - SVERDRUP_HOME: "/data5/glwagner" + SVERDRUP_HOME: "/home/users/glwagner" TARTARUS_HOME: "/storage5/buildkite-agent" JULIA_PKG_SERVER_REGISTRY_PREFERENCE: eager JULIA_NUM_PRECOMPILE_TASKS: 8 diff --git a/Project.toml b/Project.toml index 69f41143dd..734e3e1ac1 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Oceananigans" uuid = "9e8cae18-63c1-5223-a75c-80ca9d6e9a09" authors = ["Climate Modeling Alliance and contributors"] -version = "0.95.5" +version = "0.95.6" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" @@ -12,6 +12,7 @@ Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7" DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae" FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341" +GPUArrays = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7" Glob = "c27321d9-0574-5035-807b-f59d2c89b15c" IncompleteLU = "40713840-3770-5561-ab4c-a76e7d0d7895" InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240" @@ -44,7 +45,7 @@ OceananigansMakieExt = ["MakieCore", "Makie"] [compat] Adapt = "4.1.1" -CUDA = "4.1.1, 5" +CUDA = "5" Crayons = "4" CubedSphere = "0.2, 0.3" Dates = "1.9" @@ -53,6 +54,7 @@ DocStringExtensions = "0.8, 0.9" Enzyme = "0.13.14" FFTW = "1" Glob = "1.3" +GPUArrays = "10.3" IncompleteLU = "0.2" InteractiveUtils = "1.9" IterativeSolvers = "0.9"