Skip to content

Commit

Permalink
Merge pull request #91 from CliMA/glwagner-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
glwagner authored Aug 27, 2024
2 parents 153928b + 0e3876a commit 2efcedc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ The two most important objects in `ClimaComms.jl` are the [`Device`](@ref
A `Device` identifies a computing device, a piece of hardware that will be
executing some code. The `Device`s currently implemented are
- [`CPUSingleThreaded`](@ref), for a CPU core with a single thread;
- [`CUDADevice`](@ref), for a single CPU core.
- [`CUDADevice`](@ref), for a single CUDA-enabled GPU.

> :warning: [`CPUMultiThreaded`](@ref) is also available, but this device is not
> actively used or developed.
!!! warn [`CPUMultiThreaded`](@ref) is also available, but this device is not
actively used or developed.

`Device`s are part of [`Context`](@ref `AbstractCommsContext`)s,
objects that contain information require for multiple `Device`s to communicate.
Expand Down

0 comments on commit 2efcedc

Please sign in to comment.