Delen via


MPI_Comm_remote_size functie

Bepaalt de grootte van de externe groep die is gekoppeld aan een intercommunautor.

Syntaxis

int MPIAPI MPI_Comm_remote_size(
        MPI_Comm comm,
  _Out_ int      *size
);

Parameters

  • Comm
    Communicator.

  • grootte [uit]
    Aantal processen in de externe groep van comm.

Retourwaarde

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

In Fortran wordt de retourwaarde opgeslagen in de parameter IERROR .

Fortran

    MPI_COMM_REMOTE_SIZE(COMM, SIZE, IERROR)
        INTEGER COMM, SIZE, 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 Communicator-functies