IBM Books

MPI Subroutine Reference

MPI_Errhandler_c2f

Purpose

Translates a C error handler into a FORTRAN handle to the same error handler.

C synopsis

#include <mpi.h>
MPI_Fint MPI_Errhandler_c2f(MPI_Errhandler errhandler);

Parameters

errhandler
is the error handler (handle) (IN)

Description

This function does not have C++ or FORTRAN bindings. MPI_Errhandler_c2f translates a C error handler into a FORTRAN handle to the same error handler; The converted handle is returned as the function's value. There is no error detection or return code.

Errors

None.

Related information

MPI_Errhandler_f2c


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]