lamellar 0.8.0

Lamellar is an asynchronous tasking runtime for HPC systems developed in RUST.
1
2
3
4
5
pub(crate) mod algorithm;
pub(crate) mod broadcast_handle;
pub(crate) mod gather_handle;
pub(crate) mod reduce_handle;
pub(crate) mod reduce_scatter_handle;