Opened 10 years ago

#7469 new Patches

Parallel Graph: redistribute() does not compile for bidirected graphs

Reported by: Christoph Koke <c.koke@…> Owned by: Jeremiah Willcock
Milestone: To Be Determined Component: graph
Version: Boost 1.51.0 Severity: Problem
Keywords: Cc:

Description

Trying to to use redistribute on a adjacency_list with the bidirectionalS tag leeds to compile erros.

I tracked down the problem to the point, that there is a additional internal property on vertices for this type of graphs. This property is not properly handeled during the call of redistribute. Attached is a patch including a test.

Attachments (1)

graph_parallel_redistribute.patch (12.9 KB ) - added by Christoph Koke <c.koke@…> 10 years ago.

Download all attachments as: .zip

Change History (1)

by Christoph Koke <c.koke@…>, 10 years ago

Note: See TracTickets for help on using tickets.