@@ -613,10 +613,6 @@ steps:
613
613
- " julia --color=yes --check-bounds=yes --project=.buildkite test/Operators/finitedifference/unit_column.jl"
614
614
- " julia --color=yes --check-bounds=yes --project=.buildkite test/Operators/finitedifference/convergence_column.jl"
615
615
616
- - label : " Unit: wfact"
617
- key : unit_wfact
618
- command : " julia --color=yes --check-bounds=yes --project=.buildkite test/Operators/finitedifference/wfact.jl"
619
-
620
616
- label : " Unit: fd tensor"
621
617
key : unit_fd_tensor
622
618
command : " julia --color=yes --check-bounds=yes --project=.buildkite test/Operators/finitedifference/tensor.jl"
@@ -754,21 +750,6 @@ steps:
754
750
agents :
755
751
slurm_gpus : 1
756
752
757
- - label : " Unit: implicit stencil Float32"
758
- key : " cpu_implicit_stencil_float32"
759
- command : " julia -O0 --color=yes --check-bounds=yes --project=.buildkite test/Operators/finitedifference/implicit_stencils.jl --float_type Float32"
760
-
761
- - label : " Unit: implicit stencil Float64"
762
- key : " cpu_implicit_stencil_float64"
763
- command : " julia -O0 --color=yes --check-bounds=yes --project=.buildkite test/Operators/finitedifference/implicit_stencils.jl --float_type Float64"
764
-
765
- - label : " Unit: implicit stencil Float32"
766
- key : " gpu_implicit_stencil_float32"
767
- command : " julia -O0 --color=yes --check-bounds=yes --project=.buildkite test/Operators/finitedifference/implicit_stencils.jl --float_type Float32"
768
- agents :
769
- slurm_mem : 20GB
770
- slurm_gpus : 1
771
-
772
753
- label : " Unit: Integrals (CPU)"
773
754
key : " cpu_integrals"
774
755
command :
@@ -783,20 +764,6 @@ steps:
783
764
agents :
784
765
slurm_gpus : 1
785
766
786
- - label : " Unit: Thomas Algorithm"
787
- key : " cpu_thomas_algorithm"
788
- command :
789
- - " julia --color=yes --check-bounds=yes --project=.buildkite test/Operators/unit_thomas_algorithm.jl"
790
-
791
- - label : " Unit: Thomas Algorithm"
792
- key : " gpu_thomas_algorithm"
793
- command :
794
- - " julia --color=yes --check-bounds=yes --project=.buildkite test/Operators/unit_thomas_algorithm.jl"
795
- env :
796
- CLIMACOMMS_DEVICE : " CUDA"
797
- agents :
798
- slurm_gpus : 1
799
-
800
767
- group : " Unit: MatrixFields"
801
768
steps :
802
769
@@ -1395,10 +1362,6 @@ steps:
1395
1362
key : perf_hybrid_ops
1396
1363
command : " julia --color=yes --project=.buildkite test/Operators/hybrid/opt.jl"
1397
1364
1398
- - label : " Perf: implicit stencil"
1399
- key : " perf_cpu_implicit_stencil"
1400
- command : " julia --color=yes --check-bounds=yes --project=.buildkite test/Operators/finitedifference/opt_implicit_stencils.jl"
1401
-
1402
1365
- label : " Perf: FD operator stencil benchmarks"
1403
1366
key : " perf_fd_ops"
1404
1367
command : " julia --color=yes --project=.buildkite test/Operators/finitedifference/benchmark_stencils.jl"
0 commit comments