MPIR_Dup_fn function

Simple-mindedly copies the attributes.

Syntax

int MPIAPI MPIR_Dup_fn(
           MPI_Comm oldcomm,
           int      keyval,
  _In_opt_ void     *extra_state,
  _In_     void     *attribute_val_in,
  _Out_    void     *attribute_val_out,
  _Out_    int      *flag
);

Parameters

  • oldcomm
    Communicator, ignored in current implementation.

  • keyval
    Key value, ignored in current implementation.

  • extra_state [in, optional]
    Extra state, ignored in current implementation.

  • attribute_val_in [in]
    Source value.

  • attribute_val_out [out]
    Destination value.

  • flag [out]
    Indicates if the copy was sucessfull.

Return value

MPI_SUCCESS.

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

Library

Msmpi.lib

DLL

Msmpi.dll

See also

MPI Miscellaneous Functions