Skip to content

Commit 3a58c4d

Browse files
committed
Force precompilation only for CPUSingleThreaded
1 parent 92b4fdb commit 3a58c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/PrecompileCI/src/PrecompileCI.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import ClimaParams
1818
bubble = true # false
1919
parsed_args =
2020
Dict{String, Any}("topography" => "NoWarp", "topo_smoothing" => false)
21-
comms_ctx = ClimaComms.context()
21+
comms_ctx = ClimaComms.context(ClimaComms.CPUSingleThreaded())
2222
deep = false
2323

2424
# constants

0 commit comments

Comments
 (0)