Problem with the parallel graph
I am student of Computer Science in Universidad de Oriente from Cuba,
and I have a problem with the parallel graph, when I am adding edge
betwen two procesors and one of them change any property of my edge,
the other processor not update the property .
for example my code is :
#include "mpi.h"
#include
Hi, For what I know you should use a distributed property map to allow the synchronization of property maps. You can find some information at documentation http://www.boost.org/doc/libs/1_53_0/libs/graph_parallel/doc/html/distribute... . It was not very clear for me when I tried. You can find an example in the test directory in the parallel graph sources of boost. It is called distributed_property_map_test.cpp or something like that. I hope this help. -- View this message in context: http://boost.2283326.n4.nabble.com/Problem-with-the-parallel-graph-tp4643831... Sent from the Boost - Users mailing list archive at Nabble.com.
participants (2)
-
bminano
-
Yeni Lora