ferrompi 0.2.2

A safe, generic Rust wrapper for MPI with support for MPI 4.0+ features, shared memory windows, and hybrid MPI+OpenMP
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.74"
name = "ferrompi"
version = "0.2.2"
authors = ["Rogerio Alves"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A safe, generic Rust wrapper for MPI with support for MPI 4.0+ features, shared memory windows, and hybrid MPI+OpenMP"
readme = "README.md"
keywords = [
    "mpi",
    "hpc",
    "parallel",
    "distributed",
]
categories = [
    "science",
    "concurrency",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/cobre-rs/ferrompi"

[features]
debug = []
default = []
numa = ["rma"]
rma = []

[lib]
name = "ferrompi"
path = "src/lib.rs"

[[example]]
name = "allreduce"
path = "examples/allreduce.rs"

[[example]]
name = "comm_split"
path = "examples/comm_split.rs"

[[example]]
name = "gatherv"
path = "examples/gatherv.rs"

[[example]]
name = "hello_world"
path = "examples/hello_world.rs"

[[example]]
name = "hybrid_openmp"
path = "examples/hybrid_openmp.rs"

[[example]]
name = "nonblocking"
path = "examples/nonblocking.rs"

[[example]]
name = "persistent_bcast"
path = "examples/persistent_bcast.rs"

[[example]]
name = "pi_monte_carlo"
path = "examples/pi_monte_carlo.rs"

[[example]]
name = "ring"
path = "examples/ring.rs"

[[example]]
name = "scan"
path = "examples/scan.rs"

[[example]]
name = "shared_memory"
path = "examples/shared_memory.rs"
required-features = ["rma"]

[[example]]
name = "test_blocking_extra"
path = "examples/test_blocking_extra.rs"

[[example]]
name = "test_collectives"
path = "examples/test_collectives.rs"

[[example]]
name = "test_comm_split"
path = "examples/test_comm_split.rs"

[[example]]
name = "test_info"
path = "examples/test_info.rs"

[[example]]
name = "test_lifecycle"
path = "examples/test_lifecycle.rs"

[[example]]
name = "test_nonblocking"
path = "examples/test_nonblocking.rs"

[[example]]
name = "test_nonblocking_collectives"
path = "examples/test_nonblocking_collectives.rs"

[[example]]
name = "test_p2p_extra"
path = "examples/test_p2p_extra.rs"

[[example]]
name = "test_persistent"
path = "examples/test_persistent.rs"

[[example]]
name = "test_rma_window"
path = "examples/test_rma_window.rs"
required-features = ["rma"]

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.rand]
version = "0.9"

[build-dependencies.cc]
version = "1.2"

[build-dependencies.pkg-config]
version = "0.3"