Question

Does Boost::Mpi support Parallel I/O? I cannot find any information about it and of course the boost documentation (even about the linker flags) is completly out of date ...

Was it helpful?

Solution

No. Boost::MPI only supports functionality up to MPI 1.1 (and not all of that), and MPI-IO was part of MPI 2.0. It's a shame that the Boost::MPI stuff is so out of date, because it's amongst the best C++ interfaces to MPI out there.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top