我最近一直在尝试使用分布式邻接列表来实现算法,如BGL文档中所定义的那样(http://www.boost.org/doc/libs/1_46_1/libs/graph_parallel/doc/html/distributed_adjacency_list.html)
我经常看到这个错误:
cmd
我的设置:
相关进口商品:
error: ‘mpi’ is not a member of ‘boost::parallel’
distributedS<parallel::mpi::bsp_process_group, vecS>,
我的CMakelists.txt
#include <mpi.h>
#include <boost/graph/use_mpi.hpp>
#include <boost/graph/distributed/adjacency_list.hpp>
由于官方提升文档没有提供单一示例,如果会出现此类设置,我会在此处发布此问题。
非常感谢。