Opened 14 years ago
Closed 13 years ago
#2581 closed Patches (fixed)
MPI tutorial sample has missing includes
| Reported by: | Owned by: | Matthias Troyer | |
|---|---|---|---|
| Milestone: | Boost 1.38.0 | Component: | mpi |
| Version: | Boost 1.37.0 | Severity: | Cosmetic |
| Keywords: | Cc: |
Description
There are a lot of sample codes in Boost.MPI tutorial documentation. It is very useful, but there are some missing include:
In the point-to-point sample and the non-blocking sample, it lacks <string> header.
In the gather sample, it lacks <vector> header include.
In the reduce sample 2, it uses std::plus<> so that #include <functional> is needed.
Attachments (1)
Change History (4)
by , 14 years ago
| Attachment: | mpi.qbk.diff added |
|---|
comment:1 by , 14 years ago
| Type: | Bugs → Patches |
|---|
comment:2 by , 13 years ago
| Owner: | changed from to |
|---|
Note:
See TracTickets
for help on using tickets.

diff file for mpi.qbk