Edit

Share via


MPI_Status_c2f function

Converts from a C status (which is a structure) to a Fortran status (which is an array of integers).

Syntax

int MPIAPI MPI_Status_c2f(
  _In_  MPI_Status *status,
  _Out_ MPI_Fint   *f_status
);

Parameters

  • status [in]
    C status.

  • f_status [out]
    Fortran status.

Return value

Returns MPI_SUCCESS on success. Otherwise, the return value is an error code.

Requirements

Product

HPC Pack 2012 MS-MPI Redistributable Package, HPC Pack 2008 R2 MS-MPI Redistributable Package, HPC Pack 2008 MS-MPI Redistributable Package or HPC Pack 2008 Client Utilities

Header

Mpi.h; Mpif.h

Library

Msmpi.lib

DLL

Msmpi.dll

See also

MPI Miscellaneous Functions