Partager via


MPI_Unpublish_name fonction

Annulez la publication d’un nom de service publié avec MPI_Publish_name.

Syntaxe

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

Paramètres

  • service_name [in]
    Chaîne de nom de service.

  • info
    Informations spécifiques à l’implémentation.

  • port_name [in]
    Chaîne de nom de port.

Valeur retournée

Retourne MPI_SUCCESS en cas de réussite. Sinon, la valeur de retour est un code d’erreur.

Dans Fortran, la valeur de retour est stockée dans le paramètre IERROR .

Fortran

    MPI_UNPUBLISH_NAME(SERVICE_NAME, INFO, PORT_NAME, IERROR)
        INTEGER INFO, IERROR
        CHARACTER*(*) SERVICE_NAME, PORT_NAME

Configuration requise

Produit

Package redistribuable MS-MPI HPC Pack 2012, package redistribuable HPC Pack 2008 R2 MS-MPI, package redistribuable MS-MPI HPC Pack 2008 ou utilitaires clients HPC Pack 2008

En-tête

Mpi.h ; Mpif.h

Bibliothèque

Msmpi.lib

DLL

Msmpi.dll

Voir aussi

Fonctions de gestion des processus MPI