You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- add the man pages for the newly implemented MPI_Request_get_status_all/any/some functions.
- c-bindings: add support for const request args
Three new functions were added to the MPI API as part of the 4.1 standard.
These used an array of const MPI_Request s which the bindings code
didn't support.
This commit also fixes back the mpi.h prototypes to include the constants
and required changes to the new template files.
- request_get_status variants: add f08 interfaces
also switch MPI_Request_get_status to use new method for generating
f08 bindings.
- Update fortran bindings interfaces generation code.
- f90/f77 interfaces will be added as another commit.
- use-mpi-ignore: start using binding infrastructure
- request_get_status_mult: add f77 functions
Signed-off-by: Edgar Gabriel <edgar.gabriel@amd.com>
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
0 commit comments