Delen via


MPI_Publish_name functie

Publiceer een servicenaam voor gebruik met MPI_Comm_connect.

Syntaxis

int MPIAPI MPI_Publish_name(
  _In_ char     *service_name,
       MPI_Info info,
  _In_ char     *port_name
);

Parameters

  • service_name [in]
    Servicenaam die aan de poort moet worden gekoppeld.

  • Info
    Implementatiespecifieke informatie.

  • port_name [in]
    Poortnaam.

Retourwaarde

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

In Fortran wordt de retourwaarde opgeslagen in de parameter IERROR .

Fortran

    MPI_PUBLISH_NAME(SERVICE_NAME, INFO, PORT_NAME, IERROR)
        INTEGER INFO, IERROR
        CHARACTER*(*) SERVICE_NAME, PORT_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-procesbeheerfuncties