Skip to content

Add MPI_Info_toint/fromint to Table 11.1 #1095

@dalcinl

Description

@dalcinl

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions