📄 mpi_unpublish_name.3
字号:
.\"Copyright 2007, Sun Microsystems, Inc..\" Copyright (c) 1996 Thinking Machines Corporation.TH MPI_Unpublish_name 3OpenMPI "March 2007" "Open MPI 1.2" " ".SH NAME.nf\fBMPI_Unpublish_name\fP \- Unpublishes a service name.SH SYNTAX.ft R.SH C Syntax.nf#include <mpi.h>int MPI_Unpublish_name(char *\fIservice_name\fP, MPI_Info \fIinfo\fP, char *\fIport_name\fP).SH Fortran Syntax.nfINCLUDE 'mpif.h'MPI_UNPUBLISH_NAME(\fISERVICE_NAME, INFO, PORT_NAME, IERROR\fP) CHARACTER*(*) \fISERVICE_NAME, PORT_NAME\fP INTEGER \fIINFO, IERROR\fP.SH C++ Syntax.nf#include <mpi.h>void MPI::Unpublish_name(const char* \fIservice_name\fP, const MPI::Info& \fIinfo\fP, char* \fIport_name\fP).SH INPUT PARAMETERS.ft R.TP 1.4iservice_nameA service name (string)..TP 1.4iinfoOptions to the name service functions (handle). No options currently supported..ft R.TP 1.4iport_nameA port name (string)..SH OUTPUT PARAMETER.TP 1.4iIERRORFortran only: Error status (integer)..SH DESCRIPTION.ft RThis routine removes the pair (\fIservice_name, port_name\fP) so thatapplications may no longer retrieve \fIport_name\fP by callingMPI_Lookup_name. It is an error to unpublish a \fIservice_name\fPthat was not published via MPI_Publish_name. Both the \fIservice_name\fPand \fIport_name\fP arguments to MPI_Unpublish_name must be identicalto the arguments to the previous call to MPI_Publish_name..spThe \fIinfo\fP parameter should be MPI_INFO_NULL, as this routine doesnot parse any MPI Info arguments..SH ERRORS.ft RAlmost all MPI routines return an error value; C routines asthe value of the function and Fortran routines in the last argument. C++functions do not return errors. If the default error handler is set toMPI::ERRORS_THROW_EXCEPTIONS, then on error the C++ exception mechanismwill be used to throw an MPI:Exception object..spBefore the error value is returned, the current MPI error handler iscalled. By default, this error handler aborts the MPI job, except forI/O function errors. The error handler may be changed withMPI_Comm_set_errhandler; the predefined error handler MPI_ERRORS_RETURNmay be used to cause error values to be returned. Note that MPI does notguarantee that an MPI program can continue past an error. .spSee the MPI man page for a full list of MPI error codes..SH SEE ALSO.ft R.nfMPI_Publish_nameMPI_Lookup_nameMPI_Open_port' @(#)MPI_Unpublish_name.3 1.8 06/03/09
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -