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?
Asked
Active
Viewed 18 times
1 Answers
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