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.
2 parents 92b4fdb + 3a58c4d commit 46ff5dbCopy full SHA for 46ff5db
.buildkite/PrecompileCI/src/PrecompileCI.jl
@@ -18,7 +18,7 @@ import ClimaParams
18
bubble = true # false
19
parsed_args =
20
Dict{String, Any}("topography" => "NoWarp", "topo_smoothing" => false)
21
- comms_ctx = ClimaComms.context()
+ comms_ctx = ClimaComms.context(ClimaComms.CPUSingleThreaded())
22
deep = false
23
24
# constants
0 commit comments