1

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?

enter image description here

Michael
  • 673
  • 2
  • 5
  • 23

1 Answers1

1

It's in the library sources, namely here: https://github.com/boostorg/graph_parallel/blob/develop/src/mpi_process_group.cpp#L762

You will usually not have the sources locally if you didn't compile the library yourself (e.g. installing from a package manager).

sehe
  • 374,641
  • 47
  • 450
  • 633