Questions tagged [boost-graph-parallel]

3 questions
1
vote
1 answer

Why is does boost parallel graph edge takes so much more memory as compared with vertex?

if (world_.rank() == 0) std::cout << "test the memory requirements of edges only using own graph" << std::endl; world_.barrier(); // std::cout << getpid() << std::endl; auto mems1 =…
Michael
  • 673
  • 2
  • 5
  • 23
1
vote
1 answer

Boost Parallel Graph where to find the implementation of mpi process group synchronize

I have been trying to find the implementation for the "synchronize" function declared in boost\graph\distributed\mpi_process_group.hpp for serveral hours, but can't find it. Anyone can help?
Michael
  • 673
  • 2
  • 5
  • 23
1
vote
1 answer

How to setup cmake to link parallel boost-graph?

I am trying to set up CMake such that boost-graph is properly linked. But I am running into an error when doing find_package(Boost REQUIRED COMPONENTS graph mpi) # finding mpi is a problem -- Found boost_mpi 1.77.0 at…
cpchung
  • 774
  • 3
  • 8
  • 23