Skip to content

Commit

Permalink
set device CPUMultiThreaded
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasloan25 committed Apr 9, 2024
1 parent f9c3017 commit ee86b48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .buildkite/benchmarks/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ steps:
artifact_paths: "experiments/AMIP/output/aquaplanet_diagedmf/*"
env:
BUILD_HISTORY_HANDLE: ""
CLIMACOMMS_DEVICE: "CPUMultiThreaded"
agents:
slurm_ntasks_per_node: 16
slurm_nodes: 1
Expand All @@ -66,6 +67,7 @@ steps:
artifact_paths: "experiments/AMIP/output/amip/amip_diagedmf_artifacts/*"
env:
BUILD_HISTORY_HANDLE: ""
CLIMACOMMS_DEVICE: "CPUMultiThreaded"
agents:
slurm_ntasks_per_node: 16
slurm_nodes: 1
Expand Down
1 change: 1 addition & 0 deletions experiments/AMIP/coupler_driver.jl
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ then `ClimaComms` automatically selects the device from which this code is calle
=#

using ClimaComms

comms_ctx = get_comms_context(parsed_args)
ClimaComms.init(comms_ctx)

Expand Down

0 comments on commit ee86b48

Please sign in to comment.