-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Problem
MPI allows the creation/manipulation/destruction of MPI_Info objects, as wells as C2F/F2C handle conversions. MPI 5.0, as part of the ABI effort, added MPI_Info_toint/fromint APIs to convert the pointer handles to a C int representation.
Unfortunately, MPI_Info_toint/fromint where not added to Table 11.1, which lists the MPI routines that are allowed to be called at any time, including prior to MPI initialization and following MPI finalization.
Proposal
Add MPI_Info_toint/fromint to table 11.1.
Changes to the Text
Add MPI_Info_toint/fromint to table 11.1.
Impact on Implementations
Implementations should allow MPI_Info_toint/fromint to be called at any time.
Impact on Users
None
References and Pull Requests
Metadata
Metadata
Assignees
Labels
No labels