diff --git a/ompi/mpi/man/man3/MPI.3in b/ompi/mpi/man/man3/MPI.3in index 309b873710..b0ed553acd 100644 --- a/ompi/mpi/man/man3/MPI.3in +++ b/ompi/mpi/man/man3/MPI.3in @@ -1,4 +1,4 @@ -.\"Copyright 2008 Sun Microsystems, Inc. +.\" Copyright 2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME diff --git a/ompi/mpi/man/man3/MPI_Abort.3in b/ompi/mpi/man/man3/MPI_Abort.3in index 073cdec6ea..5bdfb9c64b 100644 --- a/ompi/mpi/man/man3/MPI_Abort.3in +++ b/ompi/mpi/man/man3/MPI_Abort.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Abort 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,6 +12,7 @@ #include int MPI_Abort(MPI_Comm \fIcomm\fP, int\fI errorcode\fP) +.fi .SH Fortran Syntax .ft R .nf @@ -19,11 +20,13 @@ INCLUDE 'mpif.h' MPI_ABORT(\fICOMM\fP, \fIERRORCODE\fP, \fIIERROR\fP) INTEGER \fICOMM\fP,\fI ERRORCODE\fP,\fI IERROR +.fi .SH C++ Syntax .nf #include void Comm::Abort(int \fIerrorcode\fP) +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Accumulate.3in b/ompi/mpi/man/man3/MPI_Accumulate.3in index bc59721762..ea71c285c9 100644 --- a/ompi/mpi/man/man3/MPI_Accumulate.3in +++ b/ompi/mpi/man/man3/MPI_Accumulate.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Accumulate 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -15,6 +15,7 @@ int MPI_Accumulate(void *\fIorigin_addr\fP, int \fIorigin_count\fP, MPI_Aint \fItarget_disp\fP, int \fItarget_count\fP, MPI_Datatype \fItarget_datatype\fP, MPI_Op \fIop\fP, MPI_Win \fIwin\fP) +.fi .SH Fortran Syntax (see FORTRAN 77 NOTES) .nf INCLUDE 'mpif.h' @@ -25,6 +26,7 @@ MPI_ACCUMULATE(\fIORIGIN_ADDR, ORIGIN_COUNT, ORIGIN_DATATYPE, TARGET_RANK, INTEGER \fIORIGIN_COUNT, ORIGIN_DATATYPE, TARGET_RANK, TARGET_COUNT, TARGET_DATATYPE, OP, WIN, IERROR \fP +.fi .SH C++ Syntax .nf #include @@ -33,6 +35,7 @@ void MPI::Win::Accumulate(const void* \fIorigin_addr\fP, int \fIorigin_count\fP, MPI::Aint \fItarget_disp\fP, int \fItarget_count\fP, const MPI::Datatype& \fItarget_datatype\fP, const MPI::Op& \fIop\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Add_error_class.3in b/ompi/mpi/man/man3/MPI_Add_error_class.3in index 40e81276e9..bee8d7a1c7 100644 --- a/ompi/mpi/man/man3/MPI_Add_error_class.3in +++ b/ompi/mpi/man/man3/MPI_Add_error_class.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Add_error_class 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" @@ -7,6 +7,7 @@ .nf \fBMPI_Add_error_class\fP \- Creates a new error class and returns its value +.fi .SH SYNTAX .ft R @@ -15,17 +16,20 @@ #include int MPI_Add_error_class(int *\fIerrorclass\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_ADD_ERROR_CLASS(\fIERRORCLASS, IERROR\fP) INTEGER \fIERRORCLASS, IERROR\fP +.fi .SH C++ Syntax .nf #include int MPI::Add_error_class() +.fi .SH OUTPUT PARAMETERS .ft R .TP 1.4i diff --git a/ompi/mpi/man/man3/MPI_Add_error_code.3in b/ompi/mpi/man/man3/MPI_Add_error_code.3in index 7e31aadbc5..24e28f9b2d 100644 --- a/ompi/mpi/man/man3/MPI_Add_error_code.3in +++ b/ompi/mpi/man/man3/MPI_Add_error_code.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Add_error_code 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" @@ -15,17 +15,20 @@ with \fIerrorclass\fP #include int MPI_Add_error_code(int \fIerrorclass\fP, int *\fIerrorcode\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_ADD_ERROR_CODE(\fIERRORCLASS, ERRORCODE, IERROR\fP) INTEGER \fI ERRORCLASS, ERRORCODE, IERROR\fP +.fi .SH C++ Syntax .nf #include int MPI::Add_error_code(int \fIerrorclass\fP, int* \fIerrorcode\fP) +.fi .SH INPUT PARAMETER .ft R .TP 1.4i diff --git a/ompi/mpi/man/man3/MPI_Add_error_string.3in b/ompi/mpi/man/man3/MPI_Add_error_string.3in index 1c4aa9d228..8ef1a99ead 100644 --- a/ompi/mpi/man/man3/MPI_Add_error_string.3in +++ b/ompi/mpi/man/man3/MPI_Add_error_string.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Add_error_string 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" @@ -7,6 +7,7 @@ .nf \fBMPI_Add_error_string\fP \- Associates a string with an error code or class +.fi .SH SYNTAX .ft R @@ -15,6 +16,7 @@ #include int MPI_Add_error_string(int \fIerrorcode\fP, char *\fIstring\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -22,11 +24,13 @@ MPI_ADD_ERROR_STRING(\fIERRORCODE, STRING, IERROR\fP) INTEGER \fIERRORCODE, IERROR\fP CHARACTER*(*) \fISTRING\fP +.fi .SH C++ Syntax .nf #include void MPI::Add_error_string(int \fIerrorcode\fP, const char* \fIstring\fP) +.fi .SH INPUT PARAMETERS .ft R .TP 1.4i diff --git a/ompi/mpi/man/man3/MPI_Address.3in b/ompi/mpi/man/man3/MPI_Address.3in index 1e294ba218..d7970237a0 100644 --- a/ompi/mpi/man/man3/MPI_Address.3in +++ b/ompi/mpi/man/man3/MPI_Address.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Address 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,6 +12,7 @@ #include int MPI_Address(void *\fIlocation\fP, MPI_Aint\fP *address\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -20,6 +21,7 @@ MPI_ADDRESS(\fILOCATION\fP,\fI ADDRESS\fP,\fI IERROR\fP) INTEGER \fIADDRESS\fP,\fI IERROR\fP +.fi .SH INPUT PARAMETER .ft R .TP 1i @@ -48,6 +50,7 @@ Example: Using MPI_Address for an array. .sp .nf REAL A(100,100) +.fi .br INTEGER I1, I2, DIFF .br diff --git a/ompi/mpi/man/man3/MPI_Allgather.3in b/ompi/mpi/man/man3/MPI_Allgather.3in index e82820ae95..32fc67cf6b 100644 --- a/ompi/mpi/man/man3/MPI_Allgather.3in +++ b/ompi/mpi/man/man3/MPI_Allgather.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Allgather 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -14,6 +14,7 @@ int MPI_Allgather(void\fI *sendbuf\fP, int \fI sendcount\fP, MPI_Datatype\fI sendtype\fP, void\fI *recvbuf\fP, int\fI recvcount\fP, MPI_Datatype\fI recvtype\fP, MPI_Comm\fI comm\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -23,6 +24,7 @@ MPI_ALLGATHER(\fISENDBUF\fP,\fI SENDCOUNT\fP,\fI SENDTYPE\fP,\fI RECVBUF\fP,\fI INTEGER \fISENDCOUNT\fP,\fI SENDTYPE\fP,\fI RECVCOUNT\fP,\fI RECVTYPE\fP,\fI COMM\fP, INTEGER \fIIERROR\fP +.fi .SH C++ Syntax .nf #include @@ -30,6 +32,7 @@ void MPI::Comm::Allgather(const void* \fIsendbuf\fP, int \fIsendcount\fP, const MPI::Datatype& \fIsendtype\fP, void* \fIrecvbuf\fP, int \fIrecvcount\fP, const MPI::Datatype& \fIrecvtype\fP) const = 0 +.fi .SH INPUT PARAMETERS .ft R .TP 1i @@ -72,6 +75,7 @@ The outcome of a call to MPI_Allgather(\&...) is as if all processes executed n .nf MPI_Gather(sendbuf,sendcount,sendtype,recvbuf,recvcount, recvtype,root,comm), +.fi .sp .fi for root = 0 , ..., n-1. The rules for correct usage of MPI_Allgather are easily found from the corresponding rules for MPI_Gather. diff --git a/ompi/mpi/man/man3/MPI_Allgatherv.3in b/ompi/mpi/man/man3/MPI_Allgatherv.3in index f795d76884..cdd09d3100 100644 --- a/ompi/mpi/man/man3/MPI_Allgatherv.3in +++ b/ompi/mpi/man/man3/MPI_Allgatherv.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2007-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2007-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Allgatherv 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -14,6 +14,7 @@ int MPI_Allgatherv(void\fI *sendbuf\fP, int\fI sendcount\fP, MPI_Datatype\fI sendtype\fP, void\fI *recvbuf\fP, int\fI *recvcount\fP, int\fI *displs\fP, MPI_Datatype\fI recvtype\fP, MPI_Comm\fI comm\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -23,6 +24,7 @@ MPI_ALLGATHERV(\fISENDBUF\fP,\fI SENDCOUNT\fP, \fISENDTYPE\fP,\fI RECVBUF\fP, INTEGER \fISENDCOUNT\fP,\fI SENDTYPE\fP, \fIRECVCOUNT\fP(*), INTEGER \fIDISPLS\fP(*),\fI RECVTYPE\fP,\fI COMM\fP,\fI IERROR\fP +.fi .SH C++ Syntax .nf #include @@ -31,6 +33,7 @@ void MPI::Comm::Allgatherv(const void* \fIsendbuf\fP, int \fIsendcount\fP, const int \fIrecvcounts\fP[], const int \fIdispls\fP[], const MPI::Datatype& \fIrecvtype\fP) const = 0 +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Alloc_mem.3in b/ompi/mpi/man/man3/MPI_Alloc_mem.3in index 6490f0d3b1..74926d61e8 100644 --- a/ompi/mpi/man/man3/MPI_Alloc_mem.3in +++ b/ompi/mpi/man/man3/MPI_Alloc_mem.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Alloc_mem 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,6 +12,7 @@ #include int MPI_Alloc_mem(MPI_Aint \fIsize\fP, MPI_Info \fIinfo\fP, void *\fIbaseptr\fP) +.fi .SH Fortran Syntax (see FORTRAN NOTES) .nf INCLUDE 'mpif.h' @@ -19,11 +20,13 @@ MPI_ALLOC_MEM(\fISIZE, INFO, BASEPTR, IERROR\fP) INTEGER \fIINFO, IERROR\fP INTEGER(KIND=MPI_ADDRESS_KIND) \fISIZE, BASEPTR\fP +.fi .SH C++ Syntax .nf #include void* MPI::Alloc_mem(MPI::Aint \fIsize\fP, const MPI::Info& \fIinfo\fP) +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Allreduce.3in b/ompi/mpi/man/man3/MPI_Allreduce.3in index 218bc0f181..fcd985b83a 100644 --- a/ompi/mpi/man/man3/MPI_Allreduce.3in +++ b/ompi/mpi/man/man3/MPI_Allreduce.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2007-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2007-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Allreduce 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Allreduce(void \fI*sendbuf\fP, void \fI*recvbuf\fP, int\fI count\fP, MPI_Datatype\fI datatype\fP, MPI_Op\fI op\fP, MPI_Comm\fI comm\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -21,6 +22,7 @@ MPI_ALLREDUCE(\fISENDBUF\fP,\fI RECVBUF\fP, \fICOUNT\fP,\fI DATATYPE\fP,\fI OP\f \fISENDBUF\fP(*), \fIRECVBUF\fP(*) INTEGER \fICOUNT\fP,\fI DATATYPE\fP,\fI OP\fP,\fI COMM\fP,\fI IERROR +.fi .SH C++ Syntax .nf #include @@ -28,6 +30,7 @@ void MPI::Comm::Allreduce(const void* \fIsendbuf\fP, void* \fIrecvbuf\fP, int \fIcount\fP, const MPI::Datatype& \fIdatatype\fP, const MPI::Op& \fIop\fP) const=0 +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Alltoall.3in b/ompi/mpi/man/man3/MPI_Alltoall.3in index 54c1a12970..bddfd57bf0 100644 --- a/ompi/mpi/man/man3/MPI_Alltoall.3in +++ b/ompi/mpi/man/man3/MPI_Alltoall.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Alltoall 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" @@ -16,6 +16,7 @@ int MPI_Alltoall(void *\fIsendbuf\fP, int \fIsendcount\fP, MPI_Datatype \fIsendtype\fP, void *\fIrecvbuf\fP, int \fIrecvcount\fP, MPI_Datatype \fIrecvtype\fP, MPI_Comm \fIcomm\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -26,6 +27,7 @@ MPI_ALLTOALL(\fISENDBUF, SENDCOUNT, SENDTYPE, RECVBUF, RECVCOUNT, INTEGER \fISENDCOUNT, SENDTYPE, RECVCOUNT, RECVTYPE\fP INTEGER \fICOMM, IERROR\fP +.fi .SH C++ Syntax .nf #include @@ -33,6 +35,7 @@ void MPI::Comm::Alltoall(const void* \fIsendbuf\fP, int \fIsendcount\fP, const MPI::Datatype& \fIsendtype\fP, void* \fIrecvbuf\fP, int \fIrecvcount\fP, const MPI::Datatype& \fIrecvtype\fP) +.fi .SH INPUT PARAMETERS .ft R .TP 1.2i diff --git a/ompi/mpi/man/man3/MPI_Alltoallv.3in b/ompi/mpi/man/man3/MPI_Alltoallv.3in index 822c027699..a2bed14731 100644 --- a/ompi/mpi/man/man3/MPI_Alltoallv.3in +++ b/ompi/mpi/man/man3/MPI_Alltoallv.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Alltoallv 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" @@ -16,6 +16,7 @@ int MPI_Alltoallv(void *\fIsendbuf\fP, int *\fIsendcounts\fP, void *\fIrecvbuf\fP, int\fI *recvcounts\fP, int *\fIrdispls\fP, MPI_Datatype \fIrecvtype\fP, MPI_Comm \fIcomm\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -28,6 +29,7 @@ MPI_ALLTOALLV(\fISENDBUF, SENDCOUNTS, SDISPLS, SENDTYPE, INTEGER \fIRECVCOUNTS(*), RDISPLS(*), RECVTYPE\fP INTEGER \fICOMM, IERROR\fP +.fi .SH C++ Syntax .nf #include @@ -37,6 +39,7 @@ void MPI::Comm::Alltoallv(const void* \fIsendbuf\fP, const int \fIrecvcounts\fP[], const int \fIrdispls\fP[], const MPI::Datatype& \fIrecvtype\fP) +.fi .SH INPUT PARAMETERS .ft R .TP 1.2i diff --git a/ompi/mpi/man/man3/MPI_Alltoallw.3in b/ompi/mpi/man/man3/MPI_Alltoallw.3in index 7bbc372121..cdc1c8cf81 100644 --- a/ompi/mpi/man/man3/MPI_Alltoallw.3in +++ b/ompi/mpi/man/man3/MPI_Alltoallw.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Alltoallw 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" @@ -17,6 +17,7 @@ int MPI_Alltoallw(void *\fIsendbuf\fP, int *\fIsendcounts\fP, void *\fIrecvbuf\fP, int *\fIrecvcounts\fP, int *\fIrdispls\fP, MPI_Datatype *\fIrecvtypes\fP, MPI_Comm \fIcomm\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -28,6 +29,7 @@ MPI_ALLTOALLW(\fISENDBUF, SENDCOUNTS, SDISPLS, SENDTYPES, INTEGER \fIRECVCOUNTS(*), RDISPLS(*), RECVTYPES(*)\fP INTEGER \fICOMM, IERROR\fP +.fi .SH C++ Syntax .nf #include @@ -37,6 +39,7 @@ void MPI::Comm::Alltoallw(const void* \fIsendbuf\fP, const int \fIrecvcounts\fP[], const int \fIrdispls\fP[], const MPI::Datatype \fIrecvtypes\fP[]) +.fi .SH INPUT PARAMETERS .ft R .TP 1.2i diff --git a/ompi/mpi/man/man3/MPI_Attr_delete.3in b/ompi/mpi/man/man3/MPI_Attr_delete.3in index 1216071ec4..37b09cf85c 100644 --- a/ompi/mpi/man/man3/MPI_Attr_delete.3in +++ b/ompi/mpi/man/man3/MPI_Attr_delete.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Attr_delete 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,6 +12,7 @@ #include int MPI_Attr_delete(MPI_Comm\fI comm\fP, int\fI keyval\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -19,6 +20,7 @@ MPI_ATTR_DELETE(\fICOMM\fP,\fI KEYVAL\fP, \fIIERROR\fP) INTEGER \fICOMM\fP,\fI KEYVAL\fP,\fI IERROR\fP +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Attr_get.3in b/ompi/mpi/man/man3/MPI_Attr_get.3in index 390cd83777..21d942f13c 100644 --- a/ompi/mpi/man/man3/MPI_Attr_get.3in +++ b/ompi/mpi/man/man3/MPI_Attr_get.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Attr_get 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Attr_get(MPI_Comm \fIcomm\fP, int\fI keyval\fP,void\fI *attribute_val\fP, int\fI *flag \fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -21,6 +22,7 @@ MPI_ATTR_GET(\fICOMM\fP,\fI KEYVAL\fP, \fIATTRIBUTE_VAL\fP,\fI FLAG\fP,\fI IERRO LOGICAL \fIFLAG\fP +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Attr_put.3in b/ompi/mpi/man/man3/MPI_Attr_put.3in index 54d57d669f..36ba4fd1e0 100644 --- a/ompi/mpi/man/man3/MPI_Attr_put.3in +++ b/ompi/mpi/man/man3/MPI_Attr_put.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Attr_put 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,6 +12,7 @@ #include int MPI_Attr_put(MPI_Comm \fIcomm\fP, int\fI keyval\fP, void\fI *attribute_val\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -19,6 +20,7 @@ MPI_ATTR_PUT(\fICOMM\fP,\fI KEYVAL\fP, \fIATTRIBUTE_VAL\fP,\fI IERROR\fP) INTEGER \fICOMM\fP,\fI KEYVAL\fP,\fI ATTRIBUTE_VAL\fP,\fI IERROR +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Barrier.3in b/ompi/mpi/man/man3/MPI_Barrier.3in index 4191ec1435..1a766bfdec 100644 --- a/ompi/mpi/man/man3/MPI_Barrier.3in +++ b/ompi/mpi/man/man3/MPI_Barrier.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Barrier 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ #include int MPI_Barrier(MPI_Comm \fIcomm\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_BARRIER(\fICOMM\fP,\fI IERROR\fP) INTEGER \fICOMM\fP,\fI IERROR\fP +.fi .SH C++ Syntax .nf #include void MPI::Comm::Barrier() const = 0 +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Bcast.3in b/ompi/mpi/man/man3/MPI_Bcast.3in index f589e14f24..9400be19f7 100644 --- a/ompi/mpi/man/man3/MPI_Bcast.3in +++ b/ompi/mpi/man/man3/MPI_Bcast.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Bcast 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Bcast(void \fI*buffer\fP, int\fI count\fP, MPI_Datatype\fI datatype\fP, int\fI root\fP, MPI_Comm\fI comm\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -20,12 +21,14 @@ MPI_BCAST(\fIBUFFER\fP,\fI COUNT\fP, \fIDATATYPE\fP,\fI ROOT\fP,\fI COMM\fP,\fI \fIBUFFER\fP(*) INTEGER \fICOUNT\fP,\fI DATATYPE\fP,\fI ROOT\fP,\fI COMM\fP,\fI IERROR\fP +.fi .SH C++ Syntax .nf #include void MPI::Comm::Bcast(void* \fIbuffer\fP, int \fIcount\fP, const MPI::Datatype& \fIdatatype\fP, int \fIroot\fP) const = 0 +.fi .SH INPUT/OUTPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Bsend.3in b/ompi/mpi/man/man3/MPI_Bsend.3in index 307af3f85f..119e770c01 100644 --- a/ompi/mpi/man/man3/MPI_Bsend.3in +++ b/ompi/mpi/man/man3/MPI_Bsend.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Bsend 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Bsend(void \fI*buf\fP, int\fI count\fP, MPI_Datatype\fI datatype\fP, int\fI dest\fP, int\fI tag\fP, MPI_Comm\fI comm\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -20,12 +21,14 @@ MPI_BSEND(\fIBUF\fP,\fI COUNT\fP,\fIDATATYPE\fP,\fI DEST\fP,\fI TAG\fP,\fI COMM\ \fIBUF\fP(*) INTEGER \fICOUNT\fP,\fI DATATYPE\fP,\fI DEST\fP,\fI TAG\fP,\fI COMM\fP,\fI IERROR\fP +.fi .SH C++ Syntax .nf #include void Comm::Bsend(const void* \fIbuf\fP, int \fIcount\fP, const Datatype& \fIdatatype\fP, int \fIdest\fP, int \fItag\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Bsend_init.3in b/ompi/mpi/man/man3/MPI_Bsend_init.3in index b5df95d2d2..fa9edf4589 100644 --- a/ompi/mpi/man/man3/MPI_Bsend_init.3in +++ b/ompi/mpi/man/man3/MPI_Bsend_init.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Bsend_init 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Bsend_init(void \fI*buf\fP, int\fI count\fP, MPI_Datatype\fI datatype\fP, int\fI dest\fP, int\fI tag\fP, MPI_Comm\fI comm\fP, MPI_Request\fI *request\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -22,12 +23,14 @@ MPI_BSEND_INIT(\fIBUF\fP,\fI COUNT\fP, \fIDATATYPE\fP,\fI DEST\fP,\fI TAG\fP,\fI INTEGER \fICOUNT\fP,\fI DATATYPE\fP, \fIDEST\fP,\fI TAG\fP, INTEGER \fICOMM\fP,\fI REQUEST\fP,\fI IERROR +.fi .SH C++ Syntax .nf #include Prequest Comm::Bsend_init(const void* \fIbuf\fP, int \fIcount\fP, const Datatype& \fIdatatype\fP, int \fIdest\fP, int \fItag\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Buffer_attach.3in b/ompi/mpi/man/man3/MPI_Buffer_attach.3in index 43fd366234..b290e1380a 100644 --- a/ompi/mpi/man/man3/MPI_Buffer_attach.3in +++ b/ompi/mpi/man/man3/MPI_Buffer_attach.3in @@ -1,6 +1,6 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. -.\"Copyright (c) 1996 Thinking Machines +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright (c) 1996 Thinking Machines .TH MPI_Buffer_attach 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME \fBMPI_Buffer_attach\fP \- Attaches a user-defined buffer for sending. @@ -12,6 +12,7 @@ #include int MPI_Buffer_attach(void \fI*buf\fP, int\fI size\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -19,11 +20,13 @@ MPI_BUFFER_ATTACH(\fIBUF\fP,\fI SIZE\fP, \fIIERROR\fP) \fIBUF\fP(\fI*\fP) INTEGER \fISIZE\fP,\fI IERROR \fP +.fi .SH C++ Syntax .nf #include void Attach_buffer(void* \fIbuffer\fP, int \fIsize\fP) +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Buffer_detach.3in b/ompi/mpi/man/man3/MPI_Buffer_detach.3in index f5532655ba..32fc21e19e 100644 --- a/ompi/mpi/man/man3/MPI_Buffer_detach.3in +++ b/ompi/mpi/man/man3/MPI_Buffer_detach.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Buffer_detach 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,6 +12,7 @@ #include int MPI_Buffer_detach(void \fI*buf\fP, int\fI *size\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -19,11 +20,13 @@ MPI_BUFFER_DETACH(\fIBUF\fP,\fI SIZE\fP, \fIIERROR\fP) \fIBUF\fP(\fI*\fP) INTEGER \fISIZE\fP,\fI IERROR\fP +.fi .SH C++ Syntax .nf #include int Detach_buffer(void*& \fIbuffer\fP) +.fi .SH OUTPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Cancel.3in b/ompi/mpi/man/man3/MPI_Cancel.3in index d396fcc825..240ab1b067 100644 --- a/ompi/mpi/man/man3/MPI_Cancel.3in +++ b/ompi/mpi/man/man3/MPI_Cancel.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Cancel 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ #include int MPI_Cancel(MPI_Request\fI *request\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_CANCEL(\fIREQUEST\fP, \fIIERROR\fP) INTEGER \fIREQUEST\fP, \fIIERROR\fP +.fi .SH C++ Syntax .nf #include void Request::Cancel() const +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Cart_coords.3in b/ompi/mpi/man/man3/MPI_Cart_coords.3in index ffc74b35df..eb017f49ba 100644 --- a/ompi/mpi/man/man3/MPI_Cart_coords.3in +++ b/ompi/mpi/man/man3/MPI_Cart_coords.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Cart_coords 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,18 +13,21 @@ int MPI_Cart_coords(MPI_Comm \fIcomm\fP, int\fI rank\fP, int\fI maxdims\fP, int\fI *coords\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_CART_COORDS(\fICOMM\fP,\fI RANK\fP,\fI MAXDIMS\fP,\fI COORDS\fP, \fIIERROR\fP) INTEGER \fICOMM\fP,\fI RANK\fP,\fI MAXDIMS\fP,\fI COORDS(\fI*\fP)\fP,\fI IERROR +.fi .SH C++ Syntax .nf #include void Cartcomm::Get_coords(int \fIrank\fP, int \fImaxdims\fP, int \fIcoords\fP[]) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Cart_create.3in b/ompi/mpi/man/man3/MPI_Cart_create.3in index db8d7f508b..42d59300d5 100644 --- a/ompi/mpi/man/man3/MPI_Cart_create.3in +++ b/ompi/mpi/man/man3/MPI_Cart_create.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Cart_create 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Cart_create(MPI_Comm\fI comm_old\fP, int\fI ndims\fP, int\fI *dims\fP, int\fI *periods\fP, int\fI reorder\fP, MPI_Comm\fI *comm_cart\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -21,12 +22,14 @@ MPI_CART_CREATE(\fICOMM_OLD\fP,\fI NDIMS\fP,\fI DIMS\fP,\fI PERIODS\fP,\fI REORD INTEGER \fICOMM_OLD\fP,\fI NDIMS\fP,\fI DIMS\fP(*),\fI COMM_CART\fP,\fI IERROR\fP LOGICAL \fIPERIODS\fI(*),\fI REORDER\fP +.fi .SH C++ Syntax .nf #include Cartcomm Intracomm::Create_cart(int \fIndims\fP, const int \fIdims\fP[], const bool \fIperiods\fP[], bool \fIreorder\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Cart_get.3in b/ompi/mpi/man/man3/MPI_Cart_get.3in index faca68cdd1..130e1c65ca 100644 --- a/ompi/mpi/man/man3/MPI_Cart_get.3in +++ b/ompi/mpi/man/man3/MPI_Cart_get.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Cart_get 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Cart_get(MPI_Comm\fI comm\fP, int\fI maxdims\fP, int\fI *dims\fP, int\fI *periods\fP, int\fI *coords\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -20,12 +21,14 @@ MPI_CART_GET(\fICOMM\fP, \fIMAXDIMS\fP, \fIDIMS\fP, \fIPERIODS\fP, \fICOORDS\fP, INTEGER \fICOMM\fP, \fIMAXDIMS\fP, \fIDIMS\fP(*), \fICOORDS\fP(*), \fIIERROR\fP LOGICAL \fIPERIODS\fP(*) +.fi .SH C++ Syntax .nf #include void Cartcomm::Get_topo(int \fImaxdims\fP, int \fIdims\fP[], bool \fIperiods\fP[], int \fIcoords\fP[]) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Cart_map.3in b/ompi/mpi/man/man3/MPI_Cart_map.3in index 4a2cc9bdf8..c5fc1fd811 100644 --- a/ompi/mpi/man/man3/MPI_Cart_map.3in +++ b/ompi/mpi/man/man3/MPI_Cart_map.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Cart_map 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Cart_map(MPI_Comm \fIcomm\fP, int\fI ndims\fP, int\fI *dims\fP, int\fI *periods\fP, int\fI *newrank\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -20,12 +21,14 @@ MPI_CART_MAP(\fICOMM, NDIMS, DIMS, PERIODS, NEWRANK, IERROR\fP) INTEGER \fICOMM, NDIMS, DIMS(*), NEWRANK, IERROR\fP LOGICAL \fIPERIODS\fP(*) +.fi .SH C++ Syntax .nf #include int Cartcomm::Map(int \fIndims\fP, const int \fIdims\fP[], const bool \fIperiods\fP[]) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Cart_rank.3in b/ompi/mpi/man/man3/MPI_Cart_rank.3in index 69c970f9e2..3abdeeef5e 100644 --- a/ompi/mpi/man/man3/MPI_Cart_rank.3in +++ b/ompi/mpi/man/man3/MPI_Cart_rank.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Cart_rank 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ #include int MPI_Cart_rank(MPI_Comm \fIcomm\fP, int\fI *coords\fP, int\fI *rank\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_CART_RANK(\fICOMM, COORDS, RANK, IERROR\fP) INTEGER \fICOMM, COORDS(*), RANK, IERROR\fP +.fi .SH C++ Syntax .nf #include int Cartcomm::Get_cart_rank(const int \fIcoords\fP[]) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Cart_shift.3in b/ompi/mpi/man/man3/MPI_Cart_shift.3in index 0be93519d6..fabd6544df 100644 --- a/ompi/mpi/man/man3/MPI_Cart_shift.3in +++ b/ompi/mpi/man/man3/MPI_Cart_shift.3in @@ -1,6 +1,6 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. -.\"Copyright (c) 1996 Thinking Machines +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright (c) 1996 Thinking Machines .TH MPI_Cart_shift 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME \fBMPI_Cart_shift \fP \- Returns the shifted source and destination ranks, given a shift direction and amount. @@ -13,6 +13,7 @@ int MPI_Cart_shift(MPI_Comm \fIcomm\fP, int\fI direction\fP, int\fI disp\fP, int\fI *rank_source\fP, int\fI *rank_dest\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -21,12 +22,14 @@ MPI_CART_SHIFT(\fICOMM, DIRECTION, DISP, RANK_SOURCE, INTEGER \fICOMM, DIRECTION, DISP, RANK_SOURCE\fP INTEGER \fIRANK_DEST, IERROR\fP +.fi .SH C++ Syntax .nf #include void Cartcomm::Shift(int \fIdirection\fP, int \fIdisp\fP, int& \fIrank_source\fP, int& \fIrank_dest\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Cart_sub.3in b/ompi/mpi/man/man3/MPI_Cart_sub.3in index 8465ee49fe..db0018423c 100644 --- a/ompi/mpi/man/man3/MPI_Cart_sub.3in +++ b/ompi/mpi/man/man3/MPI_Cart_sub.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Cart_sub 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,6 +12,7 @@ #include int MPI_Cart_sub(MPI_Comm \fIcomm\fP, int\fI *remain_dims\fP, MPI_Comm\fI *comm_new\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -19,11 +20,13 @@ MPI_CART_SUB(\fICOMM, REMAIN_DIMS, COMM_NEW, IERROR\fP) INTEGER \fICOMM, COMM_NEW, IERROR\fP LOGICAL \fIREMAIN_DIMS\fP(*) +.fi .SH C++ Syntax .nf #include Cartcomm Cartcomm::Sub(const bool \fIremain_dims\fP[]) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Cartdim_get.3in b/ompi/mpi/man/man3/MPI_Cartdim_get.3in index b3796e7dd2..8f22077ae3 100644 --- a/ompi/mpi/man/man3/MPI_Cartdim_get.3in +++ b/ompi/mpi/man/man3/MPI_Cartdim_get.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Cartdim_get 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ #include int MPI_Cartdim_get(MPI_Comm\fI comm\fP, int\fI *ndims\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_CARTDIM_GET(\fICOMM, NDIMS, IERROR\fP) INTEGER \fICOMM, NDIMS, IERROR\fP +.fi .SH C++ Syntax .nf #include int Cartcomm::Get_dim() const +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Close_port.3in b/ompi/mpi/man/man3/MPI_Close_port.3in index 86ce49ea0f..a0e879d128 100644 --- a/ompi/mpi/man/man3/MPI_Close_port.3in +++ b/ompi/mpi/man/man3/MPI_Close_port.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Close_port 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,6 +12,7 @@ #include int MPI_Close_port(char *\fIport_name\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -19,11 +20,13 @@ MPI_CLOSE_PORT(\fIPORT_NAME, IERROR\fP) CHARACTER*(*) \fIPORT_NAME\fP INTEGER \fIIERROR\fP +.fi .SH C++ Syntax .nf #include void MPI::Close_port(const char* \fIport_name\fP) +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Comm_accept.3in b/ompi/mpi/man/man3/MPI_Comm_accept.3in index 1a5b166e03..05e8cb47d6 100644 --- a/ompi/mpi/man/man3/MPI_Comm_accept.3in +++ b/ompi/mpi/man/man3/MPI_Comm_accept.3in @@ -1,5 +1,5 @@ -.\"Copyright 2009-2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2007, Sun Microsystems, Inc. +.\" Copyright 2009-2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2007, Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Comm_accept 3OpenMPI "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,6 +12,7 @@ #include int MPI_Comm_accept(char *\fIport_name\fP, MPI_Info \fIinfo\fP, int \fIroot\fP, MPI_Comm \fIcomm\fP, MPI_Comm *\fInewcomm\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -19,12 +20,14 @@ MPI_COMM_ACCEPT(\fIPORT_NAME, INFO, ROOT, COMM, NEWCOMM, IERROR\fP) CHARACTER*(*) \fIPORT_NAME\fP INTEGER \fIINFO, ROOT, COMM, NEWCOMM, IERROR\fP +.fi .SH C++ Syntax .nf #include MPI::Intercomm MPI::Intracomm::Accept(const char* \fIport_name\fP, const MPI::Info& \fIinfo\fP, int \fIroot\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Comm_call_errhandler.3in b/ompi/mpi/man/man3/MPI_Comm_call_errhandler.3in index bb2c35706c..e7b3508bbd 100644 --- a/ompi/mpi/man/man3/MPI_Comm_call_errhandler.3in +++ b/ompi/mpi/man/man3/MPI_Comm_call_errhandler.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Comm_call_errhandler 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -15,17 +15,20 @@ error handler assigned to a communicator #include int MPI_Comm_call_errhandler(MPI_Comm \fIcomm\fP, int \fIerrorcode\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_COMM_CALL_ERRHANDLER(\fICOMM, ERRORCODE, IERROR\fP) INTEGER \fICOMM, ERRORCODE, IERROR\fP +.fi .SH C++ Syntax .nf #include void MPI::Comm::Call_errhandler(int \fIerrorcode\fP) const +.fi .SH INPUT PARAMETER .ft R .TP 1.4i diff --git a/ompi/mpi/man/man3/MPI_Comm_compare.3in b/ompi/mpi/man/man3/MPI_Comm_compare.3in index 2ae3ff4a3a..0833612d29 100644 --- a/ompi/mpi/man/man3/MPI_Comm_compare.3in +++ b/ompi/mpi/man/man3/MPI_Comm_compare.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Comm_compare 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ #include int MPI_Comm_compare(MPI_Comm \fIcomm1\fP, MPI_Comm\fI comm2\fP, int\fI *result\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_COMM_COMPARE(\fICOMM1, COMM2, RESULT, IERROR\fP) INTEGER \fICOMM1, COMM2, RESULT, IERROR\fP +.fi .SH C++ Syntax .nf #include static int Comm::Compare(const Comm& \fIcomm1\fP, const Comm& \fIcomm2\fP) +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Comm_connect.3in b/ompi/mpi/man/man3/MPI_Comm_connect.3in index fa74449e6a..b858076d50 100644 --- a/ompi/mpi/man/man3/MPI_Comm_connect.3in +++ b/ompi/mpi/man/man3/MPI_Comm_connect.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2007-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2007-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Comm_connect 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Comm_connect(char *\fIport_name\fP, MPI_Info \fIinfo\fP, int \fIroot\fP, MPI_Comm \fIcomm\fP, MPI_Comm *\fInewcomm\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -20,12 +21,14 @@ MPI_COMM_CONNECT(\fIPORT_NAME, INFO, ROOT, COMM, NEWCOMM, IERROR\fP) CHARACTER*(*) \fIPORT_NAME\fP INTEGER \fIINFO, ROOT, COMM, NEWCOMM, IERROR\fP +.fi .SH C++ Syntax .nf #include MPI::Intercomm MPI::Intracomm::Connect(const char* \fIport_name\fP, const MPI::Info& \fIinfo\fP, int \fIroot\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Comm_create.3in b/ompi/mpi/man/man3/MPI_Comm_create.3in index d753fe030d..dd7f32c34b 100644 --- a/ompi/mpi/man/man3/MPI_Comm_create.3in +++ b/ompi/mpi/man/man3/MPI_Comm_create.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Comm_create 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,12 +12,14 @@ #include int MPI_Comm_create(MPI_Comm \fIcomm\fP, MPI_Group\fI group\fP, MPI_Comm\fI *newcomm\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_COMM_CREATE(\fICOMM, GROUP, NEWCOMM, IERROR\fP) INTEGER \fICOMM, GROUP, NEW, IERROR\fP +.fi .SH C++ Syntax .nf #include @@ -25,6 +27,7 @@ MPI::Intercomm MPI::Intercomm::Create(const Group& \fIgroup\fP) const MPI::Intracomm MPI::Intracomm::Create(const Group& \fIgroup\fP) const +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Comm_create_errhandler.3in b/ompi/mpi/man/man3/MPI_Comm_create_errhandler.3in index 50803f49f9..a2abf547ac 100644 --- a/ompi/mpi/man/man3/MPI_Comm_create_errhandler.3in +++ b/ompi/mpi/man/man3/MPI_Comm_create_errhandler.3in @@ -1,5 +1,5 @@ -.\"Copyright 2009-2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2009-2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Comm_create_errhandler 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Comm_create_errhandler(MPI_Comm_errhandler_function \fI*function\fP, MPI_Errhandler *\fIerrhandler\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -20,6 +21,7 @@ MPI_COMM_CREATE_ERRHANDLER(\fIFUNCTION, ERRHANDLER, IERROR\fP) EXTERNAL \fIFUNCTION\fP INTEGER \fIERRHANDLER, IERROR\fP +.fi .SH C++ Syntax .nf #include @@ -27,6 +29,7 @@ static MPI::Errhandler MPI::Comm::Create_errhandler(MPI::Comm::Errhandler_function* \fIfunction\fP) +.fi .SH DEPRECATED TYPE NAME NOTE .ft R MPI-2.2 deprecated the MPI_Comm_errhandler_fn and diff --git a/ompi/mpi/man/man3/MPI_Comm_create_keyval.3in b/ompi/mpi/man/man3/MPI_Comm_create_keyval.3in index b7236b1992..814f809b09 100644 --- a/ompi/mpi/man/man3/MPI_Comm_create_keyval.3in +++ b/ompi/mpi/man/man3/MPI_Comm_create_keyval.3in @@ -1,6 +1,6 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. -.\"Copyright (c) 1996 Thinking Machines +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright (c) 1996 Thinking Machines .TH MPI_Comm_create_keyval 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME \fBMPI_Comm_create_keyval\fP \- Generates a new attribute key. @@ -15,6 +15,7 @@ int MPI_Comm_create_keyval(MPI_Comm_copy_attr_function *\fIcomm_delete_attr_fn\fP, int *\fIcomm_keyval\fP, void *\fIextra_state\fP) +.fi .SH Fortran Syntax (see FORTRAN 77 NOTES) .nf INCLUDE 'mpif.h' @@ -25,6 +26,7 @@ MPI_COMM_CREATE_KEYVAL(\fICOMM_COPY_ATTR_FN, COMM_DELETE_ATTR_FN, INTEGER \fICOMM_KEYVAL, IERROR \fP INTEGER(KIND=MPI_ADDRESS_KIND) \fIEXTRA_STATE\fP +.fi .SH C++ Syntax .nf #include @@ -33,6 +35,7 @@ static in MPI::Comm::Create_keyval(MPI::Comm::Copy_attr_function* MPI::Comm::Delete_attr_function* \fIcomm_delete_attr_fn\fP, void* \fIextra_state\fP) +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Comm_delete_attr.3in b/ompi/mpi/man/man3/MPI_Comm_delete_attr.3in index e35c7e19df..6298be0113 100644 --- a/ompi/mpi/man/man3/MPI_Comm_delete_attr.3in +++ b/ompi/mpi/man/man3/MPI_Comm_delete_attr.3in @@ -1,6 +1,6 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. -.\"Copyright (c) 1996 Thinking Machines +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright (c) 1996 Thinking Machines .TH MPI_Comm_delete_attr 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME \fBMPI_Comm_delete_attr\fP \- Deletes attribute value associated with a key. @@ -12,17 +12,20 @@ #include int MPI_Comm_delete_attr(MPI_Comm \fIcomm\fP, int \fIcomm_keyval\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_Comm_delete_attr(\fICOMM, COMM_KEYVAL, IERROR\fP) INTEGER \fICOMM, COMM_KEYVAL, IERROR \fP +.fi .SH C++ Syntax .nf #include void MPI::Comm::Delete_attr(int \fIcomm_keyval\fP) +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Comm_disconnect.3in b/ompi/mpi/man/man3/MPI_Comm_disconnect.3in index f6c640e2d7..52555901d9 100644 --- a/ompi/mpi/man/man3/MPI_Comm_disconnect.3in +++ b/ompi/mpi/man/man3/MPI_Comm_disconnect.3in @@ -1,6 +1,6 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. -.\"Copyright (c) 1996 Thinking Machines +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright (c) 1996 Thinking Machines .TH MPI_Comm_disconnect 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME \fBMPI_Comm_disconnect\fP \- Deallocates communicator object and sets handle to MPI_COMM_NULL. @@ -12,17 +12,20 @@ #include int MPI_Comm_disconnect(MPI_Comm *\fIcomm\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_COMM_DISCONNECT(\fICOMM, IERROR\fP) INTEGER \fICOMM, IERROR \fP +.fi .SH C++ Syntax .nf #include void MPI::Comm::Disconnect() +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Comm_dup.3in b/ompi/mpi/man/man3/MPI_Comm_dup.3in index a3b1df05ff..cb7d8283aa 100644 --- a/ompi/mpi/man/man3/MPI_Comm_dup.3in +++ b/ompi/mpi/man/man3/MPI_Comm_dup.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Comm_dup 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,12 +12,14 @@ #include int MPI_Comm_dup(MPI_Comm \fIcomm\fP, MPI_Comm\fI *newcomm\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_COMM_DUP(\fICOMM, NEWCOMM, IERROR\fP) INTEGER \fICOMM, NEWCOMM, IERROR\fP +.fi .SH C++ Syntax .nf #include @@ -25,6 +27,7 @@ Intracomm Intracomm::Dup() const Intercomm Intercomm::Dup() const +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Comm_f2c.3in b/ompi/mpi/man/man3/MPI_Comm_f2c.3in index 2d93df74c3..d3e27abe36 100644 --- a/ompi/mpi/man/man3/MPI_Comm_f2c.3in +++ b/ompi/mpi/man/man3/MPI_Comm_f2c.3in @@ -1,4 +1,4 @@ -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Comm_f2c 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -33,6 +33,7 @@ MPI_Fint MPI_Type_c2f(MPI_Datatype \fIdatatype\fP) MPI_Win MPI_Win_f2c(MPI_Fint \fIwin\fP) MPI_Fint MPI_Win_c2f(MPI_Win \fIwin\fP) +.fi .SH DESCRIPTION .ft R Handles are passed between Fortran and C or C++ by using an explicit C wrapper to convert Fortran handles to C handles. There is no direct access to C or C++ handles in Fortran. Handles are passed between C and C++ using overloaded C++ operators called from C++ code. There is no direct access to C++ objects from C. The type definition \fIMPI_Fint\fP is provided in C/C++ for an integer of the size that matches a Fortran \fIINTEGER\fP; usually, \fIMPI_Fint\fP will be equivalent to \fIint\fP. The handle translation functions are provided in C to convert from a Fortran handle (which is an integer) to a C handle, and vice versa. diff --git a/ompi/mpi/man/man3/MPI_Comm_free.3in b/ompi/mpi/man/man3/MPI_Comm_free.3in index d330ea4b24..9948644f0e 100644 --- a/ompi/mpi/man/man3/MPI_Comm_free.3in +++ b/ompi/mpi/man/man3/MPI_Comm_free.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Comm_free 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ #include int MPI_Comm_free(MPI_Comm *\fIcomm\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_COMM_FREE(\fICOMM, IERROR\fP) INTEGER \fICOMM, IERROR\fP +.fi .SH C++ Syntax .nf #include void Comm::Free() +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Comm_free_keyval.3in b/ompi/mpi/man/man3/MPI_Comm_free_keyval.3in index c7082cff2d..ed9bb11a14 100644 --- a/ompi/mpi/man/man3/MPI_Comm_free_keyval.3in +++ b/ompi/mpi/man/man3/MPI_Comm_free_keyval.3in @@ -1,6 +1,6 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. -.\"Copyright (c) 1996 Thinking Machines +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright (c) 1996 Thinking Machines .TH MPI_Comm_free_keyval 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME \fBMPI_Comm_free_keyval\fP \- Frees attribute key for communicator cache attribute. @@ -12,17 +12,20 @@ #include int MPI_Comm_free_keyval(int *\fIcomm_keyval\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_COMM_FREE_KEYVAL(\fICOMM_KEYVAL, IERROR\fP) INTEGER \fICOMM_KEYVAL, IERROR \fP +.fi .SH C++ Syntax .nf #include static void MPI::Comm::Free_keyval(int& \fIcomm_keyval\fP) +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Comm_get_attr.3in b/ompi/mpi/man/man3/MPI_Comm_get_attr.3in index 27eea1c406..dd866e170a 100644 --- a/ompi/mpi/man/man3/MPI_Comm_get_attr.3in +++ b/ompi/mpi/man/man3/MPI_Comm_get_attr.3in @@ -1,6 +1,6 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. -.\"Copyright (c) 1996 Thinking Machines +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright (c) 1996 Thinking Machines .TH MPI_Comm_get_attr 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME \fBMPI_Comm_get_attr\fP \- Retrieves attribute value by key. @@ -13,6 +13,7 @@ int MPI_Comm_get_attr(MPI_Comm \fIcomm\fP, int \fIcomm_keyval\fP, void *\fIattribute_val\fP, int *\fIflag\fP) +.fi .SH Fortran Syntax (see FORTRAN 77 NOTES) .nf INCLUDE 'mpif.h' @@ -21,12 +22,14 @@ MPI_COMM_GET_ATTR(\fICOMM, COMM_KEYVAL, ATTRIBUTE_VAL, IERROR\fP) INTEGER(KIND=MPI_ADDRESS_KIND) \fIATTRIBUTE_VAL\fP LOGICAL \fIFLAG\fP +.fi .SH C++ Syntax .nf #include bool MPI::Comm::Get_attr(int \fIcomm_keyval\fP, void* \fIattribute_val\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Comm_get_errhandler.3in b/ompi/mpi/man/man3/MPI_Comm_get_errhandler.3in index cd835557b4..2c2c23fcb5 100644 --- a/ompi/mpi/man/man3/MPI_Comm_get_errhandler.3in +++ b/ompi/mpi/man/man3/MPI_Comm_get_errhandler.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Comm_get_errhandler 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,17 +13,20 @@ int MPI_Comm_get_errhandler(MPI_Comm \fIcomm\fP, MPI_Errhandler *\fIerrhandler\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_COMM_GET_ERRHANDLER(\fICOMM, ERRHANDLER, IERROR\fP) INTEGER \fICOMM, ERRHANDLER, IERROR\fP +.fi .SH C++ Syntax .nf #include MPI::Errhandler MPI::Comm::Get_errhandler() const +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Comm_get_name.3in b/ompi/mpi/man/man3/MPI_Comm_get_name.3in index aa4b598add..c6e5811d0a 100644 --- a/ompi/mpi/man/man3/MPI_Comm_get_name.3in +++ b/ompi/mpi/man/man3/MPI_Comm_get_name.3in @@ -1,6 +1,6 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. -.\"Copyright (c) 1996 Thinking Machines +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright (c) 1996 Thinking Machines .TH MPI_Comm_get_name 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME \fBMPI_Comm_get_name\fP \- Returns the name that was most recently associated with a communicator. @@ -12,6 +12,7 @@ #include int MPI_Comm_get_name(MPI_Comm \fIcomm\fP, char *\fIcomm_name\fP, int *\fIresultlen\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -19,11 +20,13 @@ MPI_COMM_GET_NAME(\fICOMM, COMM_NAME, RESULTLEN, IERROR\fP) INTEGER \fICOMM, RESULTLEN, IERROR \fP CHARACTER*(*) \fICOMM_NAME\fP +.fi .SH C++ Syntax .nf #include void MPI::Comm::Get_name(char* \fIcomm_name\fP, int& \fIresultlen\fP) const +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Comm_get_parent.3in b/ompi/mpi/man/man3/MPI_Comm_get_parent.3in index a27f56fe5b..eadecbbfba 100644 --- a/ompi/mpi/man/man3/MPI_Comm_get_parent.3in +++ b/ompi/mpi/man/man3/MPI_Comm_get_parent.3in @@ -1,6 +1,6 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. -.\"Copyright (c) 1996 Thinking Machines +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright (c) 1996 Thinking Machines .TH MPI_Comm_get_parent 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME \fBMPI_Comm_get_parent\fP \- Returns the parent intercommunicator of current spawned process. @@ -12,18 +12,21 @@ #include int MPI_Comm_get_parent(MPI_Comm *\fIparent\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_COMM_GET_PARENT(\fIPARENT, IERROR\fP) INTEGER \fIPARENT, IERROR \fP +.fi .SH C++ Syntax .nf #include static MPI::Intercomm MPI::Comm::Get_parent() +.fi .SH OUTPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Comm_group.3in b/ompi/mpi/man/man3/MPI_Comm_group.3in index fee440d22d..7dae314d99 100644 --- a/ompi/mpi/man/man3/MPI_Comm_group.3in +++ b/ompi/mpi/man/man3/MPI_Comm_group.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Comm_group 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ #include int MPI_Comm_group(MPI_Comm \fIcomm\fP, MPI_Group *\fIgroup\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_COMM_GROUP(\fICOMM, GROUP, IERROR\fP) INTEGER \fICOMM, GROUP, IERROR\fP +.fi .SH C++ Syntax .nf #include Group Comm::Get_group() const +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Comm_join.3in b/ompi/mpi/man/man3/MPI_Comm_join.3in index 5dbba29913..176907ff11 100644 --- a/ompi/mpi/man/man3/MPI_Comm_join.3in +++ b/ompi/mpi/man/man3/MPI_Comm_join.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Comm_join 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" @@ -14,17 +14,20 @@ #include int MPI_Comm_join(int \fIfd\fP, MPI_Comm *\fIintercomm\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_COMM_JOIN(\fIFD, INTERCOMM, IERROR\fP) INTEGER \fIFD, INTERCOMM, IERROR\fP +.fi .SH C++ Syntax .nf #include MPI::Intercomm MPI::Comm::Join(const int \fIfd\fP) +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Comm_rank.3in b/ompi/mpi/man/man3/MPI_Comm_rank.3in index c69580690b..baedcc3d6e 100644 --- a/ompi/mpi/man/man3/MPI_Comm_rank.3in +++ b/ompi/mpi/man/man3/MPI_Comm_rank.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Comm_rank 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ #include int MPI_Comm_rank(MPI_Comm \fIcomm\fP, int\fI *rank\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_COMM_RANK(\fICOMM, RANK, IERROR\fP) INTEGER \fICOMM, RANK, IERROR\fP +.fi .SH C++ Syntax .nf #include int Comm::Get_rank() const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Comm_remote_group.3in b/ompi/mpi/man/man3/MPI_Comm_remote_group.3in index 4185d87b72..d03bc3341c 100644 --- a/ompi/mpi/man/man3/MPI_Comm_remote_group.3in +++ b/ompi/mpi/man/man3/MPI_Comm_remote_group.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Comm_remote_group 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ #include int MPI_Comm_remote_group(MPI_Comm \fIcomm\fP, MPI_Group\fI *group\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_COMM_REMOTE_GROUP(\fICOMM, GROUP, IERROR\fP) INTEGER \fICOMM, GROUP, IERROR\fP +.fi .SH C++ Syntax .nf #include Group Intercomm::Get_remote_group() const +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Comm_remote_size.3in b/ompi/mpi/man/man3/MPI_Comm_remote_size.3in index e4d742c0e2..8047fe4329 100644 --- a/ompi/mpi/man/man3/MPI_Comm_remote_size.3in +++ b/ompi/mpi/man/man3/MPI_Comm_remote_size.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Comm_remote_size 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ #include int MPI_Comm_remote_size(MPI_Comm \fIcomm\fP, int\fI *size\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_COMM_REMOTE_SIZE(\fICOMM, SIZE, IERROR\fP) INTEGER \fICOMM, SIZE, IERROR\fP +.fi .SH C++ Syntax .nf #include int Intercomm::Get_remote_size() const +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Comm_set_attr.3in b/ompi/mpi/man/man3/MPI_Comm_set_attr.3in index a4dfbabc0c..ff4d79ec26 100644 --- a/ompi/mpi/man/man3/MPI_Comm_set_attr.3in +++ b/ompi/mpi/man/man3/MPI_Comm_set_attr.3in @@ -1,6 +1,6 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. -.\"Copyright (c) 1996 Thinking Machines +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright (c) 1996 Thinking Machines .TH MPI_Comm_set_attr 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME \fBMPI_Comm_set_attr\fP \- Stores attribute value associated with a key. @@ -12,6 +12,7 @@ #include int MPI_Comm_set_attr(MPI_Comm \fIcomm\fP, int \fIcomm_keyval\fP, void *\fIattribute_val\fP) +.fi .SH Fortran Syntax (see FORTRAN 77 NOTES) .nf INCLUDE 'mpif.h' @@ -19,11 +20,13 @@ MPI_COMM_SET_ATTR(\fICOMM, COMM_KEYVAL, ATTRIBUTE_VAL, IERROR\fP) INTEGER \fICOMM, COMM_KEYVAL, IERROR \fP INTEGER(KIND=MPI_ADDRESS_KIND) \fIATTRIBUTE_VAL\fP +.fi .SH C++ Syntax .nf #include void MPI::Comm::Set_attr(int \fIcomm_keyval\fP, const void* \fIattribute_val\fP) const +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Comm_set_errhandler.3in b/ompi/mpi/man/man3/MPI_Comm_set_errhandler.3in index a24c5b721f..b970b250fa 100644 --- a/ompi/mpi/man/man3/MPI_Comm_set_errhandler.3in +++ b/ompi/mpi/man/man3/MPI_Comm_set_errhandler.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Comm_set_errhandler 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,17 +13,20 @@ int MPI_Comm_set_errhandler(MPI_Comm \fIcomm\fP, MPI_Errhandler \fIerrhandler\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_COMM_SET_ERRHANDLER(\fICOMM, ERRHANDLER, IERROR\fP) INTEGER \fICOMM, ERRHANDLER, IERROR\fP +.fi .SH C++ Syntax .nf #include void MPI::Comm::Set_errhandler(const MPI::Errhandler& \fIerrhandler\fP) +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Comm_set_name.3in b/ompi/mpi/man/man3/MPI_Comm_set_name.3in index 476f5ea07e..02bf8dc774 100644 --- a/ompi/mpi/man/man3/MPI_Comm_set_name.3in +++ b/ompi/mpi/man/man3/MPI_Comm_set_name.3in @@ -1,6 +1,6 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. -.\"Copyright (c) 1996 Thinking Machines +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright (c) 1996 Thinking Machines .TH MPI_Comm_set_name 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME \fBMPI_Comm_set_name\fP \- Associates a name with a communicator. @@ -12,6 +12,7 @@ #include int MPI_Comm_set_name(MPI_Comm \fIcomm\fP, char *\fIcomm_name\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -19,11 +20,13 @@ MPI_COMM_SET_NAME(\fICOMM, COMM_NAME, IERROR\fP) INTEGER \fICOMM, IERROR \fP CHARACTER*(*) \fICOMM_NAME\fP +.fi .SH C++ Syntax .nf #include void MPI::Comm::Set_name(const char* \fIcomm_name\fP) +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Comm_size.3in b/ompi/mpi/man/man3/MPI_Comm_size.3in index b2ad0acccc..aea6a0a98d 100644 --- a/ompi/mpi/man/man3/MPI_Comm_size.3in +++ b/ompi/mpi/man/man3/MPI_Comm_size.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Comm_size 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ #include int MPI_Comm_size(MPI_Comm \fIcomm\fP, int *\fIsize\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_COMM_SIZE(\fICOMM, SIZE, IERROR\fP) INTEGER \fICOMM, SIZE, IERROR\fP +.fi .SH C++ Syntax .nf #include int Comm::Get_size() const +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Comm_spawn.3in b/ompi/mpi/man/man3/MPI_Comm_spawn.3in index a02fb6526f..d5ec01f0e9 100644 --- a/ompi/mpi/man/man3/MPI_Comm_spawn.3in +++ b/ompi/mpi/man/man3/MPI_Comm_spawn.3in @@ -1,5 +1,5 @@ .\" Copyright (c) 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Comm_spawn 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -14,6 +14,7 @@ int MPI_Comm_spawn(char *\fIcommand\fP, char *\fIargv\fP[], int \fImaxprocs\fP, MPI_Info \fIinfo\fP, int \fIroot\fP, MPI_Comm \fIcomm\fP, MPI_Comm *\fIintercomm\fP, int \fIarray_of_errcodes\fP[]) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -24,6 +25,7 @@ MPI_COMM_SPAWN(\fICOMMAND, ARGV, MAXPROCS, INFO, ROOT, COMM, INTEGER \fIINFO, MAXPROCS, ROOT, COMM, INTERCOMM, ARRAY_OF_ERRORCODES(*), IERROR\fP +.fi .SH C++ Syntax .nf #include @@ -35,6 +37,7 @@ MPI::Intercomm MPI::Intracomm::Spawn(const char* \fIcommand\fP, const char* \fIargv\fP[], int \fImaxprocs\fP, const MPI::Info& \fIinfo\fP, int \fIroot\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Comm_spawn_multiple.3in b/ompi/mpi/man/man3/MPI_Comm_spawn_multiple.3in index 8628f63886..338da60c7e 100644 --- a/ompi/mpi/man/man3/MPI_Comm_spawn_multiple.3in +++ b/ompi/mpi/man/man3/MPI_Comm_spawn_multiple.3in @@ -1,5 +1,5 @@ .\" Copyright (c) 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Comm_spawn_multiple 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -15,6 +15,7 @@ int MPI_Comm_spawn_multiple(int \fIcount\fP, char *\fIarray_of_commands\fP[], \fIarray_of_info\fP[], int \fIroot\fP, MPI_Comm \fIcomm\fP, MPI_Comm *\fIintercomm\fP, int \fIarray_of_errcodes\fP[]) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -25,6 +26,7 @@ MPI_COMM_SPAWN_MULTIPLE(\fICOUNT, ARRAY_OF_COMMANDS, ARRAY_OF_ARGV, COMM, INTERCOMM, ARRAY_OF_ERRCODES(*), IERROR\fP CHARACTER*(*) \fIARRAY_OF_COMMANDS\fP(*), \fIARRAY_OF_ARGV\fP(\fICOUNT\fP, *) +.fi .SH C++ Syntax .nf #include @@ -38,6 +40,7 @@ MPI::Intercomm MPI::Intracomm::Spawn_multiple(int \fIcount\fP, const int \fIarray_of_maxprocs\fP[], const MPI::Info \fIarray_of_info\fP[], int \fIroot\fP) +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Comm_split.3in b/ompi/mpi/man/man3/MPI_Comm_split.3in index f373161e8b..4682f51d31 100644 --- a/ompi/mpi/man/man3/MPI_Comm_split.3in +++ b/ompi/mpi/man/man3/MPI_Comm_split.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Comm_split 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,12 +13,14 @@ int MPI_Comm_split(MPI_Comm \fIcomm\fP, int\fI color\fP, int\fI key\fP, MPI_Comm *\fInewcomm\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_COMM_SPLIT(\fICOMM, COLOR, KEY, NEWCOMM, IERROR\fP) INTEGER \fICOMM, COLOR, KEY, NEWCOMM, IERROR\fP +.fi .SH C++ Syntax .nf #include @@ -26,6 +28,7 @@ MPI::Intercomm MPI::Intercomm::Split(int \fIcolor\fP, int \fIkey\fP) const MPI::Intracomm MPI::Intracomm::Split(int \fIcolor\fP, int \fIkey\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Comm_test_inter.3in b/ompi/mpi/man/man3/MPI_Comm_test_inter.3in index 816cf9561c..7fda9c4520 100644 --- a/ompi/mpi/man/man3/MPI_Comm_test_inter.3in +++ b/ompi/mpi/man/man3/MPI_Comm_test_inter.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Comm_test_inter 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,6 +12,7 @@ #include int MPI_Comm_test_inter(MPI_Comm \fIcomm\fP, int\fI *flag\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -19,11 +20,13 @@ MPI_COMM_TEST_INTER(\fICOMM, FLAG, IERROR\fP) INTEGER \fICOMM, IERROR\fP LOGICAL \fIFLAG \fP +.fi .SH C++ Syntax .nf #include bool Comm::Is_inter() const +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Dims_create.3in b/ompi/mpi/man/man3/MPI_Dims_create.3in index 5a0196d890..7096023e8f 100644 --- a/ompi/mpi/man/man3/MPI_Dims_create.3in +++ b/ompi/mpi/man/man3/MPI_Dims_create.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Dims_create 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ #include int MPI_Dims_create(int \fInnodes\fP, int\fI ndims\fP, int\fI *dims\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_DIMS_CREATE(\fINNODES, NDIMS, DIMS, IERROR\fP) INTEGER \fINNODES, NDIMS, DIMS(*), IERROR\fP +.fi .SH C++ Syntax .nf #include void Compute_dims(int \fInnodes\fP, int \fIndims\fP, int \fIdims\fP[]) +.fi .SH INPUT PARAMETERS .ft R .TP 1i @@ -67,6 +70,7 @@ call function call on return (0,3,0) MPI_Dims_create(7, 3, dims) erroneous call ------------------------------------------------------ +.fi .SH ERRORS Almost all MPI routines return an error value; C routines as the value of the function and Fortran routines in the last argument. C++ functions do not return errors. If the default error handler is set to MPI::ERRORS_THROW_EXCEPTIONS, then on error the C++ exception mechanism will be used to throw an MPI::Exception object. .sp diff --git a/ompi/mpi/man/man3/MPI_Errhandler_create.3in b/ompi/mpi/man/man3/MPI_Errhandler_create.3in index 92bef97788..b2113c0490 100644 --- a/ompi/mpi/man/man3/MPI_Errhandler_create.3in +++ b/ompi/mpi/man/man3/MPI_Errhandler_create.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Errhandler_create 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Errhandler_create(MPI_Handler_function *\fIfunction\fP, MPI_Errhandler *\fIerrhandler\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -21,6 +22,7 @@ MPI_ERRHANDLER_CREATE(\fIFUNCTION, ERRHANDLER, IERROR\fP) INTEGER \fIERRHANDLER, IERROR\fP +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Errhandler_free.3in b/ompi/mpi/man/man3/MPI_Errhandler_free.3in index 12e4e5f163..d704df5229 100644 --- a/ompi/mpi/man/man3/MPI_Errhandler_free.3in +++ b/ompi/mpi/man/man3/MPI_Errhandler_free.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Errhandler_free 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ #include int MPI_Errhandler_free(MPI_Errhandler *\fIerrhandler\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_ERRHANDLER_FREE(\fIERRHANDLER, IERROR\fP) INTEGER \fIERRHANDLER, IERROR\fP +.fi .SH C++ Syntax .nf #include void Errhandler::Free() +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Errhandler_get.3in b/ompi/mpi/man/man3/MPI_Errhandler_get.3in index 830f09dc3b..4b70cfa258 100644 --- a/ompi/mpi/man/man3/MPI_Errhandler_get.3in +++ b/ompi/mpi/man/man3/MPI_Errhandler_get.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Errhandler_get 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,6 +12,7 @@ #include int MPI_Errhandler_get(MPI_Comm \fIcomm\fP, MPI_Errhandler\fI *errhandler\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -19,6 +20,7 @@ MPI_ERRHANDLER_GET(\fICOMM, ERRHANDLER, IERROR\fP) INTEGER \fICOMM, ERRHANDLER, IERROR\fP +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Errhandler_set.3in b/ompi/mpi/man/man3/MPI_Errhandler_set.3in index b0fee87ab8..36c70ae3e6 100644 --- a/ompi/mpi/man/man3/MPI_Errhandler_set.3in +++ b/ompi/mpi/man/man3/MPI_Errhandler_set.3in @@ -1,4 +1,4 @@ -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Errhandler_set 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -11,6 +11,7 @@ #include int MPI_Errhandler_set(MPI_Comm \fIcomm\fP, MPI_Errhandler \fIerrhandler\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -18,6 +19,7 @@ MPI_ERRHANDLER_SET(\fICOMM, ERRHANDLER, IERROR\fP) INTEGER \fICOMM, ERRHANDLER, IERROR\fP +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Error_class.3in b/ompi/mpi/man/man3/MPI_Error_class.3in index 56f7d47775..525886bb03 100644 --- a/ompi/mpi/man/man3/MPI_Error_class.3in +++ b/ompi/mpi/man/man3/MPI_Error_class.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Error_class 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ #include int MPI_Error_class(int \fIerrorcode\fP, int\fI *errorclass\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_ERROR_CLASS(\fIERRORCODE, ERRORCLASS, IERROR\fP) INTEGER \fIERRORCODE, ERRORCLASS, IERROR\fP +.fi .SH C++ Syntax .nf #include int Get_error_class(int \fIerrorcode\fP) +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Error_string.3in b/ompi/mpi/man/man3/MPI_Error_string.3in index fa586b5df6..04ef8e4f6c 100644 --- a/ompi/mpi/man/man3/MPI_Error_string.3in +++ b/ompi/mpi/man/man3/MPI_Error_string.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Error_string 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,6 +12,7 @@ #include int MPI_Error_string(int \fIerrorcode\fP, char\fI *string\fP, int\fI *resultlen\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -19,11 +20,13 @@ MPI_ERROR_STRING(\fIERRORCODE, STRING, RESULTLEN, IERROR\fP) INTEGER \fIERRORCODE, RESULTLEN, IERROR\fP CHARACTER*(*) \fISTRING\fP +.fi .SH C++ Syntax .nf #include void Get_error_string(int \fIerrorcode\fP, char* \fIname\fP, int& \fIresultlen\fP) +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Exscan.3in b/ompi/mpi/man/man3/MPI_Exscan.3in index 775431e3bd..e760551e8d 100644 --- a/ompi/mpi/man/man3/MPI_Exscan.3in +++ b/ompi/mpi/man/man3/MPI_Exscan.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Exscan 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" @@ -15,6 +15,7 @@ int MPI_Exscan(void *\fIsendbuf\fP, void *\fIrecvbuf\fP, int \fIcount\fP, MPI_Datatype \fIdatatype\fP, MPI_Op \fIop\fP, MPI_Comm \fIcomm\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -22,6 +23,7 @@ MPI_SCAN(\fISENDBUF, RECVBUF, COUNT, DATATYPE, OP, COMM, IERROR\fP) \fISENDBUF(*), RECVBUF(*)\fP INTEGER \fICOUNT, DATATYPE, OP, COMM, IERROR\fP +.fi .SH C++ Syntax .nf #include @@ -29,6 +31,7 @@ void MPI::Intracomm::Exscan(const void* \fIsendbuf\fP, void* \fIrecvbuf\fP, int \fIcount\fP, const MPI::Datatype& \fIdatatype\fP, const MPI::Op& \fIop\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_call_errhandler.3in b/ompi/mpi/man/man3/MPI_File_call_errhandler.3in index a1589d20b6..5949aeb50c 100644 --- a/ompi/mpi/man/man3/MPI_File_call_errhandler.3in +++ b/ompi/mpi/man/man3/MPI_File_call_errhandler.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_call_errhandler 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" @@ -15,17 +15,20 @@ error handler assigned to a file #include int MPI_File_call_errhandler(MPI_File \fIfh\fP, int \fIerrorcode\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_FILE_CALL_ERRHANDLER(\fIFH, ERRORCODE, IERROR\fP) INTEGER \fIFH, IERRORCODE, IERROR\fP +.fi .SH C++ Syntax .nf #include void MPI::File::Call_errhandler(int \fIerrorcode\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1.4i diff --git a/ompi/mpi/man/man3/MPI_File_close.3in b/ompi/mpi/man/man3/MPI_File_close.3in index 7c19f4b8ef..57a6916c0f 100644 --- a/ompi/mpi/man/man3/MPI_File_close.3in +++ b/ompi/mpi/man/man3/MPI_File_close.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_close 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -17,11 +17,13 @@ Fortran Syntax MPI_FILE_CLOSE(\fIFH\fP,\fI IERROR\fP) INTEGER FH, IERROR +.fi .SH C++ Syntax .nf #include void MPI::File::Close() +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_create_errhandler.3in b/ompi/mpi/man/man3/MPI_File_create_errhandler.3in index 8aecf6d32e..f0eda4ce05 100644 --- a/ompi/mpi/man/man3/MPI_File_create_errhandler.3in +++ b/ompi/mpi/man/man3/MPI_File_create_errhandler.3in @@ -1,5 +1,5 @@ -.\"Copyright 2006-2008 Sun Microsystems, Inc. -.\"Copyright 2009-2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2009-2010 Cisco Systems, Inc. All rights reserved. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_create_errhandler 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_File_create_errhandler(MPI_File_errhandler_function \fI*function\fP, MPI_Errhandler \fI*errhandler\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -20,6 +21,7 @@ MPI_FILE_CREATE_ERRHANDLER(\fIFUNCTION, ERRHANDLER, IERROR\fP) EXTERNAL \fIFUNCTION\fP INTEGER \fIERRHANDLER, IERROR\fP +.fi .SH C++ Syntax .nf #include @@ -27,6 +29,7 @@ static MPI::Errhandler MPI::File::Create_errhandler(MPI::File::Errhandler_function* \fIfunction\fP) +.fi .SH DEPRECATED TYPE NAME NOTE .ft R MPI-2.2 deprecated the MPI_File_errhandler_fn and diff --git a/ompi/mpi/man/man3/MPI_File_delete.3in b/ompi/mpi/man/man3/MPI_File_delete.3in index d5a8618c81..3b273f8491 100644 --- a/ompi/mpi/man/man3/MPI_File_delete.3in +++ b/ompi/mpi/man/man3/MPI_File_delete.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_delete 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -18,12 +18,14 @@ Fortran Syntax CHARACTER*(*) \fIFILENAME\fP INTEGER \fIINFO, IERROR\fP +.fi .SH C++ Syntax .nf #include static void MPI::File::Delete(const char* \fIfilename\fP, const MPI::Info& \fIinfo\fP) +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_get_amode.3in b/ompi/mpi/man/man3/MPI_File_get_amode.3in index 7dc586e7f1..ac28d0f708 100644 --- a/ompi/mpi/man/man3/MPI_File_get_amode.3in +++ b/ompi/mpi/man/man3/MPI_File_get_amode.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_get_amode 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -17,11 +17,13 @@ Fortran Syntax MPI_FILE_GET_AMODE(\fIFH\fP,\fI AMODE\fP, \fI IERROR\fP) INTEGER FH, AMODE, IERROR +.fi .SH C++ Syntax .nf #include int MPI::File::Get_amode() const +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_get_atomicity.3in b/ompi/mpi/man/man3/MPI_File_get_atomicity.3in index 18664da88a..f7886598f9 100644 --- a/ompi/mpi/man/man3/MPI_File_get_atomicity.3in +++ b/ompi/mpi/man/man3/MPI_File_get_atomicity.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_get_atomicity 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -18,11 +18,13 @@ Fortran Syntax INTEGER \FIFH, IERROR\FP LOGICAL \FIFLAG\FP +.fi .SH C++ Syntax .nf #include bool MPI::File::Get_atomicity() const +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_get_byte_offset.3in b/ompi/mpi/man/man3/MPI_File_get_byte_offset.3in index e6e832bd68..f336b9b9b7 100644 --- a/ompi/mpi/man/man3/MPI_File_get_byte_offset.3in +++ b/ompi/mpi/man/man3/MPI_File_get_byte_offset.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_get_byte_offset 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -19,12 +19,14 @@ Fortran Syntax (see FORTRAN 77 NOTES) INTEGER \fIFH, IERROR\fP INTEGER(KIND=MPI_OFFSET_KIND) \fIOFFSET, DISP\fP +.fi .SH C++ Syntax .nf #include MPI::Offset MPI::File::Get_byte_offset(const MPI::Offset \fIdisp\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_get_errhandler.3in b/ompi/mpi/man/man3/MPI_File_get_errhandler.3in index f59a243c39..ba8197cec6 100644 --- a/ompi/mpi/man/man3/MPI_File_get_errhandler.3in +++ b/ompi/mpi/man/man3/MPI_File_get_errhandler.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_get_errhandler 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,17 +13,20 @@ int MPI_File_get_errhandler(MPI_File \fIfile\fP, MPI_Errhandler\fI *errhandler\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_FILE_GET_ERRHANDLER(\fIFILE, ERRHANDLER, IERROR\fP) INTEGER \fIFILE, ERRHANDLER, IERROR\fP +.fi .SH C++ Syntax #include .nf MPI::Errhandler MPI::File::Get_errhandler() const +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_get_group.3in b/ompi/mpi/man/man3/MPI_File_get_group.3in index 8700b21426..4aabb5e580 100644 --- a/ompi/mpi/man/man3/MPI_File_get_group.3in +++ b/ompi/mpi/man/man3/MPI_File_get_group.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_get_group 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -17,11 +17,13 @@ Fortran Syntax MPI_FILE_GET_GROUP(\fIFH\fP,\fI GROUP\fP, \fI IERROR\fP) INTEGER FH, GROUP, IERROR +.fi .SH C++ Syntax .nf #include MPI::Group MPI::File::Get_group() const +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_get_info.3in b/ompi/mpi/man/man3/MPI_File_get_info.3in index bab0b05d60..4126177bb1 100644 --- a/ompi/mpi/man/man3/MPI_File_get_info.3in +++ b/ompi/mpi/man/man3/MPI_File_get_info.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_get_info 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -18,11 +18,13 @@ Fortran Syntax MPI_FILE_GET_INFO(\fIFH\fP, \fIINFO_USED\fP, \fIIERROR\fP) INTEGER FH, INFO_USED, IERROR +.fi .SH C++ Syntax .nf #include MPI::Info MPI::File::Get_info() const +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_get_position.3in b/ompi/mpi/man/man3/MPI_File_get_position.3in index 5c94c63f1a..48acc7400d 100644 --- a/ompi/mpi/man/man3/MPI_File_get_position.3in +++ b/ompi/mpi/man/man3/MPI_File_get_position.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_get_position 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -18,11 +18,13 @@ Fortran Syntax (see FORTRAN 77 NOTES) INTEGER \fIFH, IERROR\fP INTEGER(KIND=MPI_OFFSET_KIND) \fIOFFSET\fP +.fi .SH C++ Syntax .nf #include MPI::Offset MPI::File::Get_position() const +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_get_position_shared.3in b/ompi/mpi/man/man3/MPI_File_get_position_shared.3in index 7a82a2f213..270222a38b 100644 --- a/ompi/mpi/man/man3/MPI_File_get_position_shared.3in +++ b/ompi/mpi/man/man3/MPI_File_get_position_shared.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_get_position_shared 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -18,11 +18,13 @@ Fortran Syntax (see FORTRAN 77 NOTES) INTEGER \fIFH, IERROR\fP INTEGER(KIND=MPI_OFFSET_KIND) \fIOFFSET\fP +.fi .SH C++ Syntax .nf #include MPI::Offset MPI::File::Get_position_shared() const +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_get_size.3in b/ompi/mpi/man/man3/MPI_File_get_size.3in index 830f019744..16fa166f71 100644 --- a/ompi/mpi/man/man3/MPI_File_get_size.3in +++ b/ompi/mpi/man/man3/MPI_File_get_size.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_get_size 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -18,11 +18,13 @@ Fortran Syntax (see FORTRAN 77 NOTES) INTEGER \fIFH, ERROR\fP INTEGER(KIND=MPI_OFFSET_KIND) \fISIZE\fP +.fi .SH C++ Syntax .nf #include MPI::Offset MPI::File::Get_size() const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_get_type_extent.3in b/ompi/mpi/man/man3/MPI_File_get_type_extent.3in index 16607fd5fa..2f1a0483c6 100644 --- a/ompi/mpi/man/man3/MPI_File_get_type_extent.3in +++ b/ompi/mpi/man/man3/MPI_File_get_type_extent.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_get_type_extent 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -19,12 +19,14 @@ Fortran Syntax (see FORTRAN 77 NOTES) INTEGER \fIFH, DATATYPE, IERROR\fP INTEGER(KIND=MPI_ADDRESS_KIND) \fIEXTENT\fP +.fi .SH C++ Syntax .nf #include MPI::Aint MPI::File::Get_type_extent(const MPI::Datatype& \fIdatatype\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_get_view.3in b/ompi/mpi/man/man3/MPI_File_get_view.3in index 8e758592cf..d46b3f3128 100644 --- a/ompi/mpi/man/man3/MPI_File_get_view.3in +++ b/ompi/mpi/man/man3/MPI_File_get_view.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_get_view 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -22,6 +22,7 @@ Fortran Syntax (see FORTRAN 77 NOTES) CHARACTER*(*) \fIDATAREP\fP INTEGER(KIND=MPI_OFFSET_KIND) \fIDISP\fP +.fi .SH C++ Syntax .nf #include @@ -29,6 +30,7 @@ void MPI::File::Get_view(MPI::Offset& \fIdisp\fP, MPI::Datatype& \fIetype\fP, MPI::Datatype& \fIfiletype\fP, char* \fIdatarep\fP) const +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_iread.3in b/ompi/mpi/man/man3/MPI_File_iread.3in index 8c8abb86fd..c4277fec37 100644 --- a/ompi/mpi/man/man3/MPI_File_iread.3in +++ b/ompi/mpi/man/man3/MPI_File_iread.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_iread 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -19,12 +19,14 @@ Fortran Syntax BUF(*) INTEGER FH, COUNT, DATATYPE, REQUEST, IERROR +.fi .SH C++ Syntax .nf #include MPI::Request MPI::File::Iread(void* \fIbuf\fP, int \fIcount\fP, const MPI::Datatype& \fIdatatype\fP) +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_iread_at.3in b/ompi/mpi/man/man3/MPI_File_iread_at.3in index 4032a23daa..7bd9a584d8 100644 --- a/ompi/mpi/man/man3/MPI_File_iread_at.3in +++ b/ompi/mpi/man/man3/MPI_File_iread_at.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_iread_at 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -21,12 +21,14 @@ Fortran Syntax (see FORTRAN 77 NOTES) INTEGER \fIFH, COUNT, DATATYPE, REQUEST, IERROR\fP INTEGER(KIND=MPI_OFFSET_KIND) \fIOFFSET\fP +.fi .SH C++ Syntax .nf #include MPI::Request MPI::File::Iread_at(MPI::Offset \fIoffset\fP, void* \fIbuf\fP, int \fIcount\fP, const MPI::Datatype& \fIdatatype\fP) +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_iread_shared.3in b/ompi/mpi/man/man3/MPI_File_iread_shared.3in index cacc5e6414..087aa0dd11 100644 --- a/ompi/mpi/man/man3/MPI_File_iread_shared.3in +++ b/ompi/mpi/man/man3/MPI_File_iread_shared.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_iread_shared 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -19,12 +19,14 @@ Fortran Syntax BUF(*) INTEGER FH, COUNT, DATATYPE, REQUEST, IERROR +.fi .SH C++ Syntax .nf #include MPI::Request MPI::File::Iread_shared(void* \fIbuf\fP, int \fIcount\fP, const MPI::Datatype& \fIdatatype\fP) +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_iwrite.3in b/ompi/mpi/man/man3/MPI_File_iwrite.3in index b0c93ae2bd..ed68167646 100644 --- a/ompi/mpi/man/man3/MPI_File_iwrite.3in +++ b/ompi/mpi/man/man3/MPI_File_iwrite.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_iwrite 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -19,12 +19,14 @@ Fortran Syntax BUF(*) INTEGER FH, COUNT, DATATYPE, REQUEST, IERROR +.fi .SH C++ Syntax .nf #include MPI::Request MPI::File::Iwrite(const void* \fIbuf\fP, int \fIcount\fP, const MPI::Datatype& \fIdatatype\fP) +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_iwrite_at.3in b/ompi/mpi/man/man3/MPI_File_iwrite_at.3in index 4f4aa0ac50..bc1074c981 100644 --- a/ompi/mpi/man/man3/MPI_File_iwrite_at.3in +++ b/ompi/mpi/man/man3/MPI_File_iwrite_at.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_iwrite_at 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -20,12 +20,14 @@ Fortran Syntax (see FORTRAN 77 NOTES) INTEGER \fIFH, COUNT, DATATYPE, REQUEST, IERROR\fP INTEGER(KIND=MPI_OFFSET_KIND) \fIOFFSET\fP +.fi .SH C++ Syntax .nf #include MPI::Request MPI::File::Iwrite_at(MPI::Offset \fIoffset\fP, const void* \fIbuf\fP, int \fIcount\fP, const MPI::Datatype& \fIdatatype\fP) +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_iwrite_shared.3in b/ompi/mpi/man/man3/MPI_File_iwrite_shared.3in index 98fb61089e..7ee6a86648 100644 --- a/ompi/mpi/man/man3/MPI_File_iwrite_shared.3in +++ b/ompi/mpi/man/man3/MPI_File_iwrite_shared.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_iwrite_shared 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -21,12 +21,14 @@ Fortran Syntax BUF(*) INTEGER FH, COUNT, DATATYPE, REQUEST, IERROR +.fi .SH C++ Syntax .nf #include MPI::Request MPI::File::Iwrite_shared(const void* \fIbuf\fP, int \fIcount\fP, const MPI::Datatype& \fIdatatype\fP) +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_open.3in b/ompi/mpi/man/man3/MPI_File_open.3in index 1bd1e4440f..84ea6979ec 100644 --- a/ompi/mpi/man/man3/MPI_File_open.3in +++ b/ompi/mpi/man/man3/MPI_File_open.3in @@ -1,6 +1,6 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_open 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -20,12 +20,14 @@ Fortran Syntax CHARACTER*(*) FILENAME INTEGER COMM, AMODE, INFO, FH, IERROR +.fi .SH C++ Syntax .nf #include static MPI::File MPI::File::Open(const MPI::Intracomm& \fIcomm\fP, const char* \fIfilename\fP, int \fIamode\fP, const MPI::Info& \fIinfo\fP) +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_preallocate.3in b/ompi/mpi/man/man3/MPI_File_preallocate.3in index f0af32974a..0058c642ef 100644 --- a/ompi/mpi/man/man3/MPI_File_preallocate.3in +++ b/ompi/mpi/man/man3/MPI_File_preallocate.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_preallocate 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -18,11 +18,13 @@ Fortran Syntax (see FORTRAN 77 NOTES) INTEGER \fIFH, IERROR\fP INTEGER(KIND=MPI_OFFSET_KIND) \fISIZE\fP +.fi .SH C++ Syntax .nf #include void MPI::File::Preallocate(MPI::Offset \fIsize\fP) +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_read.3in b/ompi/mpi/man/man3/MPI_File_read.3in index 2dab1390cf..b62bcf2776 100644 --- a/ompi/mpi/man/man3/MPI_File_read.3in +++ b/ompi/mpi/man/man3/MPI_File_read.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_read 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -21,6 +21,7 @@ Fortran Syntax INTEGER FH, COUNT, DATATYPE, STATUS(MPI_STATUS_SIZE), IERROR +.fi .SH C++ Syntax .nf #include @@ -30,6 +31,7 @@ void MPI::File::Read(void* \fIbuf\fP, int \fIcount\fP, void MPI::File::Read(void* \fIbuf\fP, int \fIcount\fP, const MPI::Datatype& \fIdatatype\fP) +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_read_all.3in b/ompi/mpi/man/man3/MPI_File_read_all.3in index 997d2a3029..ef969abd95 100644 --- a/ompi/mpi/man/man3/MPI_File_read_all.3in +++ b/ompi/mpi/man/man3/MPI_File_read_all.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_read_all 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -21,6 +21,7 @@ Fortran Syntax INTEGER FH, COUNT, DATATYPE, STATUS(MPI_STATUS_SIZE), IERROR +.fi .SH C++ Syntax .nf #include @@ -30,6 +31,7 @@ void MPI::File::Read_all(void* \fIbuf\fP, int \fIcount\fP, void MPI::File::Read_all(void* \fIbuf\fP, int \fIcount\fP, const MPI::Datatype& \fIdatatype\fP) +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_read_all_begin.3in b/ompi/mpi/man/man3/MPI_File_read_all_begin.3in index a7c57989d9..1f9aea74dd 100644 --- a/ompi/mpi/man/man3/MPI_File_read_all_begin.3in +++ b/ompi/mpi/man/man3/MPI_File_read_all_begin.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_read_all_begin 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -19,12 +19,14 @@ Fortran Syntax \fIBUF\fP(*) INTEGER \fIFH, COUNT, DATATYPE, IERROR\fP +.fi .SH C++ Syntax .nf #include void MPI::File::Read_all_begin(void* \fIbuf\fP, int \fIcount\fP, const MPI::Datatype& \fIdatatype\fP) +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_read_all_end.3in b/ompi/mpi/man/man3/MPI_File_read_all_end.3in index c84fb853a2..042ad0b0d8 100644 --- a/ompi/mpi/man/man3/MPI_File_read_all_end.3in +++ b/ompi/mpi/man/man3/MPI_File_read_all_end.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_read_all_end 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -19,6 +19,7 @@ Fortran Syntax BUF(*) INTEGER FH, STATUS(MPI_STATUS_SIZE), IERROR +.fi .SH C++ Syntax .nf #include @@ -26,6 +27,7 @@ void MPI::File::Read_all_end(void* \fIbuf\fP, MPI::Status& \fIstatus\fP) void MPI::File::Read_all_end(void* \fIbuf\fP) +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_read_at.3in b/ompi/mpi/man/man3/MPI_File_read_at.3in index 105f7d53eb..ab7f29229d 100644 --- a/ompi/mpi/man/man3/MPI_File_read_at.3in +++ b/ompi/mpi/man/man3/MPI_File_read_at.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_read_at 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -22,6 +22,7 @@ Fortran Syntax (see FORTRAN 77 NOTES) INTEGER \fIFH, COUNT, DATATYPE, STATUS(MPI_STATUS_SIZE), IERROR\fP INTEGER(KIND=MPI_OFFSET_KIND) \fIOFFSET\fP +.fi .SH C++ Syntax .nf #include @@ -32,6 +33,7 @@ void MPI::File::Read_at(MPI::Offset \fIoffset\fP, void* \fIbuf\fP, void MPI::File::Read_at(MPI::Offset \fIoffset\fP, void* \fIbuf\fP, int \fIcount\fP, const MPI::Datatype& \fIdatatype\fP) +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_read_at_all.3in b/ompi/mpi/man/man3/MPI_File_read_at_all.3in index 7ebe564635..a008e7cf6b 100644 --- a/ompi/mpi/man/man3/MPI_File_read_at_all.3in +++ b/ompi/mpi/man/man3/MPI_File_read_at_all.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_read_at_all 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -22,6 +22,7 @@ Fortran Syntax (see FORTRAN 77 NOTES) INTEGER \fIFH, COUNT, DATATYPE, STATUS(MPI_STATUS_SIZE), IERROR\fP INTEGER(KIND=MPI_OFFSET_KIND) \fIOFFSET\fP +.fi .SH C++ Syntax .nf #include @@ -31,6 +32,7 @@ void MPI::File::Read_at_all(MPI::Offset \fIoffset\fP, void* \fIbuf\fP, void MPI::File::Read_at_all(MPI::Offset \fIoffset\fP, void* \fIbuf\fP, int \fIcount\fP, const MPI::Datatype& \fIdatatype\fP) +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_read_at_all_begin.3in b/ompi/mpi/man/man3/MPI_File_read_at_all_begin.3in index 1be7cc1af4..c4a52bf1dc 100644 --- a/ompi/mpi/man/man3/MPI_File_read_at_all_begin.3in +++ b/ompi/mpi/man/man3/MPI_File_read_at_all_begin.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_read_at_all_begin 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -22,12 +22,14 @@ Fortran Syntax (see FORTRAN 77 NOTES) INTEGER \fIFH, COUNT, DATATYPE, IERROR\fP INTEGER(KIND=MPI_OFFSET_KIND) \fIOFFSET\fP +.fi .SH C++ Syntax .nf #include void MPI::File::Read_at_all_begin(MPI::Offset \fIoffset\fP, void* \fIbuf\fP, int \fIcount\fP, const MPI::Datatype& \fIdatatype\fP) +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_read_at_all_end.3in b/ompi/mpi/man/man3/MPI_File_read_at_all_end.3in index f69c61dd0c..a936a99ee8 100644 --- a/ompi/mpi/man/man3/MPI_File_read_at_all_end.3in +++ b/ompi/mpi/man/man3/MPI_File_read_at_all_end.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_read_at_all_end 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -19,6 +19,7 @@ Fortran Syntax BUF(*) INTEGER FH, STATUS(MPI_STATUS_SIZE), IERROR +.fi .SH C++ Syntax .nf #include @@ -26,6 +27,7 @@ void MPI::File::Read_at_all_end(void* \fIbuf\fP, MPI::Status& \fIstatus\fP) void MPI::File::Read_at_all_end(void* \fIbuf\fP) +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_read_ordered.3in b/ompi/mpi/man/man3/MPI_File_read_ordered.3in index 78f8227151..cbbe8274c9 100644 --- a/ompi/mpi/man/man3/MPI_File_read_ordered.3in +++ b/ompi/mpi/man/man3/MPI_File_read_ordered.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_read_ordered 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -21,6 +21,7 @@ Fortran Syntax \fIBUF\fP(*) INTEGER \fIFH, COUNT, DATATYPE, STATUS(MPI_STATUS_SIZE), IERROR\fP +.fi .SH C++ Syntax .nf #include @@ -30,6 +31,7 @@ void MPI::File::Read_ordered(void* \fIbuf\fP, int \fIcount\fP, void MPI::File::Read_ordered(void* \fIbuf\fP, int \fIcount\fP, const MPI::Datatype& \fIdatatype\fP) +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_read_ordered_begin.3in b/ompi/mpi/man/man3/MPI_File_read_ordered_begin.3in index 52ea3e508c..ee53752525 100644 --- a/ompi/mpi/man/man3/MPI_File_read_ordered_begin.3in +++ b/ompi/mpi/man/man3/MPI_File_read_ordered_begin.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_read_ordered_begin 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -19,12 +19,14 @@ Fortran Syntax BUF(*) INTEGER FH, COUNT, DATATYPE, IERROR +.fi .SH C++ Syntax .nf #include void MPI::File::Read_ordered_begin(void* \fIbuf\fP, int \fIcount\fP, const MPI::Datatype& \fIdatatype\fP) +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_read_ordered_end.3in b/ompi/mpi/man/man3/MPI_File_read_ordered_end.3in index a134eb3fac..e37ca1665d 100644 --- a/ompi/mpi/man/man3/MPI_File_read_ordered_end.3in +++ b/ompi/mpi/man/man3/MPI_File_read_ordered_end.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_read_ordered_end 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -19,6 +19,7 @@ Fortran Syntax BUF(*) INTEGER FH, STATUS(MPI_STATUS_SIZE), IERROR +.fi .SH C++ Syntax .nf #include @@ -26,6 +27,7 @@ void MPI::File::Read_ordered_end(void* \fIbuf\fP, MPI::Status& \fIstatus\fP) void MPI::File::Read_ordered_end(void* \fIbuf\fP) +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_read_shared.3in b/ompi/mpi/man/man3/MPI_File_read_shared.3in index 699ffef3c9..8546c55573 100644 --- a/ompi/mpi/man/man3/MPI_File_read_shared.3in +++ b/ompi/mpi/man/man3/MPI_File_read_shared.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_read_shared 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -21,6 +21,7 @@ Fortran Syntax INTEGER FH, COUNT, DATATYPE, STATUS(MPI_STATUS_SIZE), IERROR +.fi .SH C++ Syntax .nf #include @@ -30,6 +31,7 @@ void MPI::File::Read_shared(void* \fIbuf\fP, int \fIcount\fP, void MPI::File::Read_shared(void* \fIbuf\fP, int \fIcount\fP, const MPI::Datatype& \fIdatatype\fP) +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_seek.3in b/ompi/mpi/man/man3/MPI_File_seek.3in index b6b2c08b61..9a03400f77 100644 --- a/ompi/mpi/man/man3/MPI_File_seek.3in +++ b/ompi/mpi/man/man3/MPI_File_seek.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_seek 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -19,11 +19,13 @@ Fortran Syntax (see FORTRAN 77 NOTES) INTEGER \fIFH, WHENCE, IERROR\fP INTEGER(KIND=MPI_OFFSET_KIND) \fIOFFSET\fP +.fi .SH C++ Syntax .nf #include void MPI::File::Seek(MPI::Offset \fIoffset\fP, int \fIwhence\fP) +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_seek_shared.3in b/ompi/mpi/man/man3/MPI_File_seek_shared.3in index dd6cbea81a..e70d8f62f1 100644 --- a/ompi/mpi/man/man3/MPI_File_seek_shared.3in +++ b/ompi/mpi/man/man3/MPI_File_seek_shared.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_seek_shared 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -19,11 +19,13 @@ Fortran Syntax (see FORTRAN 77 NOTES) INTEGER \fIFH, WHENCE, IERROR\fP INTEGER(KIND=MPI_OFFSET_KIND) \fIOFFSET\fP +.fi .SH C++ Syntax .nf #include void MPI::File::Seek_shared(MPI::Offset \fIoffset\fP, int \fIwhence\fP) +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_set_atomicity.3in b/ompi/mpi/man/man3/MPI_File_set_atomicity.3in index bf6f70b064..c3d2550910 100644 --- a/ompi/mpi/man/man3/MPI_File_set_atomicity.3in +++ b/ompi/mpi/man/man3/MPI_File_set_atomicity.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_set_atomicity 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -17,11 +17,13 @@ Fortran Syntax MPI_FILE_SET_ATOMICITY(\fIFH\fP,\fI FLAG\fP,\fI IERROR\fP) INTEGER FH, FLAG, IERROR +.fi .SH C++ Syntax .nf #include void MPI::File::Set_atomicity(bool \fIflag\fP) +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_set_errhandler.3in b/ompi/mpi/man/man3/MPI_File_set_errhandler.3in index 4c5d5a2fdd..31160893a3 100644 --- a/ompi/mpi/man/man3/MPI_File_set_errhandler.3in +++ b/ompi/mpi/man/man3/MPI_File_set_errhandler.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_set_errhandler 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,17 +13,20 @@ int MPI_File_set_errhandler(MPI_File \fIfile\fP, MPI_Errhandler \fIerrhandler\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_FILE_SET_ERRHANDLER(\fIFILE, ERRHANDLER, IERROR\fP) INTEGER \fIFILE, ERRHANDLER, IERROR\fP +.fi .SH C++ Syntax .nf #include void MPI::File::Set_errhandler(const MPI::Errhandler& \fIerrhandler\fP) +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_set_info.3in b/ompi/mpi/man/man3/MPI_File_set_info.3in index 7c1c67b492..c44c251eb9 100644 --- a/ompi/mpi/man/man3/MPI_File_set_info.3in +++ b/ompi/mpi/man/man3/MPI_File_set_info.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_set_info 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -17,11 +17,13 @@ Fortran Syntax MPI_FILE_SET_INFO(\fIFH\fP, \fIINFO\fP, \fIIERROR\fP) INTEGER FH, INFO, IERROR +.fi .SH C++ Syntax .nf #include void MPI::File::Set_info(const MPI::Info& \fIinfo\fP) +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_set_size.3in b/ompi/mpi/man/man3/MPI_File_set_size.3in index 2662d0db59..51663a74d6 100644 --- a/ompi/mpi/man/man3/MPI_File_set_size.3in +++ b/ompi/mpi/man/man3/MPI_File_set_size.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_set_size 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -18,11 +18,13 @@ Fortran Syntax (see FORTRAN 77 NOTES) INTEGER \fIFH, IERROR\fP INTEGER(KIND=MPI_OFFSET_KIND) \fISIZE\fP +.fi .SH C++ Syntax .nf #include void MPI::File::Set_size(MPI::Offset \fIsize\fP) +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_set_view.3in b/ompi/mpi/man/man3/MPI_File_set_view.3in index ff5decbf57..24e0241bd8 100644 --- a/ompi/mpi/man/man3/MPI_File_set_view.3in +++ b/ompi/mpi/man/man3/MPI_File_set_view.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_set_view 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -21,6 +21,7 @@ Fortran Syntax (see FORTRAN 77 NOTES) CHARACTER*(*) \fIDATAREP\fP INTEGER(KIND=MPI_OFFSET_KIND) \fIDISP\fP +.fi .SH C++ Syntax .nf #include @@ -29,6 +30,7 @@ void MPI::File::Set_view(MPI::Offset \fIdisp\fP, const MPI::Datatype& \fIfiletype\fP, const char* \fIdatarep\fP, const MPI::Info& \fIinfo\fP) +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_sync.3in b/ompi/mpi/man/man3/MPI_File_sync.3in index 0c6f3e5325..083bab9174 100644 --- a/ompi/mpi/man/man3/MPI_File_sync.3in +++ b/ompi/mpi/man/man3/MPI_File_sync.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_sync 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -17,11 +17,13 @@ Fortran Syntax MPI_FILE_SYNC(\fIFH\fP, \fIIERROR\fP) INTEGER FH, IERROR +.fi .SH C++ Syntax .nf #include void MPI::File::Sync() +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_write.3in b/ompi/mpi/man/man3/MPI_File_write.3in index 40342e5baa..e671a73f37 100644 --- a/ompi/mpi/man/man3/MPI_File_write.3in +++ b/ompi/mpi/man/man3/MPI_File_write.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_write 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -22,6 +22,7 @@ Fortran Syntax INTEGER \fIFH, COUNT, DATATYPE, STATUS(MPI_STATUS_SIZE), IERROR\fP +.fi .SH C++ Syntax .nf #include @@ -31,6 +32,7 @@ void MPI::File::Write(const void* \fIbuf\fP, int \fIcount\fP, void MPI::File::Write(const void* \fIbuf\fP, int \fIcount\fP, const MPI::Datatype& \fIdatatype\fP) +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_write_all.3in b/ompi/mpi/man/man3/MPI_File_write_all.3in index e2631bba47..936264c497 100644 --- a/ompi/mpi/man/man3/MPI_File_write_all.3in +++ b/ompi/mpi/man/man3/MPI_File_write_all.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_write_all 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -21,6 +21,7 @@ Fortran Syntax INTEGER FH, COUNT, DATATYPE, STATUS(MPI_STATUS_SIZE), IERROR +.fi .SH C++ Syntax .nf #include @@ -30,6 +31,7 @@ void MPI::File::Write_all(const void* \fIbuf\fP, int \fIcount\fP, void MPI::File::Write_all(const void* \fIbuf\fP, int \fIcount\fP, const MPI::Datatype& \fIdatatype\fP) +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_write_all_begin.3in b/ompi/mpi/man/man3/MPI_File_write_all_begin.3in index 2dbe5543cf..b90b8e59f5 100644 --- a/ompi/mpi/man/man3/MPI_File_write_all_begin.3in +++ b/ompi/mpi/man/man3/MPI_File_write_all_begin.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_write_all_begin 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -19,12 +19,14 @@ Fortran Syntax BUF(*) INTEGER FH, COUNT, DATATYPE, IERROR +.fi .SH C++ Syntax .nf #include void MPI::File::Write_all_begin(const void* \fIbuf\fP, int \fIcount\fP, const MPI::Datatype& \fIdatatype\fP) +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_write_all_end.3in b/ompi/mpi/man/man3/MPI_File_write_all_end.3in index 6374b0f4b9..705354d5d4 100644 --- a/ompi/mpi/man/man3/MPI_File_write_all_end.3in +++ b/ompi/mpi/man/man3/MPI_File_write_all_end.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_write_all_end 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -18,6 +18,7 @@ Fortran Syntax BUF(*) INTEGER FH, STATUS, IERROR +.fi .SH C++ Syntax .nf #include @@ -25,6 +26,7 @@ void MPI::File::Write_all_end(const void* \fIbuf\fP, MPI::Status& \fIstatus\fP) void MPI::File::Write_all_end(const void* \fIbuf\fP) +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_write_at.3in b/ompi/mpi/man/man3/MPI_File_write_at.3in index dd10035480..22640e2092 100644 --- a/ompi/mpi/man/man3/MPI_File_write_at.3in +++ b/ompi/mpi/man/man3/MPI_File_write_at.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_write_at 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -21,6 +21,7 @@ Fortran Syntax (see FORTRAN 77 NOTES) INTEGER \fIFH, COUNT, DATATYPE, STATUS(MPI_STATUS_SIZE), IERROR\fP INTEGER(KIND=MPI_OFFSET_KIND) \fIOFFSET\fP +.fi .SH C++ Syntax .nf #include @@ -30,6 +31,7 @@ void MPI::File::Write_at(MPI::Offset \fIoffset\fP, const void* \fIbuf\fP, void MPI::File::Write_at(MPI::Offset \fIoffset\fP, const void* \fIbuf\fP, int \fIcount\fP, const MPI::Datatype& \fIdatatype\fP) +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_write_at_all.3in b/ompi/mpi/man/man3/MPI_File_write_at_all.3in index d20e0443f3..7d97e7031d 100644 --- a/ompi/mpi/man/man3/MPI_File_write_at_all.3in +++ b/ompi/mpi/man/man3/MPI_File_write_at_all.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_write_at_all 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -21,6 +21,7 @@ Fortran Syntax (see FORTRAN 77 NOTES) INTEGER \fIFH, COUNT, DATATYPE, STATUS(MPI_STATUS_SIZE), IERROR\fP INTEGER(KIND=MPI_OFFSET_KIND) \fIOFFSET\fP +.fi .SH C++ Syntax .nf #include @@ -31,6 +32,7 @@ void MPI::File::Write_at_all(MPI::Offset \fIoffset\fP, const void* \fIbuf\fP, void MPI::File::Write_at_all(MPI::Offset \fIoffset\fP, const void* \fIbuf\fP, int \fIcount\fP, const MPI::Datatype& \fIdatatype\fP) +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_write_at_all_begin.3in b/ompi/mpi/man/man3/MPI_File_write_at_all_begin.3in index ca5d07e37c..2fd16400e6 100644 --- a/ompi/mpi/man/man3/MPI_File_write_at_all_begin.3in +++ b/ompi/mpi/man/man3/MPI_File_write_at_all_begin.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_write_at_all_begin 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -20,6 +20,7 @@ Fortran Syntax (see FORTRAN 77 NOTES) INTEGER \fIFH, COUNT, DATATYPE, IERROR\fP INTEGER(KIND=MPI_OFFSET_KIND) \fIOFFSET\fP +.fi .SH C++ Syntax .nf #include @@ -27,6 +28,7 @@ void MPI::File::Write_at_all_begin(MPI::Offset \fIoffset\fP, const void* \fIbuf\fP, int \fIcount\fP, const MPI::Datatype& \fIdatatype\fP) +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_write_at_all_end.3in b/ompi/mpi/man/man3/MPI_File_write_at_all_end.3in index 4a04705373..86a47fb4cb 100644 --- a/ompi/mpi/man/man3/MPI_File_write_at_all_end.3in +++ b/ompi/mpi/man/man3/MPI_File_write_at_all_end.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_write_at_all_end 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -19,6 +19,7 @@ Fortran Syntax BUF(*) INTEGER FH, STATUS(MPI_STATUS_SIZE), IERROR +.fi .SH C++ Syntax .nf #include @@ -26,6 +27,7 @@ void MPI::File::Write_at_all_end(const void* \fIbuf\fP, MPI::Status& \fIstatus\f void MPI::File::Write_at_all_end(const void* \fIbuf\fP) +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_write_ordered.3in b/ompi/mpi/man/man3/MPI_File_write_ordered.3in index 7b59fcd954..d45fece0c5 100644 --- a/ompi/mpi/man/man3/MPI_File_write_ordered.3in +++ b/ompi/mpi/man/man3/MPI_File_write_ordered.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_write_ordered 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -21,6 +21,7 @@ Fortran Syntax \fIBUF\fP(*) INTEGER \fIFH, COUNT, DATATYPE, STATUS(MPI_STATUS_SIZE), IERROR\fP +.fi .SH C++ Syntax .nf #include @@ -30,6 +31,7 @@ void MPI::File::Write_ordered(const void* \fIbuf\fP, int \fIcount\fP, void MPI::File::Write_ordered(const void* \fIbuf\fP, int \fIcount\fP, const MPI::Datatype& \fIdatatype\fP) +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_write_ordered_begin.3in b/ompi/mpi/man/man3/MPI_File_write_ordered_begin.3in index 4c4b29eeb5..0594329b11 100644 --- a/ompi/mpi/man/man3/MPI_File_write_ordered_begin.3in +++ b/ompi/mpi/man/man3/MPI_File_write_ordered_begin.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_write_ordered_begin 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -19,12 +19,14 @@ Fortran Syntax BUF(*) INTEGER FH, COUNT, DATATYPE, IERROR +.fi .SH C++ Syntax .nf #include void MPI::File::Write_ordered_begin(const void* \fIbuf\fP, int \fIcount\fP, const MPI::Datatype& \fIdatatype\fP) +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_write_ordered_end.3in b/ompi/mpi/man/man3/MPI_File_write_ordered_end.3in index 54a02726aa..d4f15de377 100644 --- a/ompi/mpi/man/man3/MPI_File_write_ordered_end.3in +++ b/ompi/mpi/man/man3/MPI_File_write_ordered_end.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_write_ordered_end 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -19,6 +19,7 @@ Fortran Syntax BUF(*) INTEGER FH, STATUS(MPI_STATUS_SIZE), IERROR +.fi .SH C++ Syntax .nf #include @@ -26,6 +27,7 @@ void MPI::File::Write_ordered_end(const void* \fIbuf\fP, MPI::Status& \fIstatus\ void MPI::File::Write_ordered_end(const void* \fIbuf\fP) +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_File_write_shared.3in b/ompi/mpi/man/man3/MPI_File_write_shared.3in index 83e2f77ec3..d3512f82e7 100644 --- a/ompi/mpi/man/man3/MPI_File_write_shared.3in +++ b/ompi/mpi/man/man3/MPI_File_write_shared.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_File_write_shared 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -20,6 +20,7 @@ Fortran Syntax INTEGER \fIFH, COUNT, DATATYPE, STATUS(MPI_STATUS_SIZE), IERROR\fP +.fi .SH C++ Syntax .nf #include @@ -29,6 +30,7 @@ void MPI::File::Write_shared(const void* \fIbuf\fP, int \fIcount\fP, void MPI::File::Write_shared(const void* \fIbuf\fP, int \fIcount\fP, const MPI::Datatype& \fIdatatype\fP) +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Finalize.3in b/ompi/mpi/man/man3/MPI_Finalize.3in index 4c75dafaa6..43946c0ab6 100644 --- a/ompi/mpi/man/man3/MPI_Finalize.3in +++ b/ompi/mpi/man/man3/MPI_Finalize.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Finalize 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ #include int MPI_Finalize() +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_FINALIZE(\fIIERROR\fP) INTEGER \fIIERROR\fP +.fi .SH C++ Syntax .nf #include void Finalize() +.fi .SH OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Finalized.3in b/ompi/mpi/man/man3/MPI_Finalized.3in index cc83ff6e55..d45b104e8a 100644 --- a/ompi/mpi/man/man3/MPI_Finalized.3in +++ b/ompi/mpi/man/man3/MPI_Finalized.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Finalized 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,6 +12,7 @@ #include int MPI_Finalized(int \fI*flag\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -19,11 +20,13 @@ MPI_FINALIZED(\fIFLAG\fP, \fIIERROR\fP) LOGICAL \fIFLAG\fP INTEGER \fIIERROR\fP +.fi .SH C++ Syntax .nf #include bool MPI::Is_finalized() +.fi .SH OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Free_mem.3in b/ompi/mpi/man/man3/MPI_Free_mem.3in index 2355237bf2..8de1196449 100644 --- a/ompi/mpi/man/man3/MPI_Free_mem.3in +++ b/ompi/mpi/man/man3/MPI_Free_mem.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Free_mem 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,6 +12,7 @@ #include int MPI_Free_mem(void *\fIbase\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -19,11 +20,13 @@ MPI_FREE_MEM(\fIBASE, IERROR\fP) \fIBASE\fP(*) INTEGER \fIIERROR\fP +.fi .SH C++ Syntax .nf #include void MPI::Free_mem(void *\fIbase\fP) +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Gather.3in b/ompi/mpi/man/man3/MPI_Gather.3in index c7c77999e9..41b49e690e 100644 --- a/ompi/mpi/man/man3/MPI_Gather.3in +++ b/ompi/mpi/man/man3/MPI_Gather.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Gather 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -14,6 +14,7 @@ int MPI_Gather(void \fI*sendbuf\fP, int\fI sendcount\fP, MPI_Datatype\fI sendtyp void\fI *recvbuf\fP, int\fI recvcount\fP, MPI_Datatype\fI recvtype\fP, int \fIroot\fP, MPI_Comm\fI comm\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -23,6 +24,7 @@ MPI_GATHER(\fISENDBUF, SENDCOUNT, SENDTYPE, RECVBUF, RECVCOUNT, INTEGER \fISENDCOUNT, SENDTYPE, RECVCOUNT, RECVTYPE, ROOT\fP INTEGER \fICOMM, IERROR\fP +.fi .SH C++ Syntax .nf #include @@ -31,6 +33,7 @@ void MPI::Comm::Gather(const void* \fIsendbuf\fP, int \fIsendcount\fP, int \fIrecvcount\fP, const MPI::Datatype& \fIrecvtype\fP, int \fIroot\fP, const = 0 +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Gatherv.3in b/ompi/mpi/man/man3/MPI_Gatherv.3in index 5c26998bbd..5c7c4b878e 100644 --- a/ompi/mpi/man/man3/MPI_Gatherv.3in +++ b/ompi/mpi/man/man3/MPI_Gatherv.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Gatherv 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -14,6 +14,7 @@ int MPI_Gatherv(void *\fIsendbuf\fP, int\fI sendcount\fP, MPI_Datatype\fI sendty void\fI *recvbuf\fP, int\fI *recvcounts\fP, int\fI *displs\fP, MPI_Datatype\fI recvtype\fP, int \fIroot\fP, MPI_Comm\fI comm\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -23,6 +24,7 @@ MPI_GATHERV(\fISENDBUF, SENDCOUNT, SENDTYPE, RECVBUF, RECVCOUNTS, INTEGER \fISENDCOUNT, SENDTYPE, RECVCOUNTS(*), DISPLS(*)\fP INTEGER \fIRECVTYPE, ROOT, COMM, IERROR\fP +.fi .SH C++ Syntax .nf #include @@ -31,6 +33,7 @@ void MPI::Comm::Gatherv(const void* \fIsendbuf\fP, int \fIsendcount\fP, const int \fIrecvcounts\fP[], const int \fIdispls\fP[], const MPI::Datatype& \fIrecvtype\fP, int \fIroot\fP) const = 0 +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Get.3in b/ompi/mpi/man/man3/MPI_Get.3in index 5eaf8d4850..6dc9bc8352 100644 --- a/ompi/mpi/man/man3/MPI_Get.3in +++ b/ompi/mpi/man/man3/MPI_Get.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Get 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -14,6 +14,7 @@ MPI_Get(void *\fIorigin_addr\fP, int \fIorigin_count\fP, MPI_Datatype \fIorigin_datatype\fP, int \fItarget_rank\fP, MPI_Aint \fItarget_disp\fP, int \fItarget_count\fP, MPI_Datatype \fItarget_datatype\fP, MPI_Win \fIwin\fP) +.fi .SH Fortran Syntax (see FORTRAN 77 NOTES) .nf INCLUDE 'mpif.h' @@ -24,6 +25,7 @@ MPI_GET(\fIORIGIN_ADDR, ORIGIN_COUNT, ORIGIN_DATATYPE, TARGET_RANK, INTEGER \fIORIGIN_COUNT, ORIGIN_DATATYPE, TARGET_RANK, TARGET_COUNT, TARGET_DATATYPE, WIN, IERROR\fP +.fi .SH C++ Syntax .nf #include @@ -32,6 +34,7 @@ void MPI::Win::Get(const void *\fIorigin_addr\fP, int \fIorigin_count\fP, MPI::Aint \fItarget_disp\fP, int \fItarget_count\fP, const MPI::Datatype& \fItarget_datatype\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Get_address.3in b/ompi/mpi/man/man3/MPI_Get_address.3in index c4ccce091e..77708a457b 100644 --- a/ompi/mpi/man/man3/MPI_Get_address.3in +++ b/ompi/mpi/man/man3/MPI_Get_address.3in @@ -1,6 +1,6 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. -.\"Copyright (c) 1996 Thinking Machines +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright (c) 1996 Thinking Machines .TH MPI_Get_address 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME \fBMPI_Get_address\fP \- Gets the address of a location in memory. @@ -12,6 +12,7 @@ #include int MPI_Get_address(void *\fIlocation\fP, MPI_Aint *\fIaddress\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -19,11 +20,13 @@ MPI_GET_ADDRESS(\fILOCATION, ADDRESS, IERROR\fP) \fILOCATION\fP(*) INTEGER \fIADDRESS, IERROR\fP +.fi .SH C++ Syntax .nf #include MPI::Aint MPI::Get_address(void* \fIlocation\fP) +.fi .SH INPUT PARAMETERS .ft R .TP 1i @@ -47,6 +50,7 @@ Example: Using MPI_Get_address for an array. .sp .nf EAL A(100,100) +.fi .br INTEGER I1, I2, DIFF .br diff --git a/ompi/mpi/man/man3/MPI_Get_count.3in b/ompi/mpi/man/man3/MPI_Get_count.3in index 140285999a..9467fe0cd0 100644 --- a/ompi/mpi/man/man3/MPI_Get_count.3in +++ b/ompi/mpi/man/man3/MPI_Get_count.3in @@ -1,4 +1,4 @@ -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Get_count 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ int MPI_Get_count(MPI_Status *\fIstatus\fP, MPI_Datatype\fI datatype\fP, int\fI *count\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_GET_COUNT(\fISTATUS, DATATYPE, COUNT, IERROR\fP) INTEGER \fISTATUS(MPI_STATUS_SIZE), DATATYPE, COUNT, IERROR\fP +.fi .SH C++ Syntax .nf #include int Status::Get_count(const Datatype& \fIdatatype\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Get_elements.3in b/ompi/mpi/man/man3/MPI_Get_elements.3in index 087a2aad5a..a53f98818a 100644 --- a/ompi/mpi/man/man3/MPI_Get_elements.3in +++ b/ompi/mpi/man/man3/MPI_Get_elements.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Get_elements 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,17 +13,20 @@ int MPI_Get_elements(MPI_Status *\fIstatus\fP, MPI_Datatype\fI datatype\fP, int\fI *count\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_GET_ELEMENTS(\fISTATUS, DATATYPE, COUNT, IERROR\fP) INTEGER \fISTATUS(MPI_STATUS_SIZE), DATATYPE, COUNT, IERROR\fP +.fi .SH C++ Syntax .nf #include int Status::Get_elements(const Datatype& \fIdatatype\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Get_processor_name.3in b/ompi/mpi/man/man3/MPI_Get_processor_name.3in index dad586c540..39c92106f2 100644 --- a/ompi/mpi/man/man3/MPI_Get_processor_name.3in +++ b/ompi/mpi/man/man3/MPI_Get_processor_name.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Get_processor_name 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,6 +12,7 @@ #include int MPI_Get_processor_name(char *\fIname\fP, int *\fIresultlen\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -19,11 +20,13 @@ MPI_GET_PROCESSOR_NAME(\fINAME, RESULTLEN, IERROR\fP) CHARACTER*(*) \fINAME\fP INTEGER \fIRESULTLEN, IERROR \fP +.fi .SH C++ Syntax .nf #include void Get_processor_name(char* \fIname\fP, int& \fIresultlen\fP) +.fi .SH OUTPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Get_version.3in b/ompi/mpi/man/man3/MPI_Get_version.3in index 0750fae8eb..4f2595863c 100644 --- a/ompi/mpi/man/man3/MPI_Get_version.3in +++ b/ompi/mpi/man/man3/MPI_Get_version.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Get_version 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ #include int MPI_Get_version(int \fI*version\fP, int \fI*subversion\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_GET_VERSION(\fIVERSION\fP, \fISUBVERSION\fP, \fIIERROR\fP) INTEGER \fIVERSION\fP, \fISUBVERSION\fP, \fIIERROR\fP +.fi .SH C++ Syntax .nf #include void Get_version(int& \fIversion\fP, int& \fIsubversion\fP) +.fi .SH OUTPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Graph_create.3in b/ompi/mpi/man/man3/MPI_Graph_create.3in index e3463a62e1..71bcac1370 100644 --- a/ompi/mpi/man/man3/MPI_Graph_create.3in +++ b/ompi/mpi/man/man3/MPI_Graph_create.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Graph_create 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Graph_create(MPI_Comm \fIcomm_old\fP, int\fI nnodes\fP, int\fI *index\fP, int\fI *edges\fP, int\fI reorder\fP, MPI_Comm\fI *comm_graph\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -22,12 +23,14 @@ MPI_GRAPH_CREATE(\fICOMM_OLD, NNODES, INDEX, EDGES, REORDER, INTEGER \fICOMM_GRAPH, IERROR\fP LOGICAL \fIREORDER\fP +.fi .SH C++ Syntax .nf #include Graphcomm Intracomm::Create_graph(int \fInnodes\fP, const int \fIindex\fP[], const int \fIedges\fP[], bool \fIreorder\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Graph_get.3in b/ompi/mpi/man/man3/MPI_Graph_get.3in index 761b750b4b..218549d2e3 100644 --- a/ompi/mpi/man/man3/MPI_Graph_get.3in +++ b/ompi/mpi/man/man3/MPI_Graph_get.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Graph_get 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Graph_get(MPI_Comm \fIcomm\fP, int\fI maxindex\fP, int\fI maxedges\fP, int\fI *index\fP, int\fI *edges\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -20,12 +21,14 @@ MPI_GRAPH_GET(\fICOMM, MAXINDEX, MAXEDGES, INDEX, EDGES, IERROR\fP) INTEGER \fICOMM, MAXINDEX, MAXEDGES, INDEX(*)\fP INTEGER \fIEDGES(*), IERROR\fP +.fi .SH C++ Syntax .nf #include void Graphcomm::Get_topo(int \fImaxindex\fP, int \fImaxedges\fP, int \fIindex\fP[], int \fIedges\fP[]) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Graph_map.3in b/ompi/mpi/man/man3/MPI_Graph_map.3in index b620086278..ddb172f75f 100644 --- a/ompi/mpi/man/man3/MPI_Graph_map.3in +++ b/ompi/mpi/man/man3/MPI_Graph_map.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Graph_map 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,18 +13,21 @@ int MPI_Graph_map(MPI_Comm \fIcomm\fP, int\fI nnodes\fP, int\fI *index\fP, int\fI *edges\fP, int\fI *newrank\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_GRAPH_MAP(\fICOMM, NNODES, INDEX, EDGES, NEWRANK, IERROR\fP) INTEGER \fICOMM, NNODES, INDEX(*), EDGES(*), NEWRANK, IERROR\fP +.fi .SH C++ Syntax .nf #include int Graphcomm::Map(int \fInnodes\fP, const int \fIindex\fP[], const int \fIedges\fP[]) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Graph_neighbors.3in b/ompi/mpi/man/man3/MPI_Graph_neighbors.3in index 22b434d28d..8c1653f9a3 100644 --- a/ompi/mpi/man/man3/MPI_Graph_neighbors.3in +++ b/ompi/mpi/man/man3/MPI_Graph_neighbors.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Graph_neighbors 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,18 +13,21 @@ int MPI_Graph_neighbors(MPI_Comm \fIcomm\fP, int\fI rank\fP, int\fI maxneighbors\fP, int\fI *neighbors\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_GRAPH_NEIGHBORS(\fICOMM, RANK, MAXNEIGHBORS, NEIGHBORS, IERROR\fP) INTEGER \fICOMM, RANK, MAXNEIGHBORS, NEIGHBORS(*), IERROR\fP +.fi .SH C++ Syntax .nf #include void Graphcomm::Get_neighbors(int \fIrank\fP, int \fImaxneighbors\fP, int \fIneighbors\fP[]) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i @@ -82,6 +85,7 @@ C perform unshuffle permutation CALL MPI_SENDRECV_REPLACE(A, 1, MPI_REAL, neighbors(3), 0, + neighbors(2), 0, comm, status, ierr) +.fi .SH ERRORS Almost all MPI routines return an error value; C routines as the value of the function and Fortran routines in the last argument. C++ functions do not return errors. If the default error handler is set to MPI::ERRORS_THROW_EXCEPTIONS, then on error the C++ exception mechanism will be used to throw an MPI::Exception object. .sp diff --git a/ompi/mpi/man/man3/MPI_Graph_neighbors_count.3in b/ompi/mpi/man/man3/MPI_Graph_neighbors_count.3in index 8a1a7c8a8f..e89e5cbcdd 100644 --- a/ompi/mpi/man/man3/MPI_Graph_neighbors_count.3in +++ b/ompi/mpi/man/man3/MPI_Graph_neighbors_count.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Graph_neighbors_count 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,17 +13,20 @@ int MPI_Graph_neighbors_count(MPI_Comm \fIcomm\fP, int\fI rank\fP, int\fI *nneighbors\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_GRAPH_NEIGHBORS_COUNT(\fICOMM, RANK, NNEIGHBORS, IERROR\fP) INTEGER \fICOMM, RANK, NNEIGHBORS, IERROR\fP +.fi .SH C++ Syntax .nf #include int Graphcomm::Get_neighbors_count(int \fIrank\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Graphdims_get.3in b/ompi/mpi/man/man3/MPI_Graphdims_get.3in index a7e6de2504..30041eabbd 100644 --- a/ompi/mpi/man/man3/MPI_Graphdims_get.3in +++ b/ompi/mpi/man/man3/MPI_Graphdims_get.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Graphdims_get 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ #include int MPI_Graphdims_get(MPI_Comm \fIcomm\fP, int\fI *nnodes\fP, int\fI *nedges\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_GRAPHDIMS_GET(\fICOMM, NNODES, NEDGES, IERROR\fP) INTEGER \fICOMM, NNODES, NEDGES, IERROR\fP +.fi .SH C++ Syntax .nf #include void Graphcomm::Get dims(int \fInnodes\fP[], int \fInedges\fP[]) const +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Grequest_complete.3in b/ompi/mpi/man/man3/MPI_Grequest_complete.3in index 5676f55ab8..d2dc5fdddc 100644 --- a/ompi/mpi/man/man3/MPI_Grequest_complete.3in +++ b/ompi/mpi/man/man3/MPI_Grequest_complete.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Grequest_complete 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ #include int MPI_Grequest_complete(MPI_Request \fIrequest\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_GREQUEST_COMPLETE(\fIREQUEST, IERROR\fP) INTEGER \fIREQUEST, IERROR\fP +.fi .SH C++ Syntax .nf #include void MPI::Grequest::Complete() +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Grequest_start.3in b/ompi/mpi/man/man3/MPI_Grequest_start.3in index d211dcda3b..5b2883c412 100644 --- a/ompi/mpi/man/man3/MPI_Grequest_start.3in +++ b/ompi/mpi/man/man3/MPI_Grequest_start.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Grequest_start 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -15,6 +15,7 @@ int MPI_Grequest_start(MPI_Grequest_query_function \fI*query_fn\fP, MPI_Grequest_cancel_function \fI*cancel_fn\fP, void \fI*extra_state\fP, MPI_Request \fI*request\fP) +.fi .SH Fortran Syntax (see FORTRAN 77 NOTES) .nf INCLUDE 'mpif.h' @@ -24,6 +25,7 @@ MPI_GREQUEST_START(\fIQUERY_FN, FREE_FN, CANCEL_FN, EXTRA_STATE, EXTERNAL \fIQUERY_FN, FREE_FN, CANCEL_FN\fP INTEGER (KIND=MPI_ADDRESS_KIND) \fIEXTRA_STATE\fP +.fi .SH C++ Syntax .nf #include @@ -33,6 +35,7 @@ static MPI::Grequest const MPI::Grequest::Cancel_function \fIcancel_fn\fP, void \fI*extra_state\fP) +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Group_compare.3in b/ompi/mpi/man/man3/MPI_Group_compare.3in index 35a6b55b76..5f7b12087a 100644 --- a/ompi/mpi/man/man3/MPI_Group_compare.3in +++ b/ompi/mpi/man/man3/MPI_Group_compare.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Group_compare 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ int MPI_Group_compare(MPI_Group \fIgroup1\fP, MPI_Group\fI group2\fP, int\fI *result\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_GROUP_COMPARE(\fIGROUP1, GROUP2, RESULT, IERROR\fP) INTEGER \fIGROUP1, GROUP2, RESULT, IERROR\fP +.fi .SH C++ Syntax .nf #include static int Group::Compare(const Group& \fIgroup1\fP, const Group& \fIgroup2\fP) +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Group_difference.3in b/ompi/mpi/man/man3/MPI_Group_difference.3in index a42388d209..3efb24b6d9 100644 --- a/ompi/mpi/man/man3/MPI_Group_difference.3in +++ b/ompi/mpi/man/man3/MPI_Group_difference.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Group_difference 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,17 +13,20 @@ int MPI_Group_difference(MPI_Group \fIgroup1\fP, MPI_Group\fI group2\fP, MPI_Group\fI *newgroup\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_GROUP_DIFFERENCE(\fIGROUP1, GROUP2, NEWGROUP, IERROR\fP) INTEGER \fIGROUP1, GROUP2, NEWGROUP, IERROR\fP +.fi .SH C++ Syntax .nf #include static Group Group::Difference(const Group& \fIgroup1\fP, const Group& \fIgroup2\fP) +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Group_excl.3in b/ompi/mpi/man/man3/MPI_Group_excl.3in index b995c98eb1..bc2bef232b 100644 --- a/ompi/mpi/man/man3/MPI_Group_excl.3in +++ b/ompi/mpi/man/man3/MPI_Group_excl.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Group_excl 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,17 +13,20 @@ int MPI_Group_excl(MPI_Group \fIgroup\fP, int\fI n\fP, int\fI *ranks\fP, MPI_Group\fI *newgroup\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_GROUP_EXCL(\fIGROUP, N, RANKS, NEWGROUP, IERROR\fP) INTEGER \fIGROUP, N, RANKS(*), NEWGROUP, IERROR\fP +.fi .SH C++ Syntax .nf #include Group Group::Excl(int \fIn\fP, const int \fIranks\fP[]) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Group_free.3in b/ompi/mpi/man/man3/MPI_Group_free.3in index d656f7e78f..caba63e3b5 100644 --- a/ompi/mpi/man/man3/MPI_Group_free.3in +++ b/ompi/mpi/man/man3/MPI_Group_free.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Group_free 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ #include int MPI_Group_free(MPI_Group *\fIgroup\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_GROUP_FREE(\fIGROUP, IERROR\fP) INTEGER \fIGROUP, IERROR\fP +.fi .SH C++ Syntax .nf #include void Group::Free() +.fi .SH INPUT/OUTPUT PARAMETER .TP 1i group diff --git a/ompi/mpi/man/man3/MPI_Group_incl.3in b/ompi/mpi/man/man3/MPI_Group_incl.3in index eaf9f6368c..37efa66aba 100644 --- a/ompi/mpi/man/man3/MPI_Group_incl.3in +++ b/ompi/mpi/man/man3/MPI_Group_incl.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Group_incl 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,17 +13,20 @@ int MPI_Group_incl(MPI_Group \fIgroup\fP, int\fI n\fP, int\fI *ranks\fP, MPI_Group\fI *newgroup\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_GROUP_INCL(\fIGROUP, N, RANKS, NEWGROUP, IERROR\fP) INTEGER \fIGROUP, N, RANKS(*), NEWGROUP, IERROR\fP +.fi .SH C++ Syntax .nf #include Group Group::Incl(int \fIn\fP, const int \fIranks\fP[]) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Group_intersection.3in b/ompi/mpi/man/man3/MPI_Group_intersection.3in index 565830a723..a3d43fac3d 100644 --- a/ompi/mpi/man/man3/MPI_Group_intersection.3in +++ b/ompi/mpi/man/man3/MPI_Group_intersection.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Group_intersection 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,17 +13,20 @@ int MPI_Group_intersection(MPI_Group \fIgroup1\fP, MPI_Group\fI group2\fP, MPI_Group\fI *newgroup\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_GROUP_INTERSECTION(\fIGROUP1, GROUP2, NEWGROUP, IERROR\fP) INTEGER \fIGROUP1, GROUP2, NEWGROUP, IERROR\fP +.fi .SH C++ Syntax .nf #include static Group Group::Intersect(const Group& \fIgroup1\fP, const Group& \fIgroup2\fP) +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Group_range_excl.3in b/ompi/mpi/man/man3/MPI_Group_range_excl.3in index 86b6e400e7..2b0d6e1b71 100644 --- a/ompi/mpi/man/man3/MPI_Group_range_excl.3in +++ b/ompi/mpi/man/man3/MPI_Group_range_excl.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Group_range_excl 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,17 +13,20 @@ int MPI_Group_range_excl(MPI_Group \fIgroup\fP, int\fI n\fP, int\fI ranges\fP[][3], MPI_Group\fI *newgroup\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_GROUP_RANGE_EXCL(\fIGROUP, N, RANGES, NEWGROUP, IERROR\fP) INTEGER \fIGROUP, N, RANGES(3,*), NEWGROUP, IERROR\fP +.fi .SH C++ Syntax .nf #include Group Group::Range_excl(int \fIn\fP, const int \fIranges\fP[][3]) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Group_range_incl.3in b/ompi/mpi/man/man3/MPI_Group_range_incl.3in index 731a77fc33..a830152287 100644 --- a/ompi/mpi/man/man3/MPI_Group_range_incl.3in +++ b/ompi/mpi/man/man3/MPI_Group_range_incl.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Group_range_incl 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,17 +13,20 @@ int MPI_Group_range_incl(MPI_Group \fIgroup\fP, int\fI n\fP, int\fI ranges\fP[][3], MPI_Group\fI *newgroup\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_GROUP_RANGE_INCL(\fIGROUP, N, RANGES, NEWGROUP, IERROR\fP) INTEGER \fIGROUP, N, RANGES(3,*), NEWGROUP, IERROR\fP +.fi .SH C++ Syntax .nf #include Group Group::Range_incl(int \fIn\fP, const int \fIranges\fP[][3]) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Group_rank.3in b/ompi/mpi/man/man3/MPI_Group_rank.3in index 76bf59e632..62fc08bf52 100644 --- a/ompi/mpi/man/man3/MPI_Group_rank.3in +++ b/ompi/mpi/man/man3/MPI_Group_rank.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Group_rank 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ #include int MPI_Group_rank(MPI_Group \fIgroup\fP, int *\fIrank\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_GROUP_RANK(\fIGROUP, RANK, IERROR\fP) INTEGER \fIGROUP, RANK, IERROR\fP +.fi .SH C++ Syntax .nf #include int Group::Get_rank() const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Group_size.3in b/ompi/mpi/man/man3/MPI_Group_size.3in index f405556850..d6efe8903b 100644 --- a/ompi/mpi/man/man3/MPI_Group_size.3in +++ b/ompi/mpi/man/man3/MPI_Group_size.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Group_size 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ #include int MPI_Group_size(MPI_Group \fIgroup\fP, int \fI*size\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_GROUP_SIZE(\fIGROUP, SIZE, IERROR\fP) INTEGER \fIGROUP, SIZE, IERROR\fP +.fi .SH C++ Syntax .nf #include int Group::Get_size() const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Group_translate_ranks.3in b/ompi/mpi/man/man3/MPI_Group_translate_ranks.3in index 1d6af2d1bc..c1aa7ad513 100644 --- a/ompi/mpi/man/man3/MPI_Group_translate_ranks.3in +++ b/ompi/mpi/man/man3/MPI_Group_translate_ranks.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Group_translate_ranks 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Group_translate_ranks(MPI_Group \fIgroup1\fP, int\fI n\fP, int\fI *ranks1\fP, MPI_Group\fI group2\fP, int\fI *ranks2\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -20,12 +21,14 @@ MPI_GROUP_TRANSLATE_RANKS(\fIGROUP1, N, RANKS1, GROUP2, RANKS2, IERROR\fP) INTEGER \fIGROUP1, N, RANKS1(*), GROUP2, RANKS2(*), IERROR\fP +.fi .SH C++ Syntax .nf #include static void Group::Translate_ranks (const Group& \fIgroup1\fP, int \fIn\fP, const int \fIranks1\fP[], const Group& \fIgroup2\fP, int \fIranks2\fP[]) +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Group_union.3in b/ompi/mpi/man/man3/MPI_Group_union.3in index d876df6f73..9d06c57184 100644 --- a/ompi/mpi/man/man3/MPI_Group_union.3in +++ b/ompi/mpi/man/man3/MPI_Group_union.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Group_union 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,17 +13,20 @@ int MPI_Group_union(MPI_Group \fIgroup1\fP, MPI_Group \fIgroup2\fP, MPI_Group *\fInewgroup\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_GROUP_UNION(\fIGROUP1, GROUP2, NEWGROUP, IERROR\fP) INTEGER \fIGROUP1, GROUP2, NEWGROUP, IERROR\fP +.fi .SH C++ Syntax .nf #include static Group Group::Union(const Group& \fIgroup1\fP, const Group& \fIgroup2\fP) +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Ibsend.3in b/ompi/mpi/man/man3/MPI_Ibsend.3in index 79e06038cf..4f9f9a116d 100644 --- a/ompi/mpi/man/man3/MPI_Ibsend.3in +++ b/ompi/mpi/man/man3/MPI_Ibsend.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Ibsend 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Ibsend(void *\fIbuf\fP, int\fI count\fP, MPI_Datatype\fI datatype\fP, int\fI dest\fP, int\fI tag\fP, MPI_Comm\fI comm\fP, MPI_Request\fI *request\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -20,12 +21,14 @@ MPI_IBSEND(\fIBUF, COUNT, DATATYPE, DEST, TAG, COMM, REQUEST, IERROR\fP) \fIBUF\fP(*) INTEGER \fICOUNT, DATATYPE, DEST, TAG, COMM, REQUEST, IERROR\fP +.fi .SH C++ Syntax .nf #include Request Comm::Ibsend(const void* \fIbuf\fP, int \fIcount\fP, const Datatype& \fIdatatype\fP, int \fIdest\fP, int \fItag\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Info_create.3in b/ompi/mpi/man/man3/MPI_Info_create.3in index 981c3b0150..40a14fb4d1 100644 --- a/ompi/mpi/man/man3/MPI_Info_create.3in +++ b/ompi/mpi/man/man3/MPI_Info_create.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Info_create 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ #include int MPI_Info_create(MPI_Info \fI*info\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_INFO_CREATE(\fIINFO, IERROR\fP) INTEGER \fIINFO, IERROR\fP +.fi .SH C++ Syntax .nf #include static MPI::Info MPI::Info::Create() +.fi .SH OUTPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Info_delete.3in b/ompi/mpi/man/man3/MPI_Info_delete.3in index fc018bb737..97fa8fbbcd 100644 --- a/ompi/mpi/man/man3/MPI_Info_delete.3in +++ b/ompi/mpi/man/man3/MPI_Info_delete.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Info_delete 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,6 +12,7 @@ #include int MPI_Info_delete(MPI_Info \fIinfo\fP, char \fI*key\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -19,11 +20,13 @@ MPI_INFO_DELETE(\fIINFO, KEY, IERROR\fP) INTEGER \fIINFO, IERROR\fP CHARACTER*(*) \fIKEY\fP +.fi .SH C++ Syntax .nf #include void MPI::Info::Delete(const char* \fIkey\fP) +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Info_dup.3in b/ompi/mpi/man/man3/MPI_Info_dup.3in index 11e74887dc..7f3b2aecbc 100644 --- a/ompi/mpi/man/man3/MPI_Info_dup.3in +++ b/ompi/mpi/man/man3/MPI_Info_dup.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Info_dup 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ #include int MPI_Info_dup(MPI_Info \fIinfo\fP, MPI_Info \fI*newinfo\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_INFO_DUP(\fIINFO, NEWINFO, IERROR\fP) INTEGER \fIINFO, NEWINFO, IERROR\fP +.fi .SH C++ Syntax .nf #include MPI::Info MPI::Info::Dup() const +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Info_free.3in b/ompi/mpi/man/man3/MPI_Info_free.3in index ffa3f0f25c..77b69b0efb 100644 --- a/ompi/mpi/man/man3/MPI_Info_free.3in +++ b/ompi/mpi/man/man3/MPI_Info_free.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Info_free 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ #include int MPI_Info_free(MPI_Info \fI*info\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_INFO_FREE(\fIINFO, IERROR\fP) INTEGER \fIINFO, IERROR\fP +.fi .SH C++ Syntax .nf #include void MPI::Info::Free() +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Info_get.3in b/ompi/mpi/man/man3/MPI_Info_get.3in index bd8b2afda4..3112e74208 100644 --- a/ompi/mpi/man/man3/MPI_Info_get.3in +++ b/ompi/mpi/man/man3/MPI_Info_get.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Info_get 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,6 +12,7 @@ #include int MPI_Info_get(MPI_Info \fIinfo\fP, char \fI*key\fP, int \fIvaluelen\fP, char \fI*value\fP, int *\fIflag\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -20,12 +21,14 @@ MPI_INFO_GET(\fIINFO, KEY, VALUELEN, VALUE, FLAG, IERROR\fP) CHARACTER*(*) \fIKEY, VALUE\fP LOGICAL \fIFLAG\fP +.fi .SH C++ Syntax .nf #include bool MPI::Info::Get(const char* \fIkey\fP, int \fIvaluelen\fP, char* \fIvalue\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Info_get_nkeys.3in b/ompi/mpi/man/man3/MPI_Info_get_nkeys.3in index 53e5c6170a..53b1c0a5da 100644 --- a/ompi/mpi/man/man3/MPI_Info_get_nkeys.3in +++ b/ompi/mpi/man/man3/MPI_Info_get_nkeys.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Info_get_nkeys 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ #include int MPI_Info_get_nkeys(MPI_Info \fIinfo\fP, int \fI*nkeys\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_INFO_GET_NKEYS(\fIINFO, NKEYS, IERROR\fP) INTEGER \fIINFO, NKEYS, IERROR\fP +.fi .SH C++ Syntax .nf #include int MPI::Info::Get_nkeys() const +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Info_get_nthkey.3in b/ompi/mpi/man/man3/MPI_Info_get_nthkey.3in index 697824b8ee..bdf2780d0f 100644 --- a/ompi/mpi/man/man3/MPI_Info_get_nthkey.3in +++ b/ompi/mpi/man/man3/MPI_Info_get_nthkey.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Info_get_nthkey 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,6 +12,7 @@ #include int MPI_Info_get_nthkey(MPI_Info \fIinfo\fP, int \fIn\fP, char \fI*key\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -19,11 +20,13 @@ MPI_INFO_GET_NTHKEY(\fIINFO, N, KEY, IERROR\fP) INTEGER \fIINFO, N, IERROR\fP CHARACTER*(*) \fIKEY\fP +.fi .SH C++ Syntax .nf #include void MPI::Info::Get_nthkey(int \fIn\fP, char* \fIkey\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Info_get_valuelen.3in b/ompi/mpi/man/man3/MPI_Info_get_valuelen.3in index aae1443de3..40c4bd4577 100644 --- a/ompi/mpi/man/man3/MPI_Info_get_valuelen.3in +++ b/ompi/mpi/man/man3/MPI_Info_get_valuelen.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Info_get_valuelen 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Info_get_valuelen(MPI_Info \fIinfo\fP, char \fI*key\fP, int \fI*valuelen\fP, int \fI*flag\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -21,12 +22,14 @@ MPI_INFO_GET_VALUELEN(\fIINFO, KEY, VALUELEN, FLAG, IERROR\fP) LOGICAL \fIFLAG\fP CHARACTER*(*) \fIKEY\fP +.fi .SH C++ Syntax .nf #include bool MPI::Info::Get_valuelen(const char* \fIkey\fP, int& \fIvaluelen\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Info_set.3in b/ompi/mpi/man/man3/MPI_Info_set.3in index f4b1cc7beb..8a122eb368 100644 --- a/ompi/mpi/man/man3/MPI_Info_set.3in +++ b/ompi/mpi/man/man3/MPI_Info_set.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Info_set 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,6 +12,7 @@ #include int MPI_Info_set(MPI_Info \fIinfo\fP, char \fI*key\fP, char \fI*value\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -19,11 +20,13 @@ MPI_INFO_SET(\fIINFO, KEY, VALUE, IERROR\fP) INTEGER \fIINFO, IERROR\fP CHARACTER*(*) \fIKEY, VALUE\fP +.fi .SH C++ Syntax .nf #include void MPI::Info::Set(const char* \fIkey\fP, const char* \fIvalue\fP) +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Init.3in b/ompi/mpi/man/man3/MPI_Init.3in index 10bd8b1070..9690537b2a 100644 --- a/ompi/mpi/man/man3/MPI_Init.3in +++ b/ompi/mpi/man/man3/MPI_Init.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Init 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" @@ -14,18 +14,21 @@ #include int MPI_Init(int *\fIargc\fP, char ***\fIargv\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_INIT(\fIIERROR\fP) INTEGER \fIIERROR\fP +.fi .SH C++ Syntax .nf #include void MPI::Init(int& \fIargc\fP, char**& \fIargv\fP) void MPI::Init() +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Init_thread.3in b/ompi/mpi/man/man3/MPI_Init_thread.3in index b737b2ffb7..2818cec742 100644 --- a/ompi/mpi/man/man3/MPI_Init_thread.3in +++ b/ompi/mpi/man/man3/MPI_Init_thread.3in @@ -1,5 +1,5 @@ . -*- nroff -*- -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .\" Copyright (c) 2010 Cisco Systems, Inc. All rights reserved. .TH MPI_Init_thread 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" @@ -16,18 +16,21 @@ int MPI_Init_thread(int *\fIargc\fP, char ***\fIargv\fP, int \fIrequired\fP, int *\fIprovided\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_INIT(\fIREQUIRED, PROVIDED, IERROR\fP) INTEGER \fIREQUIRED, PROVIDED, IERROR\fP +.fi .SH C++ Syntax .nf #include int MPI::Init_thread(int& \fIargc\fP, char**& \fIargv\fP, int \fIrequired\fP) int MPI::Init_thread(int \fIrequired\fP) +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Initialized.3in b/ompi/mpi/man/man3/MPI_Initialized.3in index 8aa61e2cb8..26b37311fb 100644 --- a/ompi/mpi/man/man3/MPI_Initialized.3in +++ b/ompi/mpi/man/man3/MPI_Initialized.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Initialized 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,6 +12,7 @@ #include int MPI_Initialized(int *\fIflag\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -19,11 +20,13 @@ MPI_INITIALIZED(\fIFLAG, IERROR\fP) LOGICAL \fIFLAG\fP INTEGER \fIIERROR\fP +.fi .SH C++ Syntax .nf #include bool Is_initialized() +.fi .SH OUTPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Intercomm_create.3in b/ompi/mpi/man/man3/MPI_Intercomm_create.3in index c8ae2aa64c..5a88acf828 100644 --- a/ompi/mpi/man/man3/MPI_Intercomm_create.3in +++ b/ompi/mpi/man/man3/MPI_Intercomm_create.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Intercomm_create 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Intercomm_create(MPI_Comm \fIlocal_comm\fP, int\fI local_leader\fP, MPI_Comm\fI peer_comm\fP, int\fI remote_leader\fP, int\fI tag\fP, MPI_Comm\fI *newintercomm\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -21,12 +22,14 @@ MPI_INTERCOMM_CREATE(\fILOCAL_COMM, LOCAL_LEADER, PEER_COMM, INTEGER \fILOCAL_COMM, LOCAL_LEADER, PEER_COMM, REMOTE_LEADER\fP INTEGER \fITAG, NEWINTERCOMM, IERROR\fP +.fi .SH C++ Syntax .nf #include Intercomm Intracomm::Create_intercomm(int \fIlocal_leader\fP, const Comm& \fIpeer_comm\fP, int \fIremote_leader\fP, int \fItag\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Intercomm_merge.3in b/ompi/mpi/man/man3/MPI_Intercomm_merge.3in index 869182bb97..b5862c8ca6 100644 --- a/ompi/mpi/man/man3/MPI_Intercomm_merge.3in +++ b/ompi/mpi/man/man3/MPI_Intercomm_merge.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Intercomm_merge 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Intercomm_merge(MPI_Comm \fIintercomm\fP, int\fI high\fP, MPI_Comm\fI *newintracomm\fP +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -20,11 +21,13 @@ MPI_INTERCOMM_MERGE(\fIINTERCOMM, HIGH, NEWINTRACOMM, IERROR\fP) INTEGER \fIINTERCOMM, NEWINTRACOMM, IERROR\fP LOGICAL \fIHIGH\fP +.fi .SH C++ Syntax .nf #include Intracomm Intercomm::Merge(bool \fIhigh\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Iprobe.3in b/ompi/mpi/man/man3/MPI_Iprobe.3in index 366bf961dd..49262f8192 100644 --- a/ompi/mpi/man/man3/MPI_Iprobe.3in +++ b/ompi/mpi/man/man3/MPI_Iprobe.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Iprobe 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Iprobe(int \fIsource\fP, int\fI tag\fP, MPI_Comm\fI comm\fP, int\fI *flag\fP, MPI_Status\fI *status\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -20,6 +21,7 @@ MPI_IPROBE(\fISOURCE, TAG, COMM, FLAG, STATUS, IERROR\fP) LOGICAL \fIFLAG\fP INTEGER \fISOURCE, TAG, COMM, STATUS(MPI_STATUS_SIZE), IERROR\fP +.fi .SH C++ Syntax .nf #include @@ -27,6 +29,7 @@ bool Comm::Iprobe(int \fIsource\fP, int \fItag\fP, Status& \fIstatus\fP) const bool Comm::Iprobe(int \fIsource\fP, int \fItag\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Irecv.3in b/ompi/mpi/man/man3/MPI_Irecv.3in index 0c59519cc8..96437db8c3 100644 --- a/ompi/mpi/man/man3/MPI_Irecv.3in +++ b/ompi/mpi/man/man3/MPI_Irecv.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Irecv 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Irecv(void *\fIbuf\fP, int\fI count\fP, MPI_Datatype\fI datatype\fP, int\fI source\fP, int\fI tag\fP, MPI_Comm\fI comm\fP, MPI_Request\fI *request\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -21,12 +22,14 @@ MPI_IRECV(\fIBUF, COUNT, DATATYPE, SOURCE, TAG, COMM, REQUEST, \fIBUF\fP(*) INTEGER \fICOUNT, DATATYPE, SOURCE, TAG, COMM, REQUEST, IERROR\fP +.fi .SH C++ Syntax .nf #include Request Comm::Irecv(void* \fIbuf\fP, int \fIcount\fP, const Datatype& \fIdatatype\fP, int \fIsource\fP, int \fItag\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Irsend.3in b/ompi/mpi/man/man3/MPI_Irsend.3in index 543cc8cd82..3cdc206db2 100644 --- a/ompi/mpi/man/man3/MPI_Irsend.3in +++ b/ompi/mpi/man/man3/MPI_Irsend.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Irsend 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Irsend(void *\fIbuf\fP, int\fI count\fP, MPI_Datatype\fI datatype\fP, int\fI dest\fP, int\fI tag\fP, MPI_Comm\fI comm\fP, MPI_Request\fI *request\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -20,12 +21,14 @@ MPI_IRSEND(\fIBUF, COUNT, DATATYPE, DEST, TAG, COMM, REQUEST, IERROR\fP) \fIBUF\fP(*) INTEGER \fICOUNT, DATATYPE, DEST, TAG, COMM, REQUEST, IERROR\fP +.fi .SH C++ Syntax .nf #include Request Comm::Irsend(const void* \fIbuf\fP, int \fIcount\fP, const Datatype& \fIdatatype\fP, int \fIdest\fP, int \fItag\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Is_thread_main.3in b/ompi/mpi/man/man3/MPI_Is_thread_main.3in index 636597a770..5836729116 100644 --- a/ompi/mpi/man/man3/MPI_Is_thread_main.3in +++ b/ompi/mpi/man/man3/MPI_Is_thread_main.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Is_thread_main 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" @@ -13,6 +13,7 @@ #include int MPI_Is_thread_main(int *\fIflag\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -20,11 +21,13 @@ MPI_IS_THREAD_MAIN(\fIFLAG, IERROR\fP) LOGICAL \fIFLAG\fP INTEGER \fIIERROR\fP +.fi .SH C++ Syntax .nf #include bool MPI::Is_thread_main() +.fi .SH OUTPUT PARAMETERS .TP 1i flag diff --git a/ompi/mpi/man/man3/MPI_Isend.3in b/ompi/mpi/man/man3/MPI_Isend.3in index ddfd122733..98c4d8eff3 100644 --- a/ompi/mpi/man/man3/MPI_Isend.3in +++ b/ompi/mpi/man/man3/MPI_Isend.3in @@ -1,6 +1,6 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2007-2008 Sun Microsystems, Inc. -.\"Copyright (c) 1996 Thinking Machines Corporation +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2007-2008 Sun Microsystems, Inc. +.\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Isend 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME \fBMPI_Isend\fP \- Starts a standard-mode, nonblocking send. @@ -13,6 +13,7 @@ int MPI_Isend(void *\fIbuf\fP, int\fI count\fP, MPI_Datatype\fI datatype\fP, int\fI dest\fP, int\fI tag\fP, MPI_Comm\fI comm\fP, MPI_Request\fI *request\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -20,12 +21,14 @@ MPI_ISEND(\fIBUF, COUNT, DATATYPE, DEST, TAG, COMM, REQUEST, IERROR\fP) \fIBUF\fP(*) INTEGER \fICOUNT, DATATYPE, DEST, TAG, COMM, REQUEST, IERROR\fP +.fi .SH C++ Syntax .nf #include Request Comm::Isend(const void* \fIbuf\fP, int \fIcount\fP, const Datatype& \fIdatatype\fP, int \fIdest\fP, int \fItag\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Issend.3in b/ompi/mpi/man/man3/MPI_Issend.3in index 79b530e3e0..5e229c4651 100644 --- a/ompi/mpi/man/man3/MPI_Issend.3in +++ b/ompi/mpi/man/man3/MPI_Issend.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Issend 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Issend(void *\fIbuf\fP, int\fI count\fP, MPI_Datatype\fI datatype\fP, int\fI dest\fP, int\fI tag\fP, MPI_Comm\fI comm\fP, MPI_Request\fI *request\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -20,12 +21,14 @@ MPI_ISSEND(\fIBUF, COUNT, DATATYPE, DEST, TAG, COMM, REQUEST, IERROR\fP) \fIBUF\fP(*) INTEGER \fICOUNT, DATATYPE, DEST, TAG, COMM, REQUEST, IERROR\fP +.fi .SH C++ Syntax .nf #include Request Comm::Issend(const void* \fIbuf\fP, int \fIcount\fP, const Datatype& \fIdatatype\fP, int \fIdest\fP, int \fItag\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Keyval_create.3in b/ompi/mpi/man/man3/MPI_Keyval_create.3in index b030dfbe94..40324f5b45 100644 --- a/ompi/mpi/man/man3/MPI_Keyval_create.3in +++ b/ompi/mpi/man/man3/MPI_Keyval_create.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Keyval_create 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Keyval_create(MPI_Copy_function *\fIcopy_fn\fP, MPI_Delete_function *\fIdelete_fn\fP, int *\fIkeyval\fP, void *\fIextra_state\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -21,6 +22,7 @@ MPI_KEYVAL_CREATE(\fICOPY_FN, DELETE_FN, KEYVAL, EXTRA_STATE, IERROR\fP) INTEGER \fIKEYVAL, EXTRA_STATE, IERROR\fP +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Keyval_free.3in b/ompi/mpi/man/man3/MPI_Keyval_free.3in index 37af4e809b..5a9ba3ffc3 100644 --- a/ompi/mpi/man/man3/MPI_Keyval_free.3in +++ b/ompi/mpi/man/man3/MPI_Keyval_free.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Keyval_free 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,6 +12,7 @@ #include int MPI_Keyval_free(int *\fIkeyval\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -19,6 +20,7 @@ MPI_KEYVAL_FREE(\fIKEYVAL, IERROR\fP) INTEGER \fIKEYVAL, IERROR\fP +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Lookup_name.3in b/ompi/mpi/man/man3/MPI_Lookup_name.3in index 6906ab8299..7be8337782 100644 --- a/ompi/mpi/man/man3/MPI_Lookup_name.3in +++ b/ompi/mpi/man/man3/MPI_Lookup_name.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2007-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2007-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Lookup_name 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" @@ -7,6 +7,7 @@ .nf \fBMPI_Lookup_name\fP \- Finds port associated with a service name +.fi .SH SYNTAX .ft R @@ -16,6 +17,7 @@ int MPI_Lookup_name(char *\fIservice_name\fP, MPI_Info \fIinfo\fP, char *\fIport_name\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -23,12 +25,14 @@ MPI_LOOKUP_NAME(\fISERVICE_NAME, INFO, PORT_NAME, IERROR\fP) CHARACTER*(*) \fISERVICE_NAME, PORT_NAME\fP INTEGER \fIINFO, IERROR\fP +.fi .SH C++ Syntax .nf #include void MPI::Lookup_name(const char *\fIservice_name\fP, const MPI::Info& \fIinfo\fP, char* \fIport_name\fP) +.fi .SH INPUT PARAMETERS .ft R .TP 1.4i diff --git a/ompi/mpi/man/man3/MPI_Op_create.3in b/ompi/mpi/man/man3/MPI_Op_create.3in index 74915507ed..1feb87a6d2 100644 --- a/ompi/mpi/man/man3/MPI_Op_create.3in +++ b/ompi/mpi/man/man3/MPI_Op_create.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Op_create 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Op_create(MPI_User_function *\fIfunction\fP, int\fI commute\fP, MPI_Op *\fIop\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -21,11 +22,13 @@ MPI_OP_CREATE(\fIFUNCTION, COMMUTE, OP, IERROR\fP) LOGICAL \fICOMMUTE\fP INTEGER \fIOP, IERROR\fP +.fi .SH C++ Syntax .nf #include void Op::Init(User function* \fIfunction\fP, bool \fIcommute\fP) +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Op_free.3in b/ompi/mpi/man/man3/MPI_Op_free.3in index ceb7911f88..f0e1f04c91 100644 --- a/ompi/mpi/man/man3/MPI_Op_free.3in +++ b/ompi/mpi/man/man3/MPI_Op_free.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Op_free 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ #include int MPI_Op_free(MPI_Op *\fIop\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_OP_FREE(\fIOP, IERROR\fP) INTEGER \fIOP, IERROR\fP +.fi .SH C++ Syntax .nf #include void Op::Free() +.fi .SH INPUT/OUTPUT PARAMETER .TP 1i op diff --git a/ompi/mpi/man/man3/MPI_Open_port.3in b/ompi/mpi/man/man3/MPI_Open_port.3in index 8697a64fa3..a7ed799263 100644 --- a/ompi/mpi/man/man3/MPI_Open_port.3in +++ b/ompi/mpi/man/man3/MPI_Open_port.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2007-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2007-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Open_port 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,6 +12,7 @@ #include int MPI_Open_port(MPI_Info \fIinfo\fP, char *\fIport_name\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -19,11 +20,13 @@ MPI_OPEN_PORT(\fIINFO, PORT_NAME, IERROR\fP) CHARACTER*(*) \fIPORT_NAME\fP INTEGER \fIINFO, IERROR\fP +.fi .SH C++ Syntax .nf #include void MPI::Open_port(const MPI::Info& \fIinfo\fP, char* \fIport_name\fP) +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Pack.3in b/ompi/mpi/man/man3/MPI_Pack.3in index 0545aeb814..e31fc8ef1d 100644 --- a/ompi/mpi/man/man3/MPI_Pack.3in +++ b/ompi/mpi/man/man3/MPI_Pack.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Pack 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Pack(void *\fIinbuf\fP, int\fI incount\fP, MPI_Datatype\fI datatype\fP, void\fI *outbuf\fP, int\fI outsize\fP, int\fI *position\fP, MPI_Comm\fI comm\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -21,12 +22,14 @@ MPI_PACK(\fIINBUF, INCOUNT, DATATYPE, OUTBUF,OUTSIZE, POSITION, \fIINBUF(*), OUTBUF(*)\fP INTEGER \fIINCOUNT, DATATYPE, OUTSIZE, POSITION, COMM, IERROR\fP +.fi .SH C++ Syntax .nf #include void Datatype::Pack(const void* \fIinbuf\fP, int \fIincount\fP, void *\fIoutbuf\fP, int \fIoutsize\fP, int& \fIposition\fP, const Comm &\fIcomm\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i @@ -90,6 +93,7 @@ The input value of \fIposition\fP is the first location in the output buffer to } +.fi .SH ERRORS Almost all MPI routines return an error value; C routines as the value of the function and Fortran routines in the last argument. C++ functions do not return errors. If the default error handler is set to MPI::ERRORS_THROW_EXCEPTIONS, then on error the C++ exception mechanism will be used to throw an MPI::Exception object. .sp diff --git a/ompi/mpi/man/man3/MPI_Pack_external.3in b/ompi/mpi/man/man3/MPI_Pack_external.3in index 9c4bbd21d9..d592494342 100644 --- a/ompi/mpi/man/man3/MPI_Pack_external.3in +++ b/ompi/mpi/man/man3/MPI_Pack_external.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Pack_external 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" @@ -17,6 +17,7 @@ int MPI_Pack_external(char *\fIdatarep\fP, void *\fIinbuf\fP, void *\fIoutbuf\fP, MPI_Aint \fIoutsize\fP, MPI_Aint *\fIposition\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -28,6 +29,7 @@ MPI_PACK_EXTERNAL(\fIDATAREP, INBUF, INCOUNT, DATATYPE, CHARACTER*(*) \fIDATAREP\fP \fIINBUF(*), OUTBUF(*)\fP +.fi .SH C++ Syntax .nf #include @@ -36,6 +38,7 @@ void MPI::Datatype::Pack_external(const char* \fIdatarep\fP, void* \fIoutbuf\fP, MPI::Aint \fIoutsize\fP, MPI::Aint& \fIposition\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i @@ -119,6 +122,7 @@ to MPI_Pack_external. MPI_DOUBLE, &msg, i, &position); } +.fi .SH NOTES .ft R The \fIdatarep\fP argument specifies the data format. The only valid diff --git a/ompi/mpi/man/man3/MPI_Pack_external_size.3in b/ompi/mpi/man/man3/MPI_Pack_external_size.3in index 75d2e2fc9f..aa97a54639 100644 --- a/ompi/mpi/man/man3/MPI_Pack_external_size.3in +++ b/ompi/mpi/man/man3/MPI_Pack_external_size.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Pack_external_size 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" @@ -16,6 +16,7 @@ to write to a portable format int MPI_Pack_external_size(char *\fIdatarep\fP, int \fIincount\fP, MPI_Datatype \fIdatatype\fP, MPI_Aint *\fIsize\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -25,12 +26,14 @@ MPI_PACK_EXTERNAL_SIZE(\fIDATAREP, INCOUNT, DATATYPE, SIZE, IERROR\fP) INTEGER (KIND=MPI_ADDRESS_KIND) \fISIZE\fP CHARACTER*(*) \fIDATAREP\fP +.fi .SH C++ Syntax .nf #include MPI::Aint MPI::Datatype::Pack_external_size(const char* \fIdatarep\fP, int \fIincount\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Pack_size.3in b/ompi/mpi/man/man3/MPI_Pack_size.3in index da27d6238d..866661baa1 100644 --- a/ompi/mpi/man/man3/MPI_Pack_size.3in +++ b/ompi/mpi/man/man3/MPI_Pack_size.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Pack_size 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,17 +13,20 @@ int MPI_Pack_size(int \fIincount\fP, MPI_Datatype\fI datatype\fP, MPI_Comm\fI comm\fP, int\fI *size\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_PACK_SIZE(\fIINCOUNT, DATATYPE, COMM, SIZE, IERROR\fP) INTEGER \fIINCOUNT, DATATYPE, COMM, SIZE, IERROR\fP +.fi .SH C++ Syntax .nf #include int Datatype::Pack_size(int \fIincount\fP, const Comm& \fIcomm\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Pcontrol.3in b/ompi/mpi/man/man3/MPI_Pcontrol.3in index dae9736519..09a5e8f462 100644 --- a/ompi/mpi/man/man3/MPI_Pcontrol.3in +++ b/ompi/mpi/man/man3/MPI_Pcontrol.3in @@ -1,4 +1,4 @@ -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Pcontrol 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -11,17 +11,20 @@ #include int MPI_Pcontrol(const int \fIlevel\fP, \&... ) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_PCONTROL(\fILEVEL\fP) INTEGER \fILEVEL\fP, \&... +.fi .SH C++ Syntax .nf #include void Pcontrol(const int \fIlevel\fP, \...) +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Probe.3in b/ompi/mpi/man/man3/MPI_Probe.3in index 6685a7caff..2d342f28da 100644 --- a/ompi/mpi/man/man3/MPI_Probe.3in +++ b/ompi/mpi/man/man3/MPI_Probe.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Probe 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,12 +12,14 @@ #include int MPI_Probe(int \fIsource\fP, int\fI tag\fP, MPI_Comm\fI comm\fP, MPI_Status\fI *status\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_PROBE(\fISOURCE, TAG, COMM, STATUS, IERROR\fP) INTEGER \fISOURCE, TAG, COMM, STATUS(MPI_STATUS_SIZE), IERROR\fP +.fi .SH C++ Syntax .nf #include @@ -25,6 +27,7 @@ void Comm::Probe(int \fIsource\fP, int \fItag\fP, Status& \fIstatus\fP) const void Comm::Probe(int \fIsource\fP, int \fItag\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Publish_name.3in b/ompi/mpi/man/man3/MPI_Publish_name.3in index f1dd9330c0..16cfb6defb 100644 --- a/ompi/mpi/man/man3/MPI_Publish_name.3in +++ b/ompi/mpi/man/man3/MPI_Publish_name.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2007-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2007-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Publish_name 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" @@ -7,6 +7,7 @@ .nf \fBMPI_Publish_name\fP \- Publishes a service name associated with a port +.fi .SH SYNTAX .ft R @@ -16,6 +17,7 @@ int MPI_Publish_name(char *\fIservice_name\fP, MPI_Info \fIinfo\fP, char *\fIport_name\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -23,12 +25,14 @@ MPI_PUBLISH_NAME(\fISERVICE_NAME, INFO, PORT_NAME, IERROR\fP) CHARACTER*(*) \fISERVICE_NAME, PORT_NAME\fP INTEGER \fIINFO, IERROR\fP +.fi .SH C++ Syntax .nf #include void MPI::Publish_name(const char* \fIservice_name\fP, const MPI::Info& \fIinfo\fP, const char* \fIport_name\fP) +.fi .SH INPUT PARAMETERS .ft R .TP 1.4i diff --git a/ompi/mpi/man/man3/MPI_Put.3in b/ompi/mpi/man/man3/MPI_Put.3in index 7712361286..e362a7516e 100644 --- a/ompi/mpi/man/man3/MPI_Put.3in +++ b/ompi/mpi/man/man3/MPI_Put.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Put 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -14,6 +14,7 @@ MPI_Put(void *\fIorigin_addr\fP, int \fIorigin_count\fP, MPI_Datatype \fIorigin_datatype\fP, int \fItarget_rank\fP, MPI_Aint \fItarget_disp\fP, int \fItarget_count\fP, MPI_Datatype \fItarget_datatype\fP, MPI_Win \fIwin\fP) +.fi .SH Fortran Syntax (see FORTRAN 77 NOTES) .nf INCLUDE 'mpif.h' @@ -24,6 +25,7 @@ MPI_PUT(\fIORIGIN_ADDR, ORIGIN_COUNT, ORIGIN_DATATYPE, TARGET_RANK, INTEGER \fIORIGIN_COUNT, ORIGIN_DATATYPE, TARGET_RANK, TARGET_COUNT, TARGET_DATATYPE, WIN, IERROR\fP +.fi .SH C++ Syntax .nf #include @@ -32,6 +34,7 @@ void MPI::Win::Put(const void* \fIorigin_addr\fP, int \fIorigin_count\fP, const \fItarget_disp\fP, int \fItarget_count\fP, const MPI::Datatype& \fItarget_datatype\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Query_thread.3in b/ompi/mpi/man/man3/MPI_Query_thread.3in index a8ee0b51dd..f53a4de79d 100644 --- a/ompi/mpi/man/man3/MPI_Query_thread.3in +++ b/ompi/mpi/man/man3/MPI_Query_thread.3in @@ -1,6 +1,6 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. -.\"Copyright (c) 1996 Thinking Machines +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright (c) 1996 Thinking Machines .TH MPI_Query_thread 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -14,17 +14,20 @@ #include int MPI_Query_thread(int *\fIprovided\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_QUERY_THREAD(\fIPROVIDED, IERROR\fP) INTEGER \fIPROVIDED, IERROR \fP +.fi .SH C++ Syntax .nf #include int MPI::Query_thread() +.fi .SH OUTPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Recv.3in b/ompi/mpi/man/man3/MPI_Recv.3in index 3d8aee4778..93475dad23 100644 --- a/ompi/mpi/man/man3/MPI_Recv.3in +++ b/ompi/mpi/man/man3/MPI_Recv.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2007-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2007-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Recv 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Recv(void *\fIbuf\fP, int\fI count\fP, MPI_Datatype\fI datatype\fP, int\fI source\fP, int\fI tag\fP, MPI_Comm\fI comm\fP, MPI_Status\fI *status\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -21,6 +22,7 @@ MPI_RECV(\fIBUF, COUNT, DATATYPE, SOURCE, TAG, COMM, STATUS, IERROR\fP) INTEGER \fICOUNT, DATATYPE, SOURCE, TAG, COMM\fP INTEGER \fISTATUS(MPI_STATUS_SIZE), IERROR\fP +.fi .SH C++ Syntax .nf #include @@ -30,6 +32,7 @@ void Comm::Recv(void* \fIbuf\fP, int \fIcount\fP, const Datatype& \fIdatatype\fP void Comm::Recv(void* \fIbuf\fP, int \fIcount\fP, const Datatype& \fIdatatype\fP, int \fIsource\fP, int \fItag\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Recv_init.3in b/ompi/mpi/man/man3/MPI_Recv_init.3in index 54d8945ada..b9a067810c 100644 --- a/ompi/mpi/man/man3/MPI_Recv_init.3in +++ b/ompi/mpi/man/man3/MPI_Recv_init.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Recv_init 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Recv_init(void *\fIbuf\fP, int\fI count\fP, MPI_Datatype\fI datatype\fP, int\fI source\fP, int\fI tag\fP, MPI_Comm\fI comm\fP, MPI_Request\fI *request\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -21,12 +22,14 @@ MPI_RECV_INIT(\fIBUF, COUNT, DATATYPE, SOURCE, TAG, COMM, REQUEST, \fIBUF\fP(*) INTEGER \fICOUNT, DATATYPE, SOURCE, TAG, COMM, REQUEST, IERROR\fP +.fi .SH C++ Syntax .nf #include Prequest Comm::Recv_init(void* \fIbuf\fP, int \fIcount\fP, const Datatype& \fIdatatype\fP, int \fIsource\fP, int \fItag\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Reduce.3in b/ompi/mpi/man/man3/MPI_Reduce.3in index 4831318052..e2333856ff 100644 --- a/ompi/mpi/man/man3/MPI_Reduce.3in +++ b/ompi/mpi/man/man3/MPI_Reduce.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Reduce 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Reduce(void *\fIsendbuf\fP, void *\fIrecvbuf\fP, int\fI count\fP, MPI_Datatype\fI datatype\fP, MPI_Op\fI op\fP, int\fI root\fP, MPI_Comm\fI comm\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -21,6 +22,7 @@ MPI_REDUCE(\fISENDBUF, RECVBUF, COUNT, DATATYPE, OP, ROOT, COMM, \fISENDBUF(*), RECVBUF(*)\fP INTEGER \fICOUNT, DATATYPE, OP, ROOT, COMM, IERROR\fP +.fi .SH C++ Syntax .nf #include @@ -28,6 +30,7 @@ void MPI::Intracomm::Reduce(const void* \fIsendbuf\fP, void* \fIrecvbuf\fP, int \fIcount\fP, const MPI::Datatype& \fIdatatype\fP, const MPI::Op& \fIop\fP, int \fIroot\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i @@ -178,6 +181,7 @@ Now, the valid datatypes for each option is specified below. ! return result at process zero (and garbage at the other nodes) RETURN +.fi .SH MINLOC AND MAXLOC .ft R The operator MPI_MINLOC is used to compute a global minimum and also an index attached to the minimum value. MPI_MAXLOC similarly computes a global maximum and index. One application of these is to compute a global minimum (maximum) and the rank of the process containing this value. @@ -322,6 +326,7 @@ largest value. ind[i] = out[i].rank; } } +.fi .sp .fi \fBExample 4:\fR Same example, in Fortran. diff --git a/ompi/mpi/man/man3/MPI_Reduce_local.3in b/ompi/mpi/man/man3/MPI_Reduce_local.3in index 397bbbccde..028b314dd0 100644 --- a/ompi/mpi/man/man3/MPI_Reduce_local.3in +++ b/ompi/mpi/man/man3/MPI_Reduce_local.3in @@ -1,5 +1,5 @@ -.\"Copyright 2006-2008 Sun Microsystems, Inc. -.\"Copyright 2009-2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2009-2010 Cisco Systems, Inc. All rights reserved. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Reduce_local 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Reduce_local(void *\fIinbuf\fP, void *\fIinoutbuf\fP, int\fI count\fP, MPI_Datatype\fI datatype\fP, MPI_Op\fI op\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -20,12 +21,14 @@ MPI_REDUCE_LOCAL(\fIINBUF, INOUTBUF, COUNT, DATATYPE, OP, IERROR\fP) \fIINBUF(*), INOUTBUF(*)\fP INTEGER \fICOUNT, DATATYPE, OP, IERROR\fP +.fi .SH C++ Syntax .nf #include void MPI::Op::Reduce_local(const void* \fIinbuf\fP, void* \fIinoutbuf\fP, int \fIcount\fP, const MPI::Datatype& \fIdatatype\fP, const MPI::Op& \fIop\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Reduce_scatter.3in b/ompi/mpi/man/man3/MPI_Reduce_scatter.3in index a5064784db..c03b9984d3 100644 --- a/ompi/mpi/man/man3/MPI_Reduce_scatter.3in +++ b/ompi/mpi/man/man3/MPI_Reduce_scatter.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Reduce_scatter 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Reduce_scatter(void *\fIsendbuf\fP, void\fI *recvbuf\fP, int\fI *recvcounts\fP, MPI_Datatype\fI datatype\fP, MPI_Op\fI op\fP, MPI_Comm\fI comm\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -21,6 +22,7 @@ MPI_REDUCE_SCATTER(\fISENDBUF, RECVBUF, RECVCOUNTS, DATATYPE, OP, \fISENDBUF(*), RECVBUF(*)\fP INTEGER \fIRECVCOUNTS(*), DATATYPE, OP, COMM, IERROR \fP +.fi .SH C++ Syntax .nf #include @@ -28,6 +30,7 @@ void MPI::Comm::Reduce_scatter(const void* \fIsendbuf\fP, void* \fIrecvbuf\fP, int \fIrecvcounts\fP[], const MPI::Datatype& \fIdatatype\fP, const MPI::Op& \fIop\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Register_datarep.3in b/ompi/mpi/man/man3/MPI_Register_datarep.3in index 694ee0f8f5..bbbad3d10d 100644 --- a/ompi/mpi/man/man3/MPI_Register_datarep.3in +++ b/ompi/mpi/man/man3/MPI_Register_datarep.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Register_datarep 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -29,6 +29,7 @@ Fortran Syntax INTEGER \fIIERROR\fP INTEGER(KIND=MPI_ADDRESS_KIND) \fIEXTRA_STATE\fP +.fi .SH C++ Syntax .nf #include @@ -38,6 +39,7 @@ void MPI::Register_datarep(const char* \fIdatarep\fP, MPI::Datarep_extent_function* \fIdtype_file_extent_fn\fP, void* \fIextra_state\fP) +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Request_free.3in b/ompi/mpi/man/man3/MPI_Request_free.3in index 9ac949479c..725d8cfe37 100644 --- a/ompi/mpi/man/man3/MPI_Request_free.3in +++ b/ompi/mpi/man/man3/MPI_Request_free.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Request_free 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ #include int MPI_Request_free(MPI_Request *request) +.fi .SH Fortran Syntax .nf \s-1INCLUDE\s0 'mpif.h' MPI_REQUEST_FREE(REQUEST, IERROR) INTEGER REQUEST, IERROR +.fi .SH C++ Syntax .nf #include void Request::Free() +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Request_get_status.3in b/ompi/mpi/man/man3/MPI_Request_get_status.3in index e2260a0ce9..c15b5f3f8c 100644 --- a/ompi/mpi/man/man3/MPI_Request_get_status.3in +++ b/ompi/mpi/man/man3/MPI_Request_get_status.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Request_get_status 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,6 +12,7 @@ #include int MPI_Request_get_status(MPI_Request \fIrequest\fP, int \fI*flag\fP, MPI_Status \fI*status\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -19,6 +20,7 @@ MPI_REQUEST_FREE(\fIREQUEST\fP, \fIFLAG\fP, \fISTATUS\fP, \fIIERROR\fP) INTEGER REQUEST, STATUS(MPI_STATUS_SIZE), IERROR LOGICAL FLAG +.fi .SH C++ Syntax .nf #include @@ -26,6 +28,7 @@ bool MPI::Request::Get_status(MPI::Status& \fIstatus\fP) const bool MPI::Request::Get_status() const +.fi .SH INPUT PARAMETER .ft .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Rsend.3in b/ompi/mpi/man/man3/MPI_Rsend.3in index 20a6841337..45ceedbb10 100644 --- a/ompi/mpi/man/man3/MPI_Rsend.3in +++ b/ompi/mpi/man/man3/MPI_Rsend.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Rsend 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Rsend(void *\fIbuf\fP, int\fI count\fP, MPI_Datatype\fI datatype\fP, int\fI dest\fP, int\fI tag\fP, MPI_Comm\fI comm\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -20,12 +21,14 @@ MPI_RSEND(\fIBUF, COUNT, DATATYPE, DEST, TAG, COMM, IERROR\fP) \fIBUF\fP(*) INTEGER \fICOUNT, DATATYPE, DEST, TAG, COMM, IERROR\fP +.fi .SH C++ Syntax .nf #include void Comm::Rsend(const void* \fIbuf\fP, int \fIcount\fP, const Datatype& \fIdatatype\fP, int \fIdest\fP, int \fItag\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Rsend_init.3in b/ompi/mpi/man/man3/MPI_Rsend_init.3in index d3961ed106..bac7aea88a 100644 --- a/ompi/mpi/man/man3/MPI_Rsend_init.3in +++ b/ompi/mpi/man/man3/MPI_Rsend_init.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Rsend_init 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Rsend_init(void *\fIbuf\fP, int\fI count\fP, MPI_Datatype\fI datatype\fP, int\fI dest\fP, int\fI tag\fP, MPI_Comm\fI comm\fP, MPI_Request\fI *request\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -21,12 +22,14 @@ MPI_RSEND_INIT(\fIBUF, COUNT, DATATYPE, DEST, TAG, COMM, REQUEST, \fIBUF\fP(*) INTEGER \fICOUNT, DATATYPE, DEST, TAG, COMM, REQUEST, IERROR\fP +.fi .SH C++ Syntax .nf #include Prequest Comm::Rsend_init(const void* \fIbuf\fP, int \fIcount\fP, const Datatype& \fIdatatype\fP, int \fIdest\fP, int \fItag\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Scan.3in b/ompi/mpi/man/man3/MPI_Scan.3in index 7a73d86e4e..2a645723b0 100644 --- a/ompi/mpi/man/man3/MPI_Scan.3in +++ b/ompi/mpi/man/man3/MPI_Scan.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Scan 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" @@ -15,6 +15,7 @@ int MPI_Scan(void *\fIsendbuf\fP, void *\fIrecvbuf\fP, int \fIcount\fP, MPI_Datatype \fIdatatype\fP, MPI_Op \fIop\fP, MPI_Comm \fIcomm\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -22,6 +23,7 @@ MPI_SCAN(\fISENDBUF, RECVBUF, COUNT, DATATYPE, OP, COMM, IERROR\fP) \fISENDBUF(*), RECVBUF(*)\fP INTEGER \fICOUNT, DATATYPE, OP, COMM, IERROR\fP +.fi .SH C++ Syntax .nf #include @@ -29,6 +31,7 @@ void MPI::Intracomm::Scan(const void* \fIsendbuf\fP, void* \fIrecvbuf\fP, int \fIcount\fP, const MPI::Datatype& \fIdatatype\fP, const MPI::Op& \fIop\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i @@ -88,6 +91,7 @@ logical(j). The operator that produces this effect is [ u ] [ v ] [ w ] [ ] o [ ] = [ ] [ i ] [ j ] [ j ] +.fi .sp where .sp diff --git a/ompi/mpi/man/man3/MPI_Scatter.3in b/ompi/mpi/man/man3/MPI_Scatter.3in index 00f04bef33..dd7752535a 100644 --- a/ompi/mpi/man/man3/MPI_Scatter.3in +++ b/ompi/mpi/man/man3/MPI_Scatter.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Scatter 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -14,6 +14,7 @@ int MPI_Scatter(void *\fIsendbuf\fP, int\fI sendcount\fP, MPI_Datatype\fI sendty void\fI *recvbuf\fP, int\fI recvcount\fP, MPI_Datatype\fI recvtype\fP, int\fI root\fP, MPI_Comm\fI comm\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -23,6 +24,7 @@ MPI_SCATTER(\fISENDBUF, SENDCOUNT, SENDTYPE, RECVBUF, RECVCOUNT, INTEGER \fISENDCOUNT, SENDTYPE, RECVCOUNT, RECVTYPE, ROOT\fP INTEGER \fICOMM, IERROR\fP +.fi .SH C++ Syntax .nf #include @@ -31,6 +33,7 @@ void MPI::Comm::Scatter(const void* \fIsendbuf\fP, int \fIsendcount\fP, int \fIrecvcount\fP, const MPI::Datatype& \fIrecvtype\fP, int \fIroot\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Scatterv.3in b/ompi/mpi/man/man3/MPI_Scatterv.3in index 2fdedfb191..092125be31 100644 --- a/ompi/mpi/man/man3/MPI_Scatterv.3in +++ b/ompi/mpi/man/man3/MPI_Scatterv.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Scatterv 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -14,6 +14,7 @@ int MPI_Scatterv(void *\fIsendbuf\fP, int\fI *sendcounts\fP, int\fI *displs\fP, MPI_Datatype\fI sendtype\fP, void\fI *recvbuf\fP, int\fI recvcount\fP, MPI_Datatype\fI recvtype\fP, int\fI root\fP, MPI_Comm\fI comm\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -23,6 +24,7 @@ MPI_SCATTERV(\fISENDBUF, SENDCOUNTS, DISPLS, SENDTYPE, RECVBUF, INTEGER \fISENDCOUNTS(*), DISPLS(*), SENDTYPE\fP INTEGER \fIRECVCOUNT, RECVTYPE, ROOT, COMM, IERROR\fP +.fi .SH C++ Syntax .nf #include @@ -31,6 +33,7 @@ void MPI::Comm::Scatterv(const void* \fIsendbuf\fP, const int \fIsendcounts\fP[] void* \fIrecvbuf\fP, int \fIrecvcount\fP, const MPI::Datatype& \fIrecvtype\fP, int \fIroot\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Send.3in b/ompi/mpi/man/man3/MPI_Send.3in index 4c304ba750..cb03532894 100644 --- a/ompi/mpi/man/man3/MPI_Send.3in +++ b/ompi/mpi/man/man3/MPI_Send.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2007-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2007-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Send 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Send(void *\fIbuf\fP, int\fI count\fP, MPI_Datatype\fI datatype\fP, int\fI dest\fP, int\fI tag\fP, MPI_Comm\fI comm\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -20,12 +21,14 @@ MPI_SEND(\fIBUF, COUNT, DATATYPE, DEST, TAG, COMM, IERROR\fP) \fIBUF(*)\fP INTEGER \fICOUNT, DATATYPE, DEST, TAG, COMM, IERROR\fP +.fi .SH C++ Syntax .nf #include void Comm::Send(const void* \fIbuf\fP, int \fIcount\fP, const Datatype& \fIdatatype\fP, int \fIdest\fP, int \fItag\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Send_init.3in b/ompi/mpi/man/man3/MPI_Send_init.3in index 0f7822169f..ac6f4cb7fd 100644 --- a/ompi/mpi/man/man3/MPI_Send_init.3in +++ b/ompi/mpi/man/man3/MPI_Send_init.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Send_init 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Send_init(void *\fIbuf\fP, int\fI count\fP, MPI_Datatype\fI datatype\fP, int\fI dest\fP, int\fI tag\fP, MPI_Comm\fI comm\fP, MPI_Request\fI *request\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -22,12 +23,14 @@ MPI_SEND_INIT(\fIBUF, COUNT, DATATYPE, DEST, TAG, COMM, REQUEST, INTEGER \fIREQUEST, COUNT, DATATYPE, DEST, TAG\fP INTEGER \fICOMM, REQUEST, IERROR\fP +.fi .SH C++ Syntax .nf #include Prequest Comm::Send_init(const void* \fIbuf\fP, int \fIcount\fP, const Datatype& \fIdatatype\fP, int \fIdest\fP, int \fItag\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Sendrecv.3in b/ompi/mpi/man/man3/MPI_Sendrecv.3in index b922eff96b..55acce94f5 100644 --- a/ompi/mpi/man/man3/MPI_Sendrecv.3in +++ b/ompi/mpi/man/man3/MPI_Sendrecv.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Sendrecv 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -15,6 +15,7 @@ int MPI_Sendrecv(void *\fIsendbuf\fP, int\fI sendcount\fP, MPI_Datatype\fI sendt MPI_Datatype\fI recvtype\fP, int\fI source\fP, int\fI recvtag\fP, MPI_Comm\fI comm\fP, MPI_Status\fI *status\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -26,6 +27,7 @@ MPI_SENDRECV(\fISENDBUF, SENDCOUNT, SENDTYPE, DEST, SENDTAG, INTEGER \fIRECVCOUNT, RECVTYPE, SOURCE, RECVTAG, COMM\fP INTEGER \fISTATUS(MPI_STATUS_SIZE), IERROR\fP +.fi .SH C++ Syntax .nf #include @@ -39,6 +41,7 @@ void Comm::Sendrecv(const void *\fIsendbuf\fP, int \fIsendcount\fP, const int \fIrecvcount\fP, const Datatype& \fIrecvtype\fP, int \fIsource\fP, int \fIrecvtag\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Sendrecv_replace.3in b/ompi/mpi/man/man3/MPI_Sendrecv_replace.3in index 560d973d09..fef0c18b46 100644 --- a/ompi/mpi/man/man3/MPI_Sendrecv_replace.3in +++ b/ompi/mpi/man/man3/MPI_Sendrecv_replace.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Sendrecv_replace 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -14,6 +14,7 @@ int MPI_Sendrecv_replace(void *\fIbuf\fP, int\fI count\fP, MPI_Datatype\fI datat int\fI dest\fP, int\fI sendtag\fP, int\fI source\fP, int\fI recvtag\fP, MPI_Comm\fI comm\fP, MPI_Status\fI *status\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -24,6 +25,7 @@ MPI_SENDRECV_REPLACE(\fIBUF, COUNT, DATATYPE, DEST, SENDTAG, SOURCE, INTEGER \fISOURCE, RECVTAG, COMM\fP INTEGER \fISTATUS(MPI_STATUS_SIZE), IERROR\fP +.fi .SH C++ Syntax .nf #include @@ -35,6 +37,7 @@ void Comm::Sendrecv_replace(void* \fIbuf\fP, int \fIcount\fP, const Datatype& \fIdatatype\fP, int \fIdest\fP, int \fIsendtag\fP, int \fIsource\fP, int \fIrecvtag\fP) const +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Sizeof.3in b/ompi/mpi/man/man3/MPI_Sizeof.3in index bf530dc477..8f353d573f 100644 --- a/ompi/mpi/man/man3/MPI_Sizeof.3in +++ b/ompi/mpi/man/man3/MPI_Sizeof.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Sizeof 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" @@ -16,6 +16,7 @@ MPI_SIZEOF(\fIX, SIZE, IERROR\fP) \fIX\fP INTEGER \fISIZE, IERROR\fP +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Ssend.3in b/ompi/mpi/man/man3/MPI_Ssend.3in index b9e62610d9..c10ddc30b6 100644 --- a/ompi/mpi/man/man3/MPI_Ssend.3in +++ b/ompi/mpi/man/man3/MPI_Ssend.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Ssend 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Ssend(void *\fIbuf\fP, int\fI count\fP, MPI_Datatype\fI datatype\fP, int\fI dest\fP, int\fI tag\fP, MPI_Comm\fI comm\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -20,12 +21,14 @@ MPI_SSEND(\fIBUF, COUNT, DATATYPE, DEST, TAG, COMM, IERROR\fP) \fIBUF\fP(*) INTEGER \fICOUNT, DATATYPE, DEST, TAG, COMM, IERROR\fP +.fi .SH C++ Syntax .nf #include void Comm::Ssend(const void* \fIbuf\fP, int \fIcount\fP, const Datatype& \fIdatatype\fP, int \fIdest\fP, int \fItag\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Ssend_init.3in b/ompi/mpi/man/man3/MPI_Ssend_init.3in index dd5d3b8e26..c436755fc7 100644 --- a/ompi/mpi/man/man3/MPI_Ssend_init.3in +++ b/ompi/mpi/man/man3/MPI_Ssend_init.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Ssend_init 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Ssend_init(void *\fIbuf\fP, int\fI count\fP, MPI_Datatype\fI datatype\fP, int\fI dest\fP, int\fI tag\fP, MPI_Comm\fI comm\fP, MPI_Request\fI *request\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -21,12 +22,14 @@ MPI_SSEND_INIT(\fIBUF, COUNT, DATATYPE, DEST, TAG, COMM, REQUEST, \fIBUF\fP(*) INTEGER \fICOUNT, DATATYPE, DEST, TAG, COMM, REQUEST, IERROR\fP +.fi .SH C++ Syntax .nf #include Prequest Comm::Ssend_init(const void* \fIbuf\fP, int \fIcount\fP, const Datatype& \fIdatatype\fP, int \fIdest\fP, int \fItag\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Start.3in b/ompi/mpi/man/man3/MPI_Start.3in index 41926aad76..955cb4f1a8 100644 --- a/ompi/mpi/man/man3/MPI_Start.3in +++ b/ompi/mpi/man/man3/MPI_Start.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Start 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ #include int MPI_Start(MPI_Request *\fIrequest\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_START(\fIREQUEST, IERROR\fP) INTEGER \fIREQUEST, IERROR\fP +.fi .SH C++ Syntax .nf #include void Prequest::Start() +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Startall.3in b/ompi/mpi/man/man3/MPI_Startall.3in index 7a2ca78b57..9710821eac 100644 --- a/ompi/mpi/man/man3/MPI_Startall.3in +++ b/ompi/mpi/man/man3/MPI_Startall.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Startall 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ #include int MPI_Startall(int \fIcount\fP, MPI_Request\fI *array_of_requests\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_STARTALL(\fICOUNT, ARRAY_OF_REQUESTS, IERROR\fP) INTEGER \fICOUNT, ARRAY_OF_REQUESTS(*), IERROR\fP +.fi .SH C++ Syntax .nf #include static void Prequest::Startall(int \fIcount\fP, Prequest \fIarray_of_requests\fP[]) +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Status_f2c.3in b/ompi/mpi/man/man3/MPI_Status_f2c.3in index ea7b3b91eb..f64058147b 100644 --- a/ompi/mpi/man/man3/MPI_Status_f2c.3in +++ b/ompi/mpi/man/man3/MPI_Status_f2c.3in @@ -1,4 +1,4 @@ -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Status_f2c 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,6 +12,7 @@ int MPI_Status_f2c(MPI_Fint \fI*f_status\fP, MPI_Status \fI*c_status\fP) int MPI_Status_c2f(MPI_Status \fI*c_status\fP, MPI_Fint \fI*f_status\fP) +.fi .SH DESCRIPTION .ft R These two procedures are provided in C to convert from a Fortran status (which is an array of integers) to a C status (which is a structure), and vice versa. The conversion occurs on all the information in \fIstatus\fP, including that which is hidden. That is, no status information is lost in the conversion. diff --git a/ompi/mpi/man/man3/MPI_Status_set_cancelled.3in b/ompi/mpi/man/man3/MPI_Status_set_cancelled.3in index 86deec73a4..c9cc188909 100644 --- a/ompi/mpi/man/man3/MPI_Status_set_cancelled.3in +++ b/ompi/mpi/man/man3/MPI_Status_set_cancelled.3in @@ -1,6 +1,6 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. -.\"Copyright (c) 1996 Thinking Machines +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright (c) 1996 Thinking Machines .TH MPI_Status_set_cancelled 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME \fBMPI_Status_set_cancelled\fP \- Sets \fIstatus\fP to indicate a request has been canceled. @@ -12,6 +12,7 @@ #include int MPI_Status_set_cancelled(MPI_Status *\fIstatus\fP, int \fIflag\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -19,11 +20,13 @@ MPI_STATUS_SET_CANCELLED(\fISTATUS, FLAG, IERROR\fP) INTEGER \fISTATUS\fP(MPI_STATUS_SIZE), \fIIERROR \fP LOGICAL \fIFLAG\fP +.fi .SH C++ Syntax .nf #include void MPI::Status::Set_cancelled(bool \fIflag\fP) +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Status_set_elements.3in b/ompi/mpi/man/man3/MPI_Status_set_elements.3in index 61cac25d18..744100aa0f 100644 --- a/ompi/mpi/man/man3/MPI_Status_set_elements.3in +++ b/ompi/mpi/man/man3/MPI_Status_set_elements.3in @@ -1,6 +1,6 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. -.\"Copyright (c) 1996 Thinking Machines +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright (c) 1996 Thinking Machines .TH MPI_Status_set_elements 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME \fBMPI_Status_set_elements\fP \- Modifies opaque part of \fIstatus\fP to allow MPI_Get_elements to return \fIcount\fP. @@ -12,17 +12,20 @@ #include int MPI_Status_set_elements(MPI_Status *\fIstatus\fP, MPI_Datatype \fIdatatype\fP, int \fIcount\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_STATUS_SET_ELEMENTS(\fISTATUS, DATATYPE, COUNT, IERROR\fP) INTEGER \fISTATUS\fP(MPI_STATUS_SIZE), DATATYPE, COUNT, IERROR\fP +.fi .SH C++ Syntax .nf #include void MPI::Status::Set_elements(const MPI::Datatype& \fIdatatype\fP, int \fIcount\fP) +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Test.3in b/ompi/mpi/man/man3/MPI_Test.3in index f3b0ca01db..c66d14c885 100644 --- a/ompi/mpi/man/man3/MPI_Test.3in +++ b/ompi/mpi/man/man3/MPI_Test.3in @@ -1,6 +1,6 @@ -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation -.\"Copyright 2007-2008 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2007-2008 Cisco Systems, Inc. All rights reserved. .TH MPI_Test 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME \fBMPI_Test\fP \- Tests for the completion of a specific send or receive. @@ -12,6 +12,7 @@ #include int MPI_Test(MPI_Request *\fIrequest\fP, int\fI *flag\fP, MPI_Status\fI *status\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -19,6 +20,7 @@ MPI_TEST(\fIREQUEST, FLAG, STATUS, IERROR\fP) LOGICAL \fIFLAG\fP INTEGER \fIREQUEST, STATUS(MPI_STATUS_SIZE), IERROR\fP +.fi .SH C++ Syntax .nf #include @@ -26,6 +28,7 @@ bool Request::Test(Status& \fIstatus\fP) bool Request::Test() +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Test_cancelled.3in b/ompi/mpi/man/man3/MPI_Test_cancelled.3in index 713dacb9e3..6f4ff872bf 100644 --- a/ompi/mpi/man/man3/MPI_Test_cancelled.3in +++ b/ompi/mpi/man/man3/MPI_Test_cancelled.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Test_cancelled 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,6 +12,7 @@ #include int MPI_Test_cancelled(MPI_Status *\fIstatus\fP, int \fI*flag\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -19,11 +20,13 @@ MPI_TEST_CANCELLED(\fISTATUS, FLAG, IERROR\fP) LOGICAL \fIFLAG\fP INTEGER \fISTATUS(MPI_STATUS_SIZE), IERROR\fP +.fi .SH C++ Syntax .nf #include bool Status::Is_cancelled() const +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Testall.3in b/ompi/mpi/man/man3/MPI_Testall.3in index 2bb84bf16f..be09275e9f 100644 --- a/ompi/mpi/man/man3/MPI_Testall.3in +++ b/ompi/mpi/man/man3/MPI_Testall.3in @@ -1,4 +1,4 @@ -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Testall 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,6 +12,7 @@ int MPI_Testall(int \fIcount\fP, MPI_Request\fI *array_of_requests\fP, int\fI *flag\fP, MPI_Status\fI *array_of_statuses\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -21,6 +22,7 @@ MPI_TESTALL(\fICOUNT, ARRAY_OF_REQUESTS, FLAG, ARRAY_OF_STATUSES, INTEGER \fICOUNT, ARRAY_OF_REQUESTS(*)\fP INTEGER \fIARRAY_OF_STATUSES(MPI_STATUS_SIZE,*), IERROR\fP +.fi .SH C++ Syntax .nf #include @@ -29,6 +31,7 @@ static bool Request::Testall(int \fIcount\fP, Request static bool Request::Testall(int \fIcount\fP, Request \fIarray_of_requests\fP[]) +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Testany.3in b/ompi/mpi/man/man3/MPI_Testany.3in index df350d351c..cd0d288701 100644 --- a/ompi/mpi/man/man3/MPI_Testany.3in +++ b/ompi/mpi/man/man3/MPI_Testany.3in @@ -1,4 +1,4 @@ -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Testany 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,6 +12,7 @@ int MPI_Testany(int \fIcount\fP, MPI_Request\fI *array_of_requests\fP, int\fI *index\fP, int\fI *flag\fP, MPI_Status\fI *status\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -20,6 +21,7 @@ MPI_TESTANY(\fICOUNT, ARRAY_OF_REQUESTS, INDEX, FLAG, STATUS, IERROR\fP) INTEGER \fICOUNT, ARRAY_OF_REQUESTS(*), INDEX\fP INTEGER \fISTATUS(MPI_STATUS_SIZE), IERROR\fP +.fi .SH C++ Syntax .nf #include @@ -29,6 +31,7 @@ static bool Request::Testany(int \fIcount\fP, Request \fIarray_of_requests\fP[], static bool Request::Testany(int \fIcount\fP, Request \fIarray_of_requests\fP[], int& \fIindex\fP) +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Testsome.3in b/ompi/mpi/man/man3/MPI_Testsome.3in index a14b802664..a99fbf150b 100644 --- a/ompi/mpi/man/man3/MPI_Testsome.3in +++ b/ompi/mpi/man/man3/MPI_Testsome.3in @@ -1,4 +1,4 @@ -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Testsome 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,6 +12,7 @@ int MPI_Testsome(int \fIincount\fP, MPI_Request \fI*array_of_requests\fP, int\fI *outcount\fP, int\fI *array_of_indices\fP, MPI_Status\fI *array_of_statuses\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -21,6 +22,7 @@ MPI_TESTSOME(\fIINCOUNT, ARRAY_OF_REQUESTS, OUTCOUNT, INTEGER \fIOUTCOUNT, ARRAY_OF_INDICES(*)\fP INTEGER \fIARRAY_OF_STATUSES(MPI_STATUS_SIZE,*), IERROR\fP +.fi .SH C++ Syntax .nf #include @@ -30,6 +32,7 @@ static int Request::Testsome(int \fIincount\fP, Request static int Request::Testsome(int \fIincount\fP, Request \fIarray_of_requests\fP[], int \fIarray_of_indices\fP[]) +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Topo_test.3in b/ompi/mpi/man/man3/MPI_Topo_test.3in index 87eac721a5..8f9f3fc3e2 100644 --- a/ompi/mpi/man/man3/MPI_Topo_test.3in +++ b/ompi/mpi/man/man3/MPI_Topo_test.3in @@ -1,6 +1,6 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. -.\"Copyright (c) 1996 Thinking Machines +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright (c) 1996 Thinking Machines .TH MPI_Topo_test 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME \fBMPI_Topo_test\fP \- Determines the type of topology (if any) associated with a communicator. @@ -12,17 +12,20 @@ #include int MPI_Topo_test(MPI_Comm \fIcomm\fP, int\fI *top_type\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_TOPO_TEST(\fICOMM, TOP_TYPE, IERROR\fP) INTEGER \fICOMM, TOP_TYPE, IERROR\fP +.fi .SH C++ Syntax .nf #include int Comm::Get_topology() const +.fi .SH INPUT PARAMETER .ft R .TP 1i @@ -50,6 +53,7 @@ The output value \fItop_type\fP is one of the following: MPI_CART Cartesian topology MPI_UNDEFINED no topology +.fi .SH ERRORS Almost all MPI routines return an error value; C routines as the value of the function and Fortran routines in the last argument. C++ functions do not return errors. If the default error handler is set to MPI::ERRORS_THROW_EXCEPTIONS, then on error the C++ exception mechanism will be used to throw an MPI::Exception object. .sp diff --git a/ompi/mpi/man/man3/MPI_Type_commit.3in b/ompi/mpi/man/man3/MPI_Type_commit.3in index 6402652e9a..014580189f 100644 --- a/ompi/mpi/man/man3/MPI_Type_commit.3in +++ b/ompi/mpi/man/man3/MPI_Type_commit.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Type_commit 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ #include int MPI_Type_commit(MPI_Datatype *\fIdatatype\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_TYPE_COMMIT(\fIDATATYPE, IERROR\fP) INTEGER \fIDATATYPE, IERROR\fP +.fi .SH C++ Syntax .nf #include void Datatype::Commit() +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Type_contiguous.3in b/ompi/mpi/man/man3/MPI_Type_contiguous.3in index 91f8cd24eb..f8ae864098 100644 --- a/ompi/mpi/man/man3/MPI_Type_contiguous.3in +++ b/ompi/mpi/man/man3/MPI_Type_contiguous.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Type_contiguous 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,17 +13,20 @@ int MPI_Type_contiguous(int \fIcount\fP, MPI_Datatype\fI oldtype\fP, MPI_Datatype\fI *newtype\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_TYPE_CONTIGUOUS(\fICOUNT, OLDTYPE, NEWTYPE, IERROR\fP) INTEGER \fICOUNT, OLDTYPE, NEWTYPE, IERROR\fP +.fi .SH C++ Syntax .nf #include Datatype Datatype::Create_contiguous(int \fIcount\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Type_create_darray.3in b/ompi/mpi/man/man3/MPI_Type_create_darray.3in index 71f43b428b..c13061e486 100644 --- a/ompi/mpi/man/man3/MPI_Type_create_darray.3in +++ b/ompi/mpi/man/man3/MPI_Type_create_darray.3in @@ -1,6 +1,6 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. -.\"Copyright (c) 1996 Thinking Machines +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright (c) 1996 Thinking Machines .TH MPI_Type_create_darray 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME \fBMPI_Type_create_darray\fP \- Creates a distributed array datatype; @@ -15,6 +15,7 @@ int MPI_Type_create_darray(int \fIsize\fP, int \fIrank\fP, int \fIndims\fP, int \fIarray_of_dargs\fP[], int \fIarray_of_psizes\fP[], int \fIorder\fP, MPI_Datatype \fIoldtype\fP, MPI_Datatype \fI*newtype\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -26,6 +27,7 @@ MPI_TYPE_CREATE_DARRAY(\fISIZE, RANK, NDIMS, ARRAY_OF_GSIZES, ARRAY_OF_DARGS(*), ARRAY_OF_PSIZES(*), ORDER, OLDTYPE, NEWTYPE, IERROR\fP +.fi .SH C++ Syntax .nf #include @@ -34,6 +36,7 @@ MPI::Datatype MPI::Datatype::Create_darray(int \fIsize\fP, int \fIrank\fP, const int \fIarray_of_distribs\fP[], const int \fIarray_of_dargs\fP[], const int \fIarray_of_psizes\fP[], int \fIorder\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Type_create_f90_complex.3in b/ompi/mpi/man/man3/MPI_Type_create_f90_complex.3in index a5987b241f..75f8c816ec 100644 --- a/ompi/mpi/man/man3/MPI_Type_create_f90_complex.3in +++ b/ompi/mpi/man/man3/MPI_Type_create_f90_complex.3in @@ -1,12 +1,13 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. -.\"Copyright (c) 1996 Thinking Machines +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright (c) 1996 Thinking Machines .TH MPI_Type_create_f90_complex 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME .nf \fBMPI_Type_create_f90_complex\fP \- Returns a bounded MPI complex datatype +.fi .SH SYNTAX .ft R @@ -16,17 +17,20 @@ int MPI_Type_create_f90_complex(int \fIp\fP, int \fIr\fP, MPI_Datatype *\fInewtype\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_TYPE_CREATE_F90_COMPLEX (\fIP, R, NEWTYPE, IERROR\fP) INTEGER \fIP, R, NEWTYPE, IERROR\fP +.fi .SH C++ Syntax .nf #include static MPI::Datatype MPI::Datatype::Create_f90_complex(int \fIp\fP, int \fIr\fP) +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Type_create_f90_integer.3in b/ompi/mpi/man/man3/MPI_Type_create_f90_integer.3in index f82b991af6..52c1c12394 100644 --- a/ompi/mpi/man/man3/MPI_Type_create_f90_integer.3in +++ b/ompi/mpi/man/man3/MPI_Type_create_f90_integer.3in @@ -1,12 +1,13 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. -.\"Copyright (c) 1996 Thinking Machines +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright (c) 1996 Thinking Machines .TH MPI_Type_create_f90_integer 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME .nf \fBMPI_Type_create_f90_integer\fP \- Returns a bounded MPI integer datatype +.fi .SH SYNTAX .ft R @@ -15,17 +16,20 @@ #include int MPI_Type_create_f90_integer(int \fIr\fP, MPI_Datatype *\fInewtype\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_TYPE_CREATE_F90_INTEGER (\fIR, NEWTYPE, IERROR\fP) INTEGER \fIR, NEWTYPE, IERROR\fP +.fi .SH C++ Syntax .nf #include static MPI::Datatype MPI::Datatype::Create_f90_integer(int \fIr\fP) +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Type_create_f90_real.3in b/ompi/mpi/man/man3/MPI_Type_create_f90_real.3in index 632a446bf3..dd254c8a07 100644 --- a/ompi/mpi/man/man3/MPI_Type_create_f90_real.3in +++ b/ompi/mpi/man/man3/MPI_Type_create_f90_real.3in @@ -1,12 +1,13 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. -.\"Copyright (c) 1996 Thinking Machines +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright (c) 1996 Thinking Machines .TH MPI_Type_create_f90_real 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME .nf \fBMPI_Type_create_f90_real\fP \- Returns a bounded MPI real datatype +.fi .SH SYNTAX .ft R @@ -15,17 +16,20 @@ #include int MPI_Type_create_f90_real(int \fIp\fP, int \fIr\fP, MPI_Datatype *\fInewtype\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_TYPE_CREATE_F90_REAL (\fIP, R, NEWTYPE, IERROR\fP) INTEGER \fIP, R, NEWTYPE, IERROR\fP +.fi .SH C++ Syntax .nf #include static MPI::Datatype MPI::Datatype::Create_f90_real(int \fIp\fP, int \fIr\fP) +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Type_create_hindexed.3in b/ompi/mpi/man/man3/MPI_Type_create_hindexed.3in index 46af8b56c1..28af1f527f 100644 --- a/ompi/mpi/man/man3/MPI_Type_create_hindexed.3in +++ b/ompi/mpi/man/man3/MPI_Type_create_hindexed.3in @@ -1,6 +1,6 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. -.\"Copyright (c) 1996 Thinking Machines +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright (c) 1996 Thinking Machines .TH MPI_Type_create_hindexed 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME \fBMPI_Type_create_hindexed\fP \- Creates an indexed data type with offsets in bytes. @@ -14,6 +14,7 @@ int MPI_Type_create_hindexed(int\fI count\fP, int \fIarray_of_blocklengths\fP[], MPI_Aint \fIarray_of_displacements\fP[], MPI_Datatype \fIoldtype\fP, MPI_Datatype *\fInewtype\fP) +.fi .SH Fortran Syntax (see FORTRAN 77 NOTES) .nf INCLUDE 'mpif.h' @@ -22,6 +23,7 @@ MPI_TYPE_CREATE_HINDEXED(\fICOUNT\fP,\fI ARRAY_OF_BLOCKLENGTHS\fP, INTEGER \fICOUNT, ARRAY_OF_BLOCKLENGTHS(*), OLDTYPE, NEWTYPE, IERROR\fP INTEGER(KIND=MPI_ADDRESS_KIND) \fIARRAY_OF_DISPLACEMENTS\fP(*) +.fi .SH C++ Syntax .nf #include @@ -29,6 +31,7 @@ MPI::Datatype MPI::Datatype::Create_hindexed(int \fIcount\fP, const int \fIarray_of_blocklengths\fP[], const MPI::Aint \fIarray_of_displacements\fP[]) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Type_create_hvector.3in b/ompi/mpi/man/man3/MPI_Type_create_hvector.3in index 59816e18cc..4823d778ff 100644 --- a/ompi/mpi/man/man3/MPI_Type_create_hvector.3in +++ b/ompi/mpi/man/man3/MPI_Type_create_hvector.3in @@ -1,6 +1,6 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. -.\"Copyright (c) 1996 Thinking Machines +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright (c) 1996 Thinking Machines .TH MPI_Type_create_hvector 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME \fBMPI_Type_create_hvector\fP \- Creates a vector (strided) data type with offset in bytes. @@ -13,6 +13,7 @@ int MPI_Type_create_hvector(int \fIcount\fP, int \fIblocklength\fP, MPI_Aint \fIstride\fP, MPI_Datatype \fIoldtype\fP, MPI_Datatype *\fInewtype\fP) +.fi .SH Fortran Syntax (see FORTRAN 77 NOTES) .nf INCLUDE 'mpif.h' @@ -22,12 +23,14 @@ MPI_TYPE_CREATE_HVECTOR(\fICOUNT, BLOCKLENGTH, STRIDE, OLDTYPE, INTEGER \fICOUNT, BLOCKLENGTH, OLDTYPE, NEWTYPE, IERROR\fP INTEGER(KIND=MPI_ADDRESS_KIND) \fISTRIDE\fP +.fi .SH C++ Syntax .nf #include MPI::Datatype MPI::Datatype::Create_hvector(int \fIcount\fP, int \fIblocklength\fP, MPI::Aint \fIstride\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Type_create_indexed_block.3in b/ompi/mpi/man/man3/MPI_Type_create_indexed_block.3in index 020e8fadd7..38f100bc4c 100644 --- a/ompi/mpi/man/man3/MPI_Type_create_indexed_block.3in +++ b/ompi/mpi/man/man3/MPI_Type_create_indexed_block.3in @@ -1,6 +1,6 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. -.\"Copyright (c) 1996 Thinking Machines +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright (c) 1996 Thinking Machines .TH MPI_Type_create_indexed_block 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME \fBMPI_Type_create_indexed_block\fP \- Creates an indexed data type with the same block length for all blocks. @@ -12,6 +12,7 @@ #include int MPI_Type_create_indexed_block(int \fIcount\fP, int \fIblocklength\fP, int \fIarray_of_displacements\fP[], MPI_Datatype \fIoldtype\fP, MPI_Datatype *\fInewtype\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -20,12 +21,14 @@ MPI_TYPE_CREATE_INDEXED_BLOCK(\fICOUNT, BLOCKLENGTH, INTEGER \fICOUNT, BLOCKLENGTH, ARRAY_OF_DISPLACEMENTS(*), OLDTYPE, NEWTYPE, IERROR \fP +.fi .SH C++ Syntax .nf #include MPI::Datatype MPI::Datatype::Create_indexed_block( int \fIcount\fP, int \fIblocklength\fP, const int \fIarray_of_displacements\fP[]) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Type_create_keyval.3in b/ompi/mpi/man/man3/MPI_Type_create_keyval.3in index b1f8f28327..479d0d5b81 100644 --- a/ompi/mpi/man/man3/MPI_Type_create_keyval.3in +++ b/ompi/mpi/man/man3/MPI_Type_create_keyval.3in @@ -1,6 +1,6 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. -.\"Copyright (c) 1996 Thinking Machines +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright (c) 1996 Thinking Machines .TH MPI_Type_create_keyval 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME \fBMPI_Type_create_keyval\fP \- Generates a new attribute key for caching on data types. @@ -14,6 +14,7 @@ int MPI_Type_create_keyval(MPI_Type_copy_attr_function *\fItype_copy_attr_fn\fP, MPI_Type_delete_attr_function *\fItype_delete_attr_fn\fP, int *\fItype_keyval\fP, void *\fIextra_state\fP) +.fi .SH Fortran Syntax (see FORTRAN 77 NOTES) .nf INCLUDE 'mpif.h' @@ -23,6 +24,7 @@ MPI_TYPE_CREATE_KEYVAL(\fITYPE_COPY_ATTR_FN, TYPE_DELETE_ATTR_FN, INTEGER \fITYPE_KEYVAL, IERROR \fP INTEGER(KIND=MPI_ADDRESS_KIND) \fIEXTRA_STATE\fP +.fi .SH C++ Syntax .nf #include @@ -30,6 +32,7 @@ static int MPI::Datatype::Create_keyval(MPI::Datatype::Copy_attr_function* \fItype_copy_attr_fn\fP, MPI::Datatype::Delete_attr_function* \fItype_delete_attr_fn\fP, void* \fIextra_state\fP) +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Type_create_resized.3in b/ompi/mpi/man/man3/MPI_Type_create_resized.3in index 4c436478cc..de0b603021 100644 --- a/ompi/mpi/man/man3/MPI_Type_create_resized.3in +++ b/ompi/mpi/man/man3/MPI_Type_create_resized.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Type_create_resized 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Type_create_resized(MPI_Datatype \fIoldtype\fP, MPI_Aint\fI lb\fP, MPI_Aint \fIextent\fP, MPI_Datatype *\fInewtype\fP) +.fi .SH Fortran Syntax (see FORTRAN 77 NOTES) .nf INCLUDE 'mpif.h' @@ -20,12 +21,14 @@ MPI_TYPE_CREATE_RESIZED(\fIOLDTYPE, LB, EXTENT, NEWTYPE, IERROR\fP) INTEGER \fIOLDTYPE, NEWTYPE, IERROR\fP INTEGER(KIND=MPI_ADDRESS_KIND) \fILB, EXTENT\fP +.fi .SH C++ Syntax .nf #include MPI::Datatype MPI::Datatype::Create_resized(const MPI::Aint \fIlb\fP, const MPI::Aint \fIextent\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Type_create_struct.3in b/ompi/mpi/man/man3/MPI_Type_create_struct.3in index 8652940400..36fc729d5d 100644 --- a/ompi/mpi/man/man3/MPI_Type_create_struct.3in +++ b/ompi/mpi/man/man3/MPI_Type_create_struct.3in @@ -1,6 +1,6 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. -.\"Copyright (c) 1996 Thinking Machines +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright (c) 1996 Thinking Machines .TH MPI_Type_create_struct 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME \fBMPI_Type_create_struct\fP \- Creates a structured data type. @@ -14,6 +14,7 @@ int MPI_Type_create_struct(int \fIcount\fP, int \fIarray_of_blocklengths\fP[], MPI_Aint \fIarray_of_displacements\fP[], MPI_Datatype \fIarray_of_types\fP[], MPI_Datatype *\fInewtype\fP) +.fi .SH Fortran Syntax (see FORTRAN 77 NOTES) .nf INCLUDE 'mpif.h' @@ -23,6 +24,7 @@ MPI_TYPE_CREATE_STRUCT(\fICOUNT, ARRAY_OF_BLOCKLENGTHS, INTEGER \fINEWTYPE, IERROR \fP INTEGER(KIND=MPI_ADDRESS_KIND) \fIARRAY_OF_DISPLACEMENTS(*)\fP +.fi .SH C++ Syntax .nf #include @@ -31,6 +33,7 @@ static MPI::Datatype MPI::Datatype::Create_struct(int \fIcount\fP, \fIarray_of_displacements\fP[], const MPI::Datatype \fIarray_of_types\fP[]) +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Type_create_subarray.3in b/ompi/mpi/man/man3/MPI_Type_create_subarray.3in index 612751c217..635ac79d83 100644 --- a/ompi/mpi/man/man3/MPI_Type_create_subarray.3in +++ b/ompi/mpi/man/man3/MPI_Type_create_subarray.3in @@ -1,6 +1,6 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. -.\"Copyright (c) 1996 Thinking Machines +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright (c) 1996 Thinking Machines .TH MPI_Type_create_subarray 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME \fBMPI_Type_create_subarray\fP \- Creates a data type describing an \fIn\fP-dimensional subarray of an \fIn\fP-dimensional array. @@ -12,6 +12,7 @@ #include int MPI_Type_create_subarray(int \fIndims\fP, int \fIarray_of_sizes[]\fP, int \fIarray_of_subsizes[]\fP, int \fIarray_of_starts[]\fP, int \fIorder\fP, MPI_Datatype \fIoldtype\fO, MPI_Datatype \fI*newtype\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -21,6 +22,7 @@ MPI_TYPE_CREATE_SUBARRAY(\fINDIMS, ARRAY_OF_SIZES, ARRAY_OF_SUBSIZES, INTEGER \fINDIMS, ARRAY_OF_SIZES(*), ARRAY_OF_SUBSIZES(*), ARRAY_OF_STARTS(*), ORDER, OLDTYPE, NEWTYPE, IERROR\fP +.fi .SH C++ Syntax .nf #include @@ -28,6 +30,7 @@ MPI::Datatype MPI::Datatype::Create_subarray(int \fIndims\fP, const int \fIarray_of_sizes\fP[], const int \fIarray_of_subsizes[]\fP, const int \fIarray_of_starts[]\fP, int \fIorder\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Type_delete_attr.3in b/ompi/mpi/man/man3/MPI_Type_delete_attr.3in index 08a03f81ef..bc99033918 100644 --- a/ompi/mpi/man/man3/MPI_Type_delete_attr.3in +++ b/ompi/mpi/man/man3/MPI_Type_delete_attr.3in @@ -1,6 +1,6 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. -.\"Copyright (c) 1996 Thinking Machines +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright (c) 1996 Thinking Machines .TH MPI_Type_delete_attr 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME \fBMPI_Type_delete_attr\fP \- Deletes a datatype-caching attribute value associated with a key. @@ -12,17 +12,20 @@ #include int MPI_Type_delete_attr(MPI_Datatype \fItype\fP, int \fItype_keyval\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_TYPE_DELETE_ATTR(\fITYPE, TYPE_KEYVAL, IERROR\fP) INTEGER \fITYPE, TYPE_KEYVAL, IERROR \fP +.fi .SH C++ Syntax .nf #include void MPI::Datatype::Delete_attr(int \fItype_keyval\fP) +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Type_dup.3in b/ompi/mpi/man/man3/MPI_Type_dup.3in index dd1df5a724..1b1c65c5fe 100644 --- a/ompi/mpi/man/man3/MPI_Type_dup.3in +++ b/ompi/mpi/man/man3/MPI_Type_dup.3in @@ -1,6 +1,6 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. -.\"Copyright (c) 1996 Thinking Machines +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright (c) 1996 Thinking Machines .TH MPI_Type_dup 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME \fBMPI_Type_dup\fP \- Duplicates a data type with associated key values. @@ -12,17 +12,20 @@ #include int MPI_Type_dup(MPI_Datatype \fItype\fP, MPI_Datatype *\fInewtype\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_TYPE_DUP(\fITYPE, NEWTYPE, IERROR\fP) INTEGER \fITYPE, NEWTYPE, IERROR \fP +.fi .SH C++ Syntax .nf #include MPI::Datatype MPI::Datatype::Dup() const +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Type_extent.3in b/ompi/mpi/man/man3/MPI_Type_extent.3in index 2eee80266b..02103d3aac 100644 --- a/ompi/mpi/man/man3/MPI_Type_extent.3in +++ b/ompi/mpi/man/man3/MPI_Type_extent.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Type_extent 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,6 +12,7 @@ #include int MPI_Type_extent(MPI_Datatype \fIdatatype\fP, MPI_Aint\fI *extent\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -19,6 +20,7 @@ MPI_TYPE_EXTENT(\fIDATATYPE, EXTENT, IERROR\fP) INTEGER \fIDATATYPE, EXTENT, IERROR\fP +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Type_free.3in b/ompi/mpi/man/man3/MPI_Type_free.3in index 17c9e35bfd..38e84da3a4 100644 --- a/ompi/mpi/man/man3/MPI_Type_free.3in +++ b/ompi/mpi/man/man3/MPI_Type_free.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Type_free 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ #include int MPI_Type_free(MPI_Datatype *\fIdatatype\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_TYPE_FREE(\fIDATATYPE, IERROR\fP) INTEGER \fIDATATYPE, IERROR\fP +.fi .SH C++ Syntax .nf #include void Datatype::Free() +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Type_free_keyval.3in b/ompi/mpi/man/man3/MPI_Type_free_keyval.3in index 2c47e77be6..a1ba92b80e 100644 --- a/ompi/mpi/man/man3/MPI_Type_free_keyval.3in +++ b/ompi/mpi/man/man3/MPI_Type_free_keyval.3in @@ -1,6 +1,6 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. -.\"Copyright (c) 1996 Thinking Machines +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright (c) 1996 Thinking Machines .TH MPI_Type_free_keyval 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME \fBMPI_Type_free_keyval\fP \- Frees a previously created type key value. @@ -12,17 +12,20 @@ #include int MPI_Type_free_keyval(int *\fItype_keyval\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_TYPE_FREE_KEYVAL(\fITYPE_KEYVAL, IERROR\fP) INTEGER \fITYPE_KEYVAL, IERROR \fP +.fi .SH C++ Syntax .nf #include static void MPI::Datatype::Free_keyval(int& \fItype_keyval\fP) +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Type_get_attr.3in b/ompi/mpi/man/man3/MPI_Type_get_attr.3in index bb4f7243b7..65b42890e5 100644 --- a/ompi/mpi/man/man3/MPI_Type_get_attr.3in +++ b/ompi/mpi/man/man3/MPI_Type_get_attr.3in @@ -1,6 +1,6 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. -.\"Copyright (c) 1996 Thinking Machines +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright (c) 1996 Thinking Machines .TH MPI_Type_get_attr 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME \fBMPI_Type_get_attr\fP \- Returns the attribute associated with a data type. @@ -12,6 +12,7 @@ #include int MPI_Type_get_attr(MPI_Datatype \fItype\fP, int \fItype_keyval\fP, void *\fIattribute_val\fP, int *\fIflag\fP) +.fi .SH Fortran Syntax (see FORTRAN 77 NOTES) .nf INCLUDE 'mpif.h' @@ -20,11 +21,13 @@ MPI_TYPE_GET_ATTR(\fITYPE, TYPE_KEYVAL, ATTRIBUTE_VAL, FLAG, IERROR\fP) INTEGER(KIND=MPI_ADDRESS_KIND) \fIATTRIBUTE_VAL\fP LOGICAL \fIFLAG\fP +.fi .SH C++ Syntax .nf #include bool MPI::Datatype::Get_attr(int \fItype_keyval\fP, void* \fIattribute_val\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Type_get_contents.3in b/ompi/mpi/man/man3/MPI_Type_get_contents.3in index 45c2125795..f9d1f651bf 100644 --- a/ompi/mpi/man/man3/MPI_Type_get_contents.3in +++ b/ompi/mpi/man/man3/MPI_Type_get_contents.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Type_get_contents 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Type_get_contents(MPI_Datatype \fIdatatype\fP, int \fImax_integers\fP, int \fImax_addresses\fP, int \fImax_datatypes\fP, int \fIarray_of_integers\fP[], MPI_Aint \fIarray_of_addresses\fP[], MPI_Datatype array_of_datatypes\fP[]) +.fi .SH Fortran Syntax (see FORTRAN 77 NOTES) .nf INCLUDE 'mpif.h' @@ -23,6 +24,7 @@ MPI_TYPE_GET_CONTENTS(\fIDATATYPE, MAX_INTEGERS, MAX_ADDRESSES, INTEGER \fIARRAY_OF_INTEGERS(*), ARRAY_OF_DATATYPES(*), IERROR\fP INTEGER(KIND=MPI_ADDRESS_KIND) \fIARRAY_OF_ADDRESSES\fP(*) +.fi .SH C++ Syntax .nf #include @@ -31,6 +33,7 @@ void MPI::Datatype::Get_contents(int \fImax_integers\fP, int \fImax_addresses\fP MPI::Aint \fIarray_of_addresses\fP[], MPI::Datatype \fIarray_of_datatypes\fP[]) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Type_get_envelope.3in b/ompi/mpi/man/man3/MPI_Type_get_envelope.3in index 2b5aede05b..02d71744b9 100644 --- a/ompi/mpi/man/man3/MPI_Type_get_envelope.3in +++ b/ompi/mpi/man/man3/MPI_Type_get_envelope.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Type_get_envelope 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Type_get_envelope(MPI_Datatype \fIdatatype\fP, int *\fInum_integers\fP, int *\fInum_addresses\fP, int *\fInum_datatypes\fP, int *\fIcombiner\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -21,6 +22,7 @@ MPI_TYPE_GET_ENVELOPE(\fIDATATYPE, NUM_INTEGERS, NUM_ADDRESSES, INTEGER \fIDATATYPE, NUM_INTEGERS, NUM_ADDRESSES\fP INTEGER \fINUM_DATATYPES, COMBINER, IERROR\fP +.fi .SH C++ Syntax .nf #include @@ -28,6 +30,7 @@ void MPI::Datatype::Get_envelope(int& \fInum_integers\fP, int& \fInum_addresses\fP, int& \fInum_datatypes\fP, int& \fIcombiner\fP) const +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Type_get_extent.3in b/ompi/mpi/man/man3/MPI_Type_get_extent.3in index dd9098f46e..3281cd806a 100644 --- a/ompi/mpi/man/man3/MPI_Type_get_extent.3in +++ b/ompi/mpi/man/man3/MPI_Type_get_extent.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Type_get_extent 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Type_get_extent(MPI_Datatype \fIdatatype\fP, MPI_Aint\fI *lb\fP, MPI_Aint *\fIextent\fP) +.fi .SH Fortran Syntax (see FORTRAN 77 NOTES) .nf INCLUDE 'mpif.h' @@ -20,12 +21,14 @@ MPI_TYPE_GET_EXTENT(\fIDATATYPE, LB, EXTENT, IERROR\fP) INTEGER \fIDATATYPE, IERROR\fP INTEGER(KIND=MPI_ADDRESS_KIND) \fILB, EXTENT\fP +.fi .SH C++ Syntax .nf #include void MPI::Datatype::Get_extent(MPI::Aint& \fIlb\fP, MPI::Aint& \fIextent\fP) const +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Type_get_name.3in b/ompi/mpi/man/man3/MPI_Type_get_name.3in index 91b62b52ba..b04c22bfc4 100644 --- a/ompi/mpi/man/man3/MPI_Type_get_name.3in +++ b/ompi/mpi/man/man3/MPI_Type_get_name.3in @@ -1,6 +1,6 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. -.\"Copyright (c) 1996 Thinking Machines +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright (c) 1996 Thinking Machines .TH MPI_Type_get_name 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME \fBMPI_Type_get_name\fP \- Gets the name of a data type. @@ -13,6 +13,7 @@ int MPI_Type_get_name(MPI_Datatype \fItype\fP, char *\fItype_name\fP, int *\fIresultlen\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -20,12 +21,14 @@ TYPE_GET_NAME(\fITYPE, TYPE_NAME, RESULTLEN, IERROR\fP) INTEGER \fITYPE, RESULTLEN, IERROR \fP CHARACTER*(*) \fITYPE_NAME\fP +.fi .SH C++ Syntax .nf #include void MPI::Datatype::Get_name(char* \fItype_name\fP, int& \fIresultlen\fP) const +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Type_get_true_extent.3in b/ompi/mpi/man/man3/MPI_Type_get_true_extent.3in index 21265bb29f..6bb18399ad 100644 --- a/ompi/mpi/man/man3/MPI_Type_get_true_extent.3in +++ b/ompi/mpi/man/man3/MPI_Type_get_true_extent.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Type_get_true_extent 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Type_get_true_extent(MPI_Datatype \fIdatatype\fP, MPI_Aint *\fItrue_lb\fP, MPI_Aint *\fItrue_extent\fP) +.fi .SH Fortran Syntax (see FORTRAN 77 NOTES) .nf INCLUDE 'mpif.h' @@ -20,12 +21,14 @@ MPI_TYPE_GET_TRUE_EXTENT(\fIDATATYPE, TRUE_LB, TRUE_EXTENT, IERROR\fP) INTEGER \fIDATATYPE, IERROR\fP INTEGER(KIND=MPI_ADDRESS_KIND) \fITRUE_LB, TRUE_EXTENT\fP +.fi .SH C++ Syntax .nf #include void MPI::Datatype::Get_true_extent(MPI::Aint& \fItrue_lb\fP, MPI::Aint& \fItrue_extent\fP) const +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Type_hindexed.3in b/ompi/mpi/man/man3/MPI_Type_hindexed.3in index 67473b6b7c..fb0fbf81b2 100644 --- a/ompi/mpi/man/man3/MPI_Type_hindexed.3in +++ b/ompi/mpi/man/man3/MPI_Type_hindexed.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Type_hindexed 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -14,6 +14,7 @@ int MPI_Type_hindexed(int \fIcount\fP, int\fI *array_of_blocklengths\fP, MPI_Aint\fI *array_of_displacements\fP, MPI_Datatype\fI oldtype\fP, MPI_Datatype\fI *newtype\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -24,6 +25,7 @@ MPI_TYPE_HINDEXED(\fICOUNT, ARRAY_OF_BLOCKLENGTHS, INTEGER \fIIERROR\fP +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Type_hvector.3in b/ompi/mpi/man/man3/MPI_Type_hvector.3in index 0082e313fe..b75f8bb09d 100644 --- a/ompi/mpi/man/man3/MPI_Type_hvector.3in +++ b/ompi/mpi/man/man3/MPI_Type_hvector.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Type_hvector 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Type_hvector(int \fIcount\fP, int\fI blocklength\fP, MPI_Aint\fI stride\fP, MPI_Datatype\fI oldtype\fP, MPI_Datatype\fI *newtype\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -21,6 +22,7 @@ MPI_TYPE_HVECTOR(\fICOUNT, BLOCKLENGTH, STRIDE, OLDTYPE, NEWTYPE, INTEGER \fICOUNT, BLOCKLENGTH, STRIDE, OLDTYPE\fP INTEGER \fINEWTYPE, IERROR\fP +.fi .SH INPUT PARAMETERS .ft R .TP 1i @@ -77,6 +79,7 @@ with extent ex. Let bl be the blocklength. The newly created datatype has a type disp(0) + stride * (count -1) + (bl -1) * ex), ..., (type(n-1), disp(n-1) + stride * (count -1) + (bl -1) * ex)} +.fi .SH ERRORS Almost all MPI routines return an error value; C routines as the value of the function and Fortran routines in the last argument. C++ functions do not return errors. If the default error handler is set to MPI::ERRORS_THROW_EXCEPTIONS, then on error the C++ exception mechanism will be used to throw an MPI::Exception object. .sp diff --git a/ompi/mpi/man/man3/MPI_Type_indexed.3in b/ompi/mpi/man/man3/MPI_Type_indexed.3in index 035b9ec6c1..8c469dd7fa 100644 --- a/ompi/mpi/man/man3/MPI_Type_indexed.3in +++ b/ompi/mpi/man/man3/MPI_Type_indexed.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Type_indexed 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -14,6 +14,7 @@ int MPI_Type_indexed(int \fIcount\fP, int\fI *array_of_blocklengths\fP, int\fI *array_of_displacements\fP, MPI_Datatype\fI oldtype\fP, MPI_Datatype\fI *newtype\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -23,6 +24,7 @@ MPI_TYPE_INDEXED(\fICOUNT, ARRAY_OF_BLOCKLENGTHS, INTEGER \fIARRAY_OF_DISPLACEMENTS(*), OLDTYPE, NEWTYPE\fP INTEGER \fIIERROR\fP +.fi .SH C++ Syntax .nf #include @@ -30,6 +32,7 @@ Datatype Datatype::Create_indexed(int \fIcount\fP, const int \fIarray_of_blocklengths\fP[], const int \fIarray_of_displacements\fP[]) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Type_lb.3in b/ompi/mpi/man/man3/MPI_Type_lb.3in index 59c71e2de9..f593ef7704 100644 --- a/ompi/mpi/man/man3/MPI_Type_lb.3in +++ b/ompi/mpi/man/man3/MPI_Type_lb.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Type_lb 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,6 +12,7 @@ #include int MPI_Type_lb(MPI_Datatype \fIdatatype\fP, MPI_Aint\fI *displacement\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -19,6 +20,7 @@ MPI_TYPE_LB(\fIDATATYPE, DISPLACEMENT, IERROR\fP) INTEGER \fIDATATYPE, DISPLACEMENT, IERROR\fP +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Type_match_size.3in b/ompi/mpi/man/man3/MPI_Type_match_size.3in index 8496624fed..6a207a7507 100644 --- a/ompi/mpi/man/man3/MPI_Type_match_size.3in +++ b/ompi/mpi/man/man3/MPI_Type_match_size.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Type_match_size 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -15,17 +15,20 @@ int MPI_Type_match_size(int \fItypeclass\fP, int \fIsize\fP, MPI_Datatype *\fItype\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_TYPE_MATCH_SIZE(\fITYPECLASS, SIZE, TYPE, IERROR\fP) INTEGER \fITYPECLASS, SIZE, TYPE, IERROR\fP +.fi .SH C++ Syntax .nf #include static MPI::Datatype MPI::Match_size(int \fItypeclass\fP, int \fIsize\fP) +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Type_set_attr.3in b/ompi/mpi/man/man3/MPI_Type_set_attr.3in index 536c056906..05d06c5bf8 100644 --- a/ompi/mpi/man/man3/MPI_Type_set_attr.3in +++ b/ompi/mpi/man/man3/MPI_Type_set_attr.3in @@ -1,6 +1,6 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. -.\"Copyright (c) 1996 Thinking Machines +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright (c) 1996 Thinking Machines .TH MPI_Type_set_attr 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME \fBMPI_Type_set_attr\fP \- Sets a key value/attribute pair to a data type. @@ -13,6 +13,7 @@ int MPI_Type_set_attr(MPI_Datatype \fItype\fP, int \fItype_keyval\fP, void *\fIattribute_val\fP) +.fi .SH Fortran Syntax (see FORTRAN 77 NOTES) .nf INCLUDE 'mpif.h' @@ -20,11 +21,13 @@ MPI_TYPE_SET_ATTR(\fITYPE, TYPE_KEYVAL, ATTRIBUTE_VAL, IERROR\fP) INTEGER \fITYPE, TYPE_KEYVAL, IERROR\fP INTEGER(KIND=MPI_ADDRESS_KIND) \fIATTRIBUTE_VAL\fP +.fi .SH C++ Syntax .nf #include void MPI::Datatype::Set_attr(int \fItype_keyval\fP, const void* \fIattribute_val\fP) +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Type_set_name.3in b/ompi/mpi/man/man3/MPI_Type_set_name.3in index 703b1bfcbb..ada7a4f9b6 100644 --- a/ompi/mpi/man/man3/MPI_Type_set_name.3in +++ b/ompi/mpi/man/man3/MPI_Type_set_name.3in @@ -1,6 +1,6 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. -.\"Copyright (c) 1996 Thinking Machines +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright (c) 1996 Thinking Machines .TH MPI_Type_set_name 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME \fBMPI_Type_set_name\fP \- Sets the name of a data type. @@ -12,6 +12,7 @@ #include int MPI_Type_set_name(MPI_Datatype \fItype\fP, char *\fItype_name\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -19,11 +20,13 @@ MPI_TYPE_SET_NAME(\fITYPE, TYPE_NAME, IERROR\fP) INTEGER \fITYPE, IERROR\fP CHARACTER*(*) \fITYPE_NAME\fP +.fi .SH C++ Syntax .nf #include void MPI::Datatype::Set_name(const char* \fItype_name\fP) +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Type_size.3in b/ompi/mpi/man/man3/MPI_Type_size.3in index 9637d290f3..f520ae84b6 100644 --- a/ompi/mpi/man/man3/MPI_Type_size.3in +++ b/ompi/mpi/man/man3/MPI_Type_size.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Type_size 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ #include int MPI_Type_size(MPI_Datatype \fIdatatype\fP, int\fI *size\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_TYPE_SIZE(\fIDATATYPE, SIZE, IERROR\fP) INTEGER \fIDATATYPE, SIZE, IERROR\fP +.fi .SH C++ Syntax .nf #include int Datatype::Get_size() const +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Type_struct.3in b/ompi/mpi/man/man3/MPI_Type_struct.3in index 5f32bba853..9ddff58bc5 100644 --- a/ompi/mpi/man/man3/MPI_Type_struct.3in +++ b/ompi/mpi/man/man3/MPI_Type_struct.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Type_struct 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -14,6 +14,7 @@ int MPI_Type_struct(int \fIcount\fP, int\fI *array_of_blocklengths\fP, MPI_Aint\fI *array_of_displacements\fP, MPI_Datatype\fI *array_of_types\fP, MPI_Datatype\fI *newtype\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -25,6 +26,7 @@ MPI_TYPE_STRUCT(\fICOUNT, ARRAY_OF_BLOCKLENGTHS, INTEGER \fIARRAY_OF_TYPES(*), NEWTYPE, IERROR\fP +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Type_ub.3in b/ompi/mpi/man/man3/MPI_Type_ub.3in index d47d0c58a8..7099d1ff7a 100644 --- a/ompi/mpi/man/man3/MPI_Type_ub.3in +++ b/ompi/mpi/man/man3/MPI_Type_ub.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Type_ub 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,6 +12,7 @@ #include int MPI_Type_ub(MPI_Datatype \fIdatatype\fP, MPI_Aint\fI *displacement\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -19,6 +20,7 @@ MPI_TYPE_UB(\fIDATATYPE, DISPLACEMENT, IERROR\fP) INTEGER \fIDATATYPE, DISPLACEMENT, IERROR\fP +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Type_vector.3in b/ompi/mpi/man/man3/MPI_Type_vector.3in index be1b6db8bf..177bf431db 100644 --- a/ompi/mpi/man/man3/MPI_Type_vector.3in +++ b/ompi/mpi/man/man3/MPI_Type_vector.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Type_vector 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Type_vector(int \fIcount\fP, int\fI blocklength\fP, int\fI stride\fP, MPI_Datatype\fI oldtype\fP, MPI_Datatype\fI *newtype\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -21,12 +22,14 @@ MPI_TYPE_VECTOR(\fICOUNT, BLOCKLENGTH, STRIDE, OLDTYPE, NEWTYPE, INTEGER \fICOUNT, BLOCKLENGTH, STRIDE, OLDTYPE\fP INTEGER \fINEWTYPE, IERROR\fP +.fi .SH C++ Syntax .nf #include Datatype Datatype::Create_vector(int \fIcount\fP, int \fIblocklength\fP, int \fIstride\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Unpack.3in b/ompi/mpi/man/man3/MPI_Unpack.3in index 9e332a5d66..74d7433d5f 100644 --- a/ompi/mpi/man/man3/MPI_Unpack.3in +++ b/ompi/mpi/man/man3/MPI_Unpack.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Unpack 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -14,6 +14,7 @@ int MPI_Unpack(void *\fIinbuf\fP, int\fI insize\fP, int\fI *position\fP, void\fI *outbuf\fP, int\fI outcount\fP, MPI_Datatype\fI datatype\fP, MPI_Comm\fI comm\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -23,6 +24,7 @@ MPI_UNPACK(\fIINBUF, INSIZE, POSITION, OUTBUF, OUTCOUNT, INTEGER \fIINSIZE, POSITION, OUTCOUNT, DATATYPE, COMM, IERROR\fP +.fi .SH C++ Syntax .nf #include @@ -30,6 +32,7 @@ void Datatype::Unpack(const void* \fIinbuf\fP, int \fIinsize\fP, void *\fIoutbuf\fP, int \fIoutcount\fP, int& \fIposition\fP, const Comm& \fIcomm\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Unpack_external.3in b/ompi/mpi/man/man3/MPI_Unpack_external.3in index 2e11fefbe4..d431b422af 100644 --- a/ompi/mpi/man/man3/MPI_Unpack_external.3in +++ b/ompi/mpi/man/man3/MPI_Unpack_external.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Unpack_external 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" @@ -17,6 +17,7 @@ int MPI_Unpack_external(char *\fIdatarep\fP, void *\fIinbuf\fP, void *\fIoutbuf\fP, int \fIoutcount\fP, MPI_Datatype \fIdatatype\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -28,6 +29,7 @@ MPI_UNPACK_EXTERNAL(\fIDATAREP, INBUF, INSIZE, POSITION, CHARACTER*(*) \fIDATAREP\fP \fIINBUF(*), OUTBUF(*)\fP +.fi .SH C++ Syntax .nf #include @@ -36,6 +38,7 @@ void MPI::Datatype::Unpack_external(const char* \fIdatarep\fP, MPI_Aint& \fIposition\fP, void *\fIoutbuf\fP, int \fIoutcount\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Unpublish_name.3in b/ompi/mpi/man/man3/MPI_Unpublish_name.3in index a91d06af9b..47e5be8290 100644 --- a/ompi/mpi/man/man3/MPI_Unpublish_name.3in +++ b/ompi/mpi/man/man3/MPI_Unpublish_name.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2007-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2007-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Unpublish_name 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" @@ -7,6 +7,7 @@ .nf \fBMPI_Unpublish_name\fP \- Unpublishes a service name +.fi .SH SYNTAX .ft R @@ -16,6 +17,7 @@ int MPI_Unpublish_name(char *\fIservice_name\fP, MPI_Info \fIinfo\fP, char *\fIport_name\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -23,12 +25,14 @@ MPI_UNPUBLISH_NAME(\fISERVICE_NAME, INFO, PORT_NAME, IERROR\fP) CHARACTER*(*) \fISERVICE_NAME, PORT_NAME\fP INTEGER \fIINFO, IERROR\fP +.fi .SH C++ Syntax .nf #include void MPI::Unpublish_name(const char* \fIservice_name\fP, const MPI::Info& \fIinfo\fP, char* \fIport_name\fP) +.fi .SH INPUT PARAMETERS .ft R .TP 1.4i diff --git a/ompi/mpi/man/man3/MPI_Wait.3in b/ompi/mpi/man/man3/MPI_Wait.3in index a4f9432978..6df2e37274 100644 --- a/ompi/mpi/man/man3/MPI_Wait.3in +++ b/ompi/mpi/man/man3/MPI_Wait.3in @@ -1,4 +1,4 @@ -.\"Copyright 2007-2008 Sun Microsystems, Inc. +.\" Copyright 2007-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Wait 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -11,12 +11,14 @@ #include int MPI_Wait(MPI_Request *\fIrequest\fP, MPI_Status\fI *status\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_WAIT(\fIREQUEST, STATUS, IERROR\fP) INTEGER \fIREQUEST, STATUS(MPI_STATUS_SIZE), IERROR\fP +.fi .SH C++ Syntax .nf #include @@ -24,6 +26,7 @@ void Request::Wait(Status& \fIstatus\fP) void Request::Wait() +.fi .SH INPUT PARAMETER .ft R .TP 1i @@ -67,6 +70,7 @@ Example: Simple usage of nonblocking operations and MPI_Wait. CALL MPI_WAIT(request, status, ierr) END IF +.fi .SH ERRORS Almost all MPI routines return an error value; C routines as the value of the function and Fortran routines in the last argument. C++ functions do not return errors. If the default error handler is set to MPI::ERRORS_THROW_EXCEPTIONS, then on error the C++ exception mechanism will be used to throw an MPI::Exception object. .sp diff --git a/ompi/mpi/man/man3/MPI_Waitall.3in b/ompi/mpi/man/man3/MPI_Waitall.3in index 7df4d7cded..ca2ee947ba 100644 --- a/ompi/mpi/man/man3/MPI_Waitall.3in +++ b/ompi/mpi/man/man3/MPI_Waitall.3in @@ -1,4 +1,4 @@ -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Waitall 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,6 +12,7 @@ int MPI_Waitall(int \fIcount\fP, MPI_Request\fI *array_of_requests\fP, MPI_Status \fI*array_of_statuses\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -19,6 +20,7 @@ MPI_WAITALL(\fICOUNT, ARRAY_OF_REQUESTS, ARRAY_OF_STATUSES, IERROR\fP) INTEGER \fICOUNT, ARRAY_OF_REQUESTS(*)\fP INTEGER \fIARRAY_OF_STATUSES(MPI_STATUS_SIZE,*), IERROR\fP +.fi .SH C++ Syntax .nf #include @@ -27,6 +29,7 @@ static void Request::Waitall(int \fIcount\fP, Request \fIarray_of_requests\fP[], static void Request::Waitall(int \fIcount\fP, Request \fIarray_of_requests\fP[]) +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Waitany.3in b/ompi/mpi/man/man3/MPI_Waitany.3in index 5e2fa3f976..cf82e9287d 100644 --- a/ompi/mpi/man/man3/MPI_Waitany.3in +++ b/ompi/mpi/man/man3/MPI_Waitany.3in @@ -1,4 +1,4 @@ -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Waitany 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,6 +12,7 @@ int MPI_Waitany(int \fIcount\fP, MPI_Request\fI *array_of_requests\fP, int \fI*index\fP, MPI_Status\fI *status\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -19,6 +20,7 @@ MPI_WAITANY(\fICOUNT, ARRAY_OF_REQUESTS, INDEX, STATUS, IERROR\fP) INTEGER \fICOUNT, ARRAY_OF_REQUESTS(*), INDEX\fP INTEGER \fISTATUS(MPI_STATUS_SIZE), IERROR\fP +.fi .SH C++ Syntax .nf #include @@ -27,6 +29,7 @@ static int Request::Waitany(int \fIcount\fP, Request static int Request::Waitany(int \fIcount\fP, Request \fIarray_of_requests\fP[]) +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Waitsome.3in b/ompi/mpi/man/man3/MPI_Waitsome.3in index e1bd97923c..0a7a766db7 100644 --- a/ompi/mpi/man/man3/MPI_Waitsome.3in +++ b/ompi/mpi/man/man3/MPI_Waitsome.3in @@ -1,4 +1,4 @@ -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Waitsome 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Waitsome(int \fIincount\fP, MPI_Request \fI*array_of_requests\fP, int\fI *outcount\fP, int\fI *array_of_indices\fP, MPI_Status \fI*array_of_statuses\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -23,6 +24,7 @@ MPI_WAITSOME(\fIINCOUNT, ARRAY_OF_REQUESTS, OUTCOUNT, INTEGER \fIARRAY_OF_STATUSES(MPI_STATUS_SIZE*)\fP INTEGER \fIIERROR\fP +.fi .SH C++ Syntax .nf #include @@ -32,6 +34,7 @@ static int Request::Waitsome(int \fIincount\fP, Request static int Request::Waitsome(int \fIincount\fP, Request \fIarray_of_requests\fP[], int \fIarray_of_indices\fP[]) +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Win_call_errhandler.3in b/ompi/mpi/man/man3/MPI_Win_call_errhandler.3in index 6d3e39b40d..30fb67b8ba 100644 --- a/ompi/mpi/man/man3/MPI_Win_call_errhandler.3in +++ b/ompi/mpi/man/man3/MPI_Win_call_errhandler.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Win_call_errhandler 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" @@ -15,17 +15,20 @@ error handler assigned to a window #include int MPI_Win_call_errhandler(MPI_Win \fIwin\fP, int \fIerrorcode\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_WIN_CALL_ERRHANDLER(\fIWIN, ERRORCODE, IERROR\fP) INTEGER \fIWIN, ERRORCODE, IERROR\fP +.fi .SH C++ Syntax .nf #include void MPI::Win::Call_errhandler(int \fIerrorcode\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1.4i diff --git a/ompi/mpi/man/man3/MPI_Win_complete.3in b/ompi/mpi/man/man3/MPI_Win_complete.3in index bf08f1cfa1..e75d04cb44 100644 --- a/ompi/mpi/man/man3/MPI_Win_complete.3in +++ b/ompi/mpi/man/man3/MPI_Win_complete.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2007-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2007-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Win_complete 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,16 +12,19 @@ #include MPI_Win_complete(MPI_Win \fIwin\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_WIN_COMPLETE(WIN, IERROR) +.fi .SH C++ Syntax .nf #include void MPI::Win::Complete() const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Win_create.3in b/ompi/mpi/man/man3/MPI_Win_create.3in index cc190105bc..d735d6c605 100644 --- a/ompi/mpi/man/man3/MPI_Win_create.3in +++ b/ompi/mpi/man/man3/MPI_Win_create.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2007-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2007-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Win_create 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ MPI_Win_create(void *\fIbase\fP, MPI_Aint \fIsize\fP, int \fIdisp_unit\fP, MPI_Info \fIinfo\fP, MPI_Comm \fIcomm\fP, MPI_Win *\fIwin\fP) +.fi .SH Fortran Syntax (see FORTRAN 77 NOTES) .nf INCLUDE 'mpif.h' @@ -21,6 +22,7 @@ MPI_WIN_CREATE(\fIBASE, SIZE, DISP_UNIT, INFO, COMM, WIN, IERROR\fP) INTEGER(KIND=MPI_ADDRESS_KIND) \fISIZE\fP INTEGER \fIDISP_UNIT, INFO, COMM, WIN, IERROR\fP +.fi .SH C++ Syntax .nf #include @@ -28,6 +30,7 @@ static MPI::Win MPI::Win::Create(const void* \fIbase\fP, MPI::Aint \fIsize\fP, int \fIdisp_unit\fP, const MPI::Info& \fIinfo\fP, const MPI::Intracomm& \fIcomm\fP) +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Win_create_errhandler.3in b/ompi/mpi/man/man3/MPI_Win_create_errhandler.3in index eef0298b1d..e5cd2a5f76 100644 --- a/ompi/mpi/man/man3/MPI_Win_create_errhandler.3in +++ b/ompi/mpi/man/man3/MPI_Win_create_errhandler.3in @@ -1,5 +1,5 @@ -.\"Copyright 2009-2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2009-2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Win_create_errhandler 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Win_create_errhandler(MPI_Win_errhandler_function *\fIfunction\fP, MPI_Errhandler *\fIerrhandler\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -20,12 +21,14 @@ MPI_WIN_CREATE_ERRHANDLER(\fIFUNCTION, ERRHANDLER, IERROR\fP) EXTERNAL \fIFUNCTION\fP INTEGER \fIERRHANDLER, IERROR\fP +.fi .SH C++ Syntax .nf #include static MPI::Errhandler MPI::Win::Create_errhandler(MPI::Win:: errhandler_function* \fIfunction\fP) +.fi .SH DEPRECATED TYPE NAME NOTE .ft R MPI-2.2 deprecated the MPI_Win_errhandler_fn and diff --git a/ompi/mpi/man/man3/MPI_Win_create_keyval.3in b/ompi/mpi/man/man3/MPI_Win_create_keyval.3in index f0b8ae45f3..a4552c1dab 100644 --- a/ompi/mpi/man/man3/MPI_Win_create_keyval.3in +++ b/ompi/mpi/man/man3/MPI_Win_create_keyval.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Win_create_keyval 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -14,6 +14,7 @@ int MPI_Win_create_keyval(MPI_Win_copy_attr_function *\fIwin_copy_attr_fn\fP, MPI_Win_delete_attr_function *\fIwin_delete_attr_fn\fP, int *\fIwin_keyval\fP, void *\fIextra_state\fP) +.fi .SH Fortran Syntax (see FORTRAN 77 NOTES) .nf INCLUDE 'mpif.h' @@ -23,6 +24,7 @@ MPI_WIN_CREATE_KEYVAL(\fIWIN_COPY_ATTR_FN, WIN_DELETE_ATTR_FN, INTEGER \fIWIN_KEYVAL, IERROR\fP INTEGER(KIND=MPI_ADDRESS_KIND) \fIEXTRA_STATE\fP +.fi .SH C++ Syntax .nf #include @@ -31,6 +33,7 @@ static int MPI::Win::Create_keyval(MPI::Win::Copy_attr_function* MPI::Win::Delete_attr_function* \fIwin_delete_attr_fn\fP, void* \fIextra_state\fP) +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Win_delete_attr.3in b/ompi/mpi/man/man3/MPI_Win_delete_attr.3in index dd47b78727..8cf6ba1bbb 100644 --- a/ompi/mpi/man/man3/MPI_Win_delete_attr.3in +++ b/ompi/mpi/man/man3/MPI_Win_delete_attr.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Win_delete_attr 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ #include int MPI_Win_delete_attr(MPI_Win \fIwin\fP, int \fIwin_keyval\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_WIN_DELETE_ATTR(\fIWIN, WIN_KEYVAL, IERROR\fP) INTEGER \fIWIN, WIN_KEYVAL, IERROR\fP +.fi .SH C++ Syntax .nf #include void MPI::Win::Delete_attr(int \fIwin_keyval\fP) +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Win_fence.3in b/ompi/mpi/man/man3/MPI_Win_fence.3in index 1153eea6af..e01cdf91ce 100644 --- a/ompi/mpi/man/man3/MPI_Win_fence.3in +++ b/ompi/mpi/man/man3/MPI_Win_fence.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2007-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2007-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Win_fence 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ #include int MPI_Win_fence(int \fIassert\fP, MPI_Win \fIwin\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_WIN_FENCE(\fIASSERT, WIN, IERROR\fP) INTEGER \fIASSERT, WIN, IERROR\fP +.fi .SH C++ Syntax .nf #include void MPI::Win::Fence(int \fIassert\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Win_free.3in b/ompi/mpi/man/man3/MPI_Win_free.3in index 85e7aa9906..4e6a3b4acc 100644 --- a/ompi/mpi/man/man3/MPI_Win_free.3in +++ b/ompi/mpi/man/man3/MPI_Win_free.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2007-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2007-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Win_free 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ #include int MPI_Win_free(MPI_Win *\fIwin\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_WIN_FREE(\fIWIN, IERROR\fP) INTEGER \fIWIN, IERROR\fP +.fi .SH C++ Syntax .nf #include void MPI::Win::Free() +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Win_free_keyval.3in b/ompi/mpi/man/man3/MPI_Win_free_keyval.3in index e932a3e5e7..b91bc9f97e 100644 --- a/ompi/mpi/man/man3/MPI_Win_free_keyval.3in +++ b/ompi/mpi/man/man3/MPI_Win_free_keyval.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Win_free_keyval 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ #include int MPI_Win_free_keyval(int *\fIwin_keyval\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_WIN_FREE_KEYVAL(\fIWIN_KEYVAL, IERROR\fP) INTEGER \fIWIN_KEYVAL, IERROR\fP +.fi .SH C++ Syntax .nf #include static void MPI::Win::Free_keyval(int& \fIwin_keyval\fP) +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Win_get_attr.3in b/ompi/mpi/man/man3/MPI_Win_get_attr.3in index d79e2e2faa..a324739b87 100644 --- a/ompi/mpi/man/man3/MPI_Win_get_attr.3in +++ b/ompi/mpi/man/man3/MPI_Win_get_attr.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Win_get_attr 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -13,6 +13,7 @@ int MPI_Win_get_attr(MPI_Win \fIwin\fP, int \fIwin_keyval\fP, void *\fIattribute_val\fP, int *\fIflag\fP) +.fi .SH Fortran Syntax (see FORTRAN 77 NOTES) .nf INCLUDE 'mpif.h' @@ -21,11 +22,13 @@ MPI_WIN_GET_ATTR(\fIWIN, WIN_KEYVAL, ATTRIBUTE_VAL, FLAG, IERROR\fP) INTEGER(KIND=MPI_ADDRESS_KIND) \fIATTRIBUTE_VAL\fP LOGICAL \fIFLAG\fP +.fi .SH C++ Syntax .nf #include bool MPI::Win::Get_attr(int win_keyval, void* attribute_val) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Win_get_errhandler.3in b/ompi/mpi/man/man3/MPI_Win_get_errhandler.3in index 1bcf7ea5e0..e8447ac157 100644 --- a/ompi/mpi/man/man3/MPI_Win_get_errhandler.3in +++ b/ompi/mpi/man/man3/MPI_Win_get_errhandler.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Win_get_errhandler 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ #include int MPI_Win_get_errhandler(MPI_Win \fIwin\fP, MPI_Errhandler *\fIerrhandler\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_WIN_GET_ERRHANDLER(\fIWIN, ERRHANDLER, IERROR\fP) INTEGER \fIWIN, ERRHANDLER, IERROR\fP +.fi .SH C++ Syntax .nf #include MPI::Errhandler MPI::Win::Get_errhandler() const +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Win_get_group.3in b/ompi/mpi/man/man3/MPI_Win_get_group.3in index d7aabc7477..e65a5596fc 100644 --- a/ompi/mpi/man/man3/MPI_Win_get_group.3in +++ b/ompi/mpi/man/man3/MPI_Win_get_group.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Win_get_group 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ #include MPI_Win_get_group(MPI_Win \fIwin\fP, MPI_Group *\fIgroup\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_WIN_GET_GROUP(\fIWIN, GROUP, IERROR\fP) INTEGER \fIWIN, GROUP, IERROR\fP +.fi .SH C++ Syntax .nf #include MPI::Group MPI::Win::Get_group() const +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Win_get_name.3in b/ompi/mpi/man/man3/MPI_Win_get_name.3in index 185dc0e84f..0fa44c3565 100644 --- a/ompi/mpi/man/man3/MPI_Win_get_name.3in +++ b/ompi/mpi/man/man3/MPI_Win_get_name.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Win_get_name 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,6 +12,7 @@ #include int MPI_Win_get_name(MPI_Win \fIwin\fP, char *\fIwin_name\fP, int *\fIresultlen\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -19,11 +20,13 @@ MPI_WIN_GET_NAME(\fIWIN, WIN_NAME, RESULTLEN, IERROR\fP) INTEGER \fIWIN, RESULTLEN, IERROR\fP CHARACTER*(*) \fIWIN_NAME\fP +.fi .SH C++ Syntax .nf #include void MPI::Win::Get_name(char* \fIwin_name\fP, int& \fIresultlen\fP) const +.fi .SH INPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Win_lock.3in b/ompi/mpi/man/man3/MPI_Win_lock.3in index b208d3ff0a..fd3e1fb30c 100644 --- a/ompi/mpi/man/man3/MPI_Win_lock.3in +++ b/ompi/mpi/man/man3/MPI_Win_lock.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2007-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2007-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Win_lock 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ #include int MPI_Win_lock(int \fIlock_type\fP, int \fIrank\fP, int \fIassert\fP, MPI_Win \fIwin\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_WIN_LOCK(\fILOCK_TYPE, RANK, ASSERT, WIN, IERROR\fP) INTEGER \fILOCK_TYPE, RANK, ASSERT, WIN, IERROR\fP +.fi .SH C++ Syntax .nf #include void MPI::Win::Lock(int \fIlock_type\fP, int \fIrank\fP, int \fIassert\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Win_post.3in b/ompi/mpi/man/man3/MPI_Win_post.3in index f8a3dcf064..ee2512c1d3 100644 --- a/ompi/mpi/man/man3/MPI_Win_post.3in +++ b/ompi/mpi/man/man3/MPI_Win_post.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2007-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2007-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Win_post 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,18 +12,21 @@ #include int MPI_Win_post(MPI_Group \fIgroup\fP, int assert, MPI_Win \fIwin\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_WIN_POST(\fIGROUP, ASSERT, WIN, IERROR\fP) INTEGER GROUP, ASSERT, WIN, IERROR +.fi .SH C++ Syntax .nf #include void MPI::Win::Post(const MPI::Group& group, int assert) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Win_set_attr.3in b/ompi/mpi/man/man3/MPI_Win_set_attr.3in index 7c5238e64b..e0b9fc7b77 100644 --- a/ompi/mpi/man/man3/MPI_Win_set_attr.3in +++ b/ompi/mpi/man/man3/MPI_Win_set_attr.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Win_set_attr 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,6 +12,7 @@ #include int MPI_Win_set_attr(MPI_Win \fIwin\fP, int \fIwin_keyval\fP, void *\fIattribute_val\fP) +.fi .SH Fortran Syntax (see FORTRAN 77 NOTES) .nf INCLUDE 'mpif.h' @@ -19,11 +20,13 @@ MPI_WIN_SET_ATTR(\fIWIN, WIN_KEYVAL, ATTRIBUTE_VAL, IERROR\fP) INTEGER \fIWIN, WIN_KEYVAL, IERROR\fP INTEGER(KIND=MPI_ADDRESS_KIND) \fIATTRIBUTE_VAL\fP +.fi .SH C++ Syntax .nf #include void MPI::Win::Set_attr(int \fIwin_keyval\fP, const void* \fIattribute_val\fP) +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Win_set_errhandler.3in b/ompi/mpi/man/man3/MPI_Win_set_errhandler.3in index e390c81c25..9aaf6e3e49 100644 --- a/ompi/mpi/man/man3/MPI_Win_set_errhandler.3in +++ b/ompi/mpi/man/man3/MPI_Win_set_errhandler.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Win_set_errhandler 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ #include int MPI_Win_set_errhandler(MPI_Win \fIwin\fP, MPI_Errhandler \fIerrhandler\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_WIN_SET_ERRHANDLER(\fIWIN, ERRHANDLER, IERROR\fP) INTEGER \fIWIN, ERRHANDLER, IERROR\fP +.fi .SH C++ Syntax .nf #include void MPI::Win::Set_errhandler(const MPI::Errhandler& \fIerrhandler\fP) +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Win_set_name.3in b/ompi/mpi/man/man3/MPI_Win_set_name.3in index b2d48410f5..61b6a9c2a9 100644 --- a/ompi/mpi/man/man3/MPI_Win_set_name.3in +++ b/ompi/mpi/man/man3/MPI_Win_set_name.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Win_set_name 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,6 +12,7 @@ #include int MPI_Win_set_name(MPI_Win \fIwin\fP, char *\fIwin_name\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' @@ -19,11 +20,13 @@ MPI_WIN_SET_NAME(\fIWIN, WIN_NAME, IERROR\fP) INTEGER \fIWIN, IERROR\fP CHARACTER*(*) \fIWIN_NAME\fP +.fi .SH C++ Syntax .nf #include void MPI::Win::Set_name(const char* \fIwin_name\fP) +.fi .SH INPUT/OUTPUT PARAMETER .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Win_start.3in b/ompi/mpi/man/man3/MPI_Win_start.3in index 68e91a7a9e..c045e6605d 100644 --- a/ompi/mpi/man/man3/MPI_Win_start.3in +++ b/ompi/mpi/man/man3/MPI_Win_start.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2007-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2007-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Win_start 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ #include int MPI_Win_start(MPI_Group \fIgroup\fP, int assert, MPI_Win \fIwin\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_WIN_START(\fIGROUP, ASSERT, WIN, IERROR\fP) INTEGER GROUP, ASSERT, WIN, IERROR +.fi .SH C++ Syntax .nf #include void MPI::Win::Start(const MPI::Group& group, int assert) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Win_test.3in b/ompi/mpi/man/man3/MPI_Win_test.3in index 3dad10cef7..01167d3915 100644 --- a/ompi/mpi/man/man3/MPI_Win_test.3in +++ b/ompi/mpi/man/man3/MPI_Win_test.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2007-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2007-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Win_test 3 "#OMPI_DATE#" ""#PACKAGE_VERSION#"" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ #include int MPI_Win_test(MPI_Win \fIwin\fP, int *\fIflag\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_WIN_TEST(\fI WIN, FLAG, IERROR\fP) INTEGER \fI WIN, IERROR\fP +.fi .SH C++ Syntax .nf #include bool MPI::Win::Test() const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Win_unlock.3in b/ompi/mpi/man/man3/MPI_Win_unlock.3in index 844fdaecdb..6eb8bf1822 100644 --- a/ompi/mpi/man/man3/MPI_Win_unlock.3in +++ b/ompi/mpi/man/man3/MPI_Win_unlock.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2007-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2007-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Win_unlock 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ #include int MPI_Win_unlock(int \fIrank\fP, MPI_Win \fIwin\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_WIN_UNLOCK(\fIRANK, WIN, IERROR\fP) INTEGER \fIRANK, WIN, IERROR\fP +.fi .SH C++ Syntax .nf #include void MPI::Win::Unlock(int \fIrank\fP) const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Win_wait.3in b/ompi/mpi/man/man3/MPI_Win_wait.3in index 2fb83062d8..9b6dfffe37 100644 --- a/ompi/mpi/man/man3/MPI_Win_wait.3in +++ b/ompi/mpi/man/man3/MPI_Win_wait.3in @@ -1,5 +1,5 @@ -.\"Copyright 2010 Cisco Systems, Inc. All rights reserved. -.\"Copyright 2007-2008 Sun Microsystems, Inc. +.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. +.\" Copyright 2007-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Win_wait 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -12,17 +12,20 @@ #include int MPI_Win_wait(MPI_Win \fIwin\fP) +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' MPI_WIN_WAIT(\fI WIN, IERROR\fP) INTEGER \fI WIN, IERROR\fP +.fi .SH C++ Syntax .nf #include void MPI::Win::Wait() const +.fi .SH INPUT PARAMETERS .ft R .TP 1i diff --git a/ompi/mpi/man/man3/MPI_Wtick.3in b/ompi/mpi/man/man3/MPI_Wtick.3in index 16f2730872..eab176203d 100644 --- a/ompi/mpi/man/man3/MPI_Wtick.3in +++ b/ompi/mpi/man/man3/MPI_Wtick.3in @@ -1,4 +1,4 @@ -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Wtick 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -11,16 +11,19 @@ #include double MPI_Wtick() +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' DOUBLE PRECISION MPI_WTICK() +.fi .SH C++ Syntax .nf #include double MPI::Wtick() +.fi .SH RETURN VALUE .ft R Time in seconds of resolution of MPI_Wtime. diff --git a/ompi/mpi/man/man3/MPI_Wtime.3in b/ompi/mpi/man/man3/MPI_Wtime.3in index 0977c950b6..4c22130e0f 100644 --- a/ompi/mpi/man/man3/MPI_Wtime.3in +++ b/ompi/mpi/man/man3/MPI_Wtime.3in @@ -1,4 +1,4 @@ -.\"Copyright 2006-2008 Sun Microsystems, Inc. +.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation .TH MPI_Wtime 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -11,16 +11,19 @@ #include double MPI_Wtime() +.fi .SH Fortran Syntax .nf INCLUDE 'mpif.h' DOUBLE PRECISION MPI_WTIME() +.fi .SH C++ Syntax .nf #include double MPI::Wtime() +.fi .SH RETURN VALUE .ft R Time in seconds since an arbitrary time in the past.