We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 595cf06 commit 0c84f91Copy full SHA for 0c84f91
.buildkite/pipeline.yml
@@ -861,6 +861,18 @@ steps:
861
agents:
862
slurm_gpus: 1
863
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
876
- group: "Unit: MatrixFields - broadcasting (CPU)"
877
steps:
878
0 commit comments