Skip to content

Commit 0c84f91

Browse files
committed
Add gpu test
1 parent 595cf06 commit 0c84f91

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -861,6 +861,18 @@ steps:
861861
agents:
862862
slurm_gpus: 1
863863

864+
- label: "Unit: scalar_fieldmatrix (CPU)"
865+
key: cpu_ scalar_fieldmatrix
866+
command: "julia --color=yes --check-bounds=yes --project=.buildkite test/MatrixFields/scalar_fieldmatrix.jl"
867+
868+
- label: "Unit: mscalar_fieldmatrix (GPU)"
869+
key: gpu_scalar_fieldmatrix
870+
command: "julia --color=yes --project=.buildkite test/MatrixFields/scalar_fieldmatrix.jl"
871+
env:
872+
CLIMACOMMS_DEVICE: "CUDA"
873+
agents:
874+
slurm_gpus: 1
875+
864876
- group: "Unit: MatrixFields - broadcasting (CPU)"
865877
steps:
866878

0 commit comments

Comments
 (0)