Fix typo noted by Zbigniew Koza.
This commit was SVN r24818.
Этот коммит содержится в:
родитель
37913cfce4
Коммит
2b2f6fc580
@ -1,5 +1,6 @@
|
||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||
.\" Copyright (c) 2011 Cisco Systems, Inc. All rights reserved.
|
||||
.TH MPI_Testall 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||
.SH NAME
|
||||
\fBMPI_Testall\fP \- Tests for the completion of all previously initiated communications in a list.
|
||||
@ -76,7 +77,7 @@ exception will be passed to its corresponding error handler. No other
|
||||
error handlers will be invoked (even if multiple requests generated
|
||||
exceptions). However, \fIall\fP requests that generate an exception
|
||||
will have a relevant error code set in the corresponding
|
||||
status.MPI_ERROR field (unless MPI_IGNORE_STATUSES was used).
|
||||
status.MPI_ERROR field (unless MPI_STATUSES_IGNORE was used).
|
||||
.sp
|
||||
The default error handler aborts the MPI job, except for I/O function
|
||||
errors. The error handler may be changed with MPI_Comm_set_errhandler,
|
||||
|
@ -1,5 +1,6 @@
|
||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||
.\" Copyright (c) 2011 Cisco Systems, Inc. All rights reserved.
|
||||
.TH MPI_Testsome 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||
.SH NAME
|
||||
\fBMPI_Testsome\fP \- Tests for completion of one or more previously initiated communications in a list.
|
||||
@ -82,7 +83,7 @@ exception will be passed to its corresponding error handler. No other
|
||||
error handlers will be invoked (even if multiple requests generated
|
||||
exceptions). However, \fIall\fP requests that generate an exception
|
||||
will have a relevant error code set in the corresponding
|
||||
status.MPI_ERROR field (unless MPI_IGNORE_STATUSES was used).
|
||||
status.MPI_ERROR field (unless MPI_STATUSES_IGNORE was used).
|
||||
.sp
|
||||
The default error handler aborts the MPI job, except for I/O function
|
||||
errors. The error handler may be changed with MPI_Comm_set_errhandler,
|
||||
|
@ -1,5 +1,6 @@
|
||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||
.\" Copyright (c) 2011 Cisco Systems, Inc. All rights reserved.
|
||||
.TH MPI_Waitall 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||
.SH NAME
|
||||
\fBMPI_Waitall\fP \- Waits for all given communications to complete.
|
||||
@ -66,7 +67,7 @@ exception will be passed to its corresponding error handler. No other
|
||||
error handlers will be invoked (even if multiple requests generated
|
||||
exceptions). However, \fIall\fP requests that generate an exception
|
||||
will have a relevant error code set in the corresponding
|
||||
status.MPI_ERROR field (unless MPI_IGNORE_STATUSES was used).
|
||||
status.MPI_ERROR field (unless MPI_STATUSES_IGNORE was used).
|
||||
.sp
|
||||
The default error handler aborts the MPI job, except for I/O function
|
||||
errors. The error handler may be changed with MPI_Comm_set_errhandler,
|
||||
|
@ -1,5 +1,6 @@
|
||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||
.\" Copyright (c) 2011 Cisco Systems, Inc. All rights reserved.
|
||||
.TH MPI_Waitsome 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||
.SH NAME
|
||||
\fBMPI_Waitsome\fP \- Waits for some given communications to complete.
|
||||
@ -108,7 +109,7 @@ exception will be passed to its corresponding error handler. No other
|
||||
error handlers will be invoked (even if multiple requests generated
|
||||
exceptions). However, \fIall\fP requests that generate an exception
|
||||
will have a relevant error code set in the corresponding
|
||||
status.MPI_ERROR field (unless MPI_IGNORE_STATUSES was used).
|
||||
status.MPI_ERROR field (unless MPI_STATUSES_IGNORE was used).
|
||||
.sp
|
||||
The default error handler aborts the MPI job, except for I/O function
|
||||
errors. The error handler may be changed with MPI_Comm_set_errhandler,
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user