MPI_Handle2int
Convert a C handle to an integer (Fortran) MPI handle
Synopsis
#include "mpi.h"
MPI_Fint MPI_Handle2int( c_handle, handle_kind )
MPI_Handle_type c_handle;
MPI_Handle_enum handle_kind;
Input Parameters
- c_handle - C handle
- handle_kind - Type of handle
Return value
- f_handle - Fortran version of handle.
Notes for Fortran users
There is no Fortran version of this routine.
Note on standard
This function is part of the MPI-2 draft, and may change while the draft
undergoes revision. It is provided as an aid to programmers who wish
to experiment with some MPI2 features.
Location:handle2int.c