Re: [Boost-users] [BGL] parallel BGL does not scale

14 Dec
2015
14 Dec
'15
4:05 p.m.
Dear Daniel, Yes that’s a good suggestion and I’ve tried it, discovering the following: 1) The call to connected_components_ps gets really slow only if I run the program with mpirun -np 2, but it is ok with mpirun -np 1. Why is this the case? I need to be able to control how many cores I am using to do scaling tests, is this possible with the parallel BGL? 2) Apart from the above, the really slow part is now the graph construction. This takes about 10 times more than the call to connected_components_ps (but it wasn’t the case with the non-parallel BGL). Regards, Alessio
3480
Age (days ago)
3480
Last active (days ago)
0 comments
1 participants
participants (1)
-
Quaglino Alessio