Skip to content

Commit

Permalink
Merge #1414
Browse files Browse the repository at this point in the history
1414: Remove DiffEqBase dependency r=charleskawczynski a=charleskawczynski

A step towards #331, and #1235

Co-authored-by: Charles Kawczynski <[email protected]>
  • Loading branch information
bors[bot] and charleskawczynski authored Aug 5, 2023
2 parents 0ed91c4 + 57cd668 commit 50424fe
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 646 deletions.
4 changes: 0 additions & 4 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,10 +330,6 @@ steps:
agents:
slurm_gpus: 1

- label: "Unit: fielddiffeq"
key: unit_fielddiffeq
command: "julia --color=yes --check-bounds=yes --project=test test/Fields/fielddiffeq.jl"

- label: "Unit: reduction cuda"
key: unit_reduction_cuda
command:
Expand Down
4 changes: 1 addition & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
ClimaComms = "3a4d1b5c-c61d-41fd-a00a-5873ba7a1b0d"
CubedSphere = "7445602f-e544-4518-8976-18f8e8ae6cdb"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
GaussQuadrature = "d54b0c1a-921d-58e0-8e36-89d8069c0969"
Expand All @@ -34,11 +33,10 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
Adapt = "3"
BandedMatrices = "0.17"
BlockArrays = "0.16"
ClimaComms = "0.5"
CUDA = "3, 4.2.0"
ClimaComms = "0.5"
CubedSphere = "0.2"
DataStructures = "0.18"
DiffEqBase = "6.75"
DocStringExtensions = "0.8, 0.9"
ForwardDiff = "0.10"
GaussQuadrature = "0.5"
Expand Down
Loading

0 comments on commit 50424fe

Please sign in to comment.