Skip to content

Commit

Permalink
Merge pull request #505 from CliMA/js/cuda-driver
Browse files Browse the repository at this point in the history
cuda driver, aqua fixes
  • Loading branch information
juliasloan25 authored Nov 17, 2023
2 parents 29ba30b + 2585196 commit 6c22416
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .buildkite/JuliaProject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
[extras]
CUDA_Driver_jll = "4ee394cb-3365-5eb0-8335-949819d2adfc"
CUDA_Runtime_jll = "76a88914-d11a-5bdc-97e0-2f5a05c973a2"
HDF5_jll = "0234f1f7-429e-5d53-9886-15a909be8d59"
MPIPreferences = "3da0fdf6-3ccc-4f1b-acd9-58baa6c99267"

[preferences.CUDA_Driver_jll]
compat = false

[preferences.CUDA_Runtime_jll]
version = "local"

Expand All @@ -15,4 +19,4 @@ _format = "1.0"
abi = "OpenMPI"
binary = "system"
libmpi = "libmpi"
mpiexec = "mpiexec"
mpiexec = "mpiexec"
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ ClimaComms = "0.5.6"
ClimaCore = "0.10"
ClimaCoreTempestRemap = "0.3"
ClimaLSM = "0.3"
Dates = "1"
DocStringExtensions = "0.8, 0.9"
Insolation = "0.6"
JLD2 = "0.4"
Expand All @@ -43,6 +44,7 @@ Plots = "1.39.0"
SciMLBase = "1"
SimpleNonlinearSolve = "=0.1.23"
StaticArrays = "1"
Statistics = "1"
SurfaceFluxes = "0.7"
TempestRemap_jll = "2"
TerminalLoggers = "0.1"
Expand Down
1 change: 1 addition & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

[compat]
ArtifactWrappers = "0.2"
Aqua = "0.8"
ClimaCoupler = "0.1"
Downloads = "1"
HDF5_jll = "=1.12.2"
Expand Down
3 changes: 1 addition & 2 deletions test/aqua.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@ end
Aqua.test_stale_deps(ClimaCoupler)
Aqua.test_deps_compat(ClimaCoupler)
Aqua.test_project_extras(ClimaCoupler)
Aqua.test_project_toml_formatting(ClimaCoupler)
Aqua.test_piracy(ClimaCoupler)
Aqua.test_piracies(ClimaCoupler)
end

0 comments on commit 6c22416

Please sign in to comment.