Skip to content

Commit

Permalink
Remove gpuenv and runtest_gpu
Browse files Browse the repository at this point in the history
They are identical to examples and runtest.

ClimaComms will automatically fix the device
  • Loading branch information
Sbozzolo committed Feb 12, 2024
1 parent a9bf032 commit bd6d616
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1,051 deletions.
10 changes: 2 additions & 8 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ steps:
- "julia --project=examples -e 'using Pkg; Pkg.precompile()'"
- "julia --project=examples -e 'using Pkg; Pkg.status()'"

- echo "--- Instantiate gpu environment"
- "julia --project=gpuenv -e 'using Pkg; Pkg.develop(path=\".\")'"
- "julia --project=gpuenv -e 'using Pkg; Pkg.instantiate(;verbose=true)'"
- "julia --project=gpuenv -e 'using Pkg; Pkg.precompile()'"
- "julia --project=gpuenv -e 'using Pkg; Pkg.status()'"

agents:
slurm_cpus_per_task: 8
env:
Expand All @@ -51,7 +45,7 @@ steps:
slurm_mem: 48G

- label: "GPU unit tests"
command: "julia --color=yes --project=gpuenv test/runtests_gpu.jl"
command: "julia --color=yes --project=examples test/runtests.jl"
agents:
slurm_gpus: 1

Expand Down Expand Up @@ -87,6 +81,6 @@ steps:
slurm_mem: 48G

- label: "GPU benchmarks"
command: "julia --color=yes --project=gpuenv perf/benchmark.jl"
command: "julia --color=yes --project=examples perf/benchmark.jl"
agents:
slurm_gpus: 1
9 changes: 0 additions & 9 deletions gpuenv/Artifacts.toml

This file was deleted.

Loading

0 comments on commit bd6d616

Please sign in to comment.