Opened 10 years ago
Last modified 10 years ago
#6839 new Patches
distributed::adjacency_list fails to propagate mpi_process_group correctly
Reported by: | Owned by: | Jeremiah Willcock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | graph |
Version: | Boost 1.50.0 | Severity: | Problem |
Keywords: | parallel graph library process_group | Cc: |
Description
In the distributed adjacency_list
the named_graph_mixin
of kind maybe_named_graph holds and mpi_process_group
member which is default constructed rather than appropriately initialized. See patch
Attachments (2)
Change History (3)
by , 10 years ago
Attachment: | named_graph.patch added |
---|
by , 10 years ago
Attachment: | fix_named_graph.patch added |
---|
comment:1 by , 10 years ago
Version: | Boost 1.49.0 → Boost 1.50.0 |
---|
Note:
See TracTickets
for help on using tickets.
missed one constructor