Pergunta

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

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top