Skip to content

Commit 46ff5db

Browse files
Merge pull request #3932 from CliMA/ne/fix
Force precompilation only for `CPUSingleThreaded`
2 parents 92b4fdb + 3a58c4d commit 46ff5db

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)