#2051 closed Bugs (fixed)
Improper argument order in mpi::scatter.
Reported by: | Owned by: | Douglas Gregor | |
---|---|---|---|
Milestone: | To Be Determined | Component: | mpi |
Version: | Boost 1.35.0 | Severity: | Problem |
Keywords: | mpi scatter | Cc: |
Description
I've encountered an error with mpi::scatter for scattering multiple elements to each process. The arguments for scatter_impl are in the wrong order. The attached code fails to compile with boost 1.35.0, but the attached patch fixes it.
Attachments (2)
Change History (4)
by , 14 years ago
Attachment: | mpi_scatter.cpp added |
---|
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Test program.