Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Boost::Mpi 是否支持并行 I/O?我找不到任何关于它的信息,当然,boost 文档(甚至关于链接器标志)已经完全过时了......
不,Boost::MPI 仅支持 MPI 1.1 的功能(而不是全部),而 MPI-IO 是 MPI 2.0 的一部分。很遗憾 Boost::MPI 的东西已经过时了,因为它是 MPI 最好的 C++ 接口之一。