Skip to content

Commit

Permalink
cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Nov 23, 2023
1 parent fd1f5ca commit ec0e27d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,13 @@ steps:
env:
CLIMACOMMS_CONTEXT: "MPI"

- label: "reproduce CUDA"
command: "srun julia --color=yes --project=examples -e 'import CUDA; import ClimaComms; ctx = ClimaComms.context(); ClimaComms.init(ctx); println(ctx)'"
agents:
slurm_ntasks: 2
slurm_mem: 16G
env:
CLIMACOMMS_CONTEXT: "MPI"

- label: "ClimaAtmos config"
command: "srun julia --color=yes --project=examples -e 'import ClimaAtmos; println(\"HELLO\");'"
Expand Down

0 comments on commit ec0e27d

Please sign in to comment.