其他分享
首页 > 其他分享> > boost::mpi模块对 all_gather() 集体的测试

boost::mpi模块对 all_gather() 集体的测试

作者:互联网

boost::mpi模块对 all_gather 集体的测试

实现功能

boost::mpi模块对 all_gather() 集体的测试

C++实现代码

#include <algorithm>
#include <boost/mpi/collectives/all_gather.hpp>
#include <boost/mpi/collectives/all_gatherv.hpp>

标签:gather,C++,mpi,模块,include,boost
来源: https://blog.csdn.net/it_xiangqiang/article/details/117874686