1

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 ...

Wojciech Danilo
  • 11,573
  • 17
  • 66
  • 132

1 Answers1

1

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.

Jonathan Dursi
  • 50,107
  • 9
  • 127
  • 158