1
1
Thanks to Akshay Venkatesh for noticing the mistake.
Этот коммит содержится в:
Jeff Squyres 2015-07-10 20:11:39 -07:00
родитель 4a3ca9d9b8
Коммит efc4c93d7a

Просмотреть файл

@ -1,6 +1,6 @@
.\" -*- nroff -*- .\" -*- nroff -*-
.\" Copyright 2013 Los Alamos National Security, LLC. All rights reserved. .\" Copyright 2013 Los Alamos National Security, LLC. All rights reserved.
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved. .\" Copyright (c) 2010-2015 Cisco Systems, Inc. All rights reserved.
.\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright 2006-2008 Sun Microsystems, Inc.
.\" Copyright (c) 1996 Thinking Machines Corporation .\" Copyright (c) 1996 Thinking Machines Corporation
.\" $COPYRIGHT$ .\" $COPYRIGHT$
@ -144,7 +144,7 @@ sets of 100 ints from the root to each process in the group.
.fi .fi
.SH USE OF IN-PLACE OPTION .SH USE OF IN-PLACE OPTION
When the communicator is an intracommunicator, you can perform a gather operation in-place (the output buffer is used as the input buffer). Use the variable MPI_IN_PLACE as the value of the root process \fIrecvbuf\fR. In this case, \fIrecvcount\fR and \fIrecvtype\fR are ignored, and the root process sends no data to itself. When the communicator is an intracommunicator, you can perform a scatter operation in-place (the output buffer is used as the input buffer). Use the variable MPI_IN_PLACE as the value of the root process \fIrecvbuf\fR. In this case, \fIrecvcount\fR and \fIrecvtype\fR are ignored, and the root process sends no data to itself.
.sp .sp
Note that MPI_IN_PLACE is a special kind of value; it has the same restrictions on its use as MPI_BOTTOM. Note that MPI_IN_PLACE is a special kind of value; it has the same restrictions on its use as MPI_BOTTOM.
.sp .sp