Registry / networking / boost-mpi

boost-mpi

JSON →
library1.90.0vcpkgunverified

Boost mpi module.

vcpkg install boost-mpi
INSTALL
IMPORT
SIG · BOOST-MPI
B
boost-mpi
networkingcppv1.90.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

boost/mpi.hpp
#include <boost/mpi.hpp>

Initialize MPI and print rank and size

#include <boost/mpi.hpp> #include <iostream> int main(int argc, char* argv[]) { boost::mpi::environment env(argc, argv); boost::mpi::communicator world; std::cout << "I am process " << world.rank() << " of " << world.size() << std::endl; return 0; }
Debug
Known issues
gotchaBoost.MPI requires an MPI implementation (e.g., OpenMPI, MPICH) to be installed and linked.
fix
Ensure MPI is installed and CMake finds it via find_package(MPI REQUIRED).
affects: all
Upgrade
Version history
1.90.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources

No resource links recorded.

boost-mpi — pip install boost-mpi · libregistry