Delen via


MPI_Type_get_envelope functie

Retourneert informatie over het aantal en het type invoerargumenten dat is gebruikt in de aanroep waarmee het gegevenstype is gemaakt.

Syntaxis

int MPIAPI MPI_Type_get_envelope(
        MPI_Datatype datatype,
  _Out_ int          *num_integers,
  _Out_ int          *num_addresses,
  _Out_ int          *num_datatypes,
  _Out_ int          *combiner
);

Parameters

  • Datatype
    Gegevenstype voor toegang.

  • num_integers [uit]
    Het aantal invoer gehele getallen dat wordt gebruikt in de combinatie van aanroepconstructies.

  • num_addresses [uit]
    Het aantal invoeradressen dat wordt gebruikt in de combinatie van aanroepconstructies.

  • num_datatypes [uit]
    Aantal invoergegevenstypen dat wordt gebruikt in de combinatie van aanroepconstructies.

  • combinatiefunctie [uit]
    Combinatie.

Retourwaarde

Retourneert MPI_SUCCESS bij succes. Anders is de retourwaarde een foutcode.

In Fortran wordt de retourwaarde opgeslagen in de parameter IERROR .

Fortran

    MPI_TYPE_GET_ENVELOPE(DATATYPE, NUM_INTEGERS, NUM_ADDRESSES, NUM_DATATYPES,
                COMBINER, IERROR)
        INTEGER DATATYPE, NUM_INTEGERS, NUM_ADDRESSES, NUM_DATATYPES, COMBINER,
        IERROR

Vereisten

Product

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

Header

Mpi.h; Mpif.h

Bibliotheek

Msmpi.lib

DLL

Msmpi.dll

Zie ook

MPI-gegevenstypefuncties