|
NAMEMPI_Comm_c2f - Convert a C MPI communicator into a FORTRAN MPI communicator SYNOPSIS
INPUT PARAMETER
comm - communicator handle from C (handle)
RETURN VALUE
FORTRAN communicator handle (handle)
DESCRIPTIONThe MPI_Comm_c2f() function is used to convert a C communicator handle comm , into a FORTRAN integer-sized communicator handle. This function will never raise an error. Since this function is compiled inline for performance reasons, a profiler will not be able to hook it. (In this MPI implementation, the C and FORTRAN handles are identical for this type of handle.) PMPI_Comm_f2c() is the profiling version of this function. SEE ALSO
|
|
| About Us | Returns Policy | Privacy Policy | Send us Feedback |
|
Company Info |
Product Index |
Category Index |
Help |
Terms of Use
Copyright © Lockless Inc All Rights Reserved. |