Docs.rs
kryst-2.4.0
kryst 2.4.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
tmathis720
Dependencies
bitflags ^2.9.1
normal
faer ^0.22.6
normal
log ^0.4
normal
optional
mpi ^0.8
normal
optional
num-traits ^0.2
normal
num_cpus ^1.0
normal
optional
once_cell ^1
normal
oorandom ^11
normal
parking_lot ^0.12
normal
optional
rayon ^1.0
normal
optional
serde ^1.0
normal
serde_json ^1.0
normal
smallvec ^1.13
normal
tempfile ^3.20.0
normal
thiserror ^1.0
normal
toml ^0.8
normal
approx ^0.5
dev
criterion ^0.4
dev
env_logger ^0.11
dev
iai-callgrind ^0.14
dev
proptest ^1
dev
rand ^0.8
dev
Versions
51.55%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module parallel
kryst
2.4.0
Module parallel
Module Items
Re-exports
Modules
Structs
Enums
Traits
In crate kryst
kryst
Module
parallel
Copy item path
Source
Re-exports
§
pub use mpi_comm::
MpiComm
;
pub use rayon_comm::
RayonComm
;
Modules
§
mpi_
comm
MPI-based parallel communication module.
rayon_
comm
Rayon-based parallel communication implementation for shared-memory environments.
threads
Thread-pool sizing and tuning for shared-memory parallelism (Rayon).
Structs
§
MpiRequest
NoComm
Default no‐MPI/no‐parallel communicator for serial execution
Enums
§
AnyRequest
Reduce
Op
Universe
Comm
UniverseComm
is a stable logical handle for MPI (or
NoComm
for serial). It is
Clone + Eq
and cheap to pass; use it only for initialization or when launching collectives. Do not store per-rank derived state here.
Traits
§
Comm
Abstract communicator for reductions & splits