#943 scan and allgather missing in MPICollectiveCommunication
Metadata
| Property | Value | 
|---|---|
| Reported by | Robert K (robertk@posteo.org) | 
| Reported at | Aug 1, 2011 11:59 | 
| Type | Feature Request | 
| Version | Git (pre2.4) [autotools] | 
| Operating System | Unspecified / All | 
Description
The interface for ClollectiveCommunications misses improtant methods like scan (MPI_Scan) or allgather (MPI_Allgather).
Furthermore, there are no methods for sending and receiving data, (MPI_Send, MPI_Recv, ...).