Delen via


MPI_Comm_set_name functie

Hiermee stelt u de afdruknaam voor een communicator in.

Syntaxis

int MPIAPI MPI_Comm_set_name(
   MPI_Comm    comm,
   _In_z_ char *comm_name
);

Parameters

  • Comm
    Communicator op naam.

  • comm_name
    Naam voor communicator.

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_SET_NAME(COMM, COMM_NAME, IERROR)
        INTEGER COMM, IERROR
        CHARACTER*(*) COMM_NAME

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 Diverse functies