|
NAMEMPI_Op_f2c - Convert a FORTRAN MPI operation into a C MPI operation SYNOPSIS
INPUT PARAMETER
op - operation handle from FORTRAN (handle)
RETURN VALUE
C operation handle (handle)
DESCRIPTIONThe MPI_Op_f2c() function is used to convert a FORTRAN integer-sized operation handle op , into a C MPI_Op 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_Op_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. |