File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 11.\" -*- nroff -*-
22.\" Copyright 2013 Los Alamos National Security, LLC. All rights reserved.
3- .\" Copyright (c) 2010 Cisco Systems, Inc. All rights reserved.
3+ .\" Copyright (c) 2010-2018 Cisco Systems, Inc. All rights reserved
44.\" Copyright 2006-2008 Sun Microsystems, Inc.
55.\" Copyright (c) 1996 Thinking Machines Corporation
66.\" $COPYRIGHT$
@@ -249,6 +249,15 @@ parameter; see MPI_Comm_spawn(3)'s description of the
249249.I argv
250250parameter for more details.
251251.sp
252+ MPI-3.1 implies (but does not directly state) that the argument
253+ \fI array_of_commands \fP must be an array of strings of length
254+ \fI count \fP . Unlike the \fI array_of_argv \fP parameter,
255+ \fI array_of_commands \fP does not need to be terminated with a NULL
256+ pointer in C or a blank string in Fortran. Older versions of Open MPI
257+ required that \fI array_of_commands \fP be terminated with a blank
258+ string in Fortran; that is no longer required in this version of Open
259+ MPI.
260+ .sp
252261Calling MPI_Comm_spawn(3) many times would create many sets of
253262children with different MPI_COMM_WORLDs, whereas
254263MPI_Comm_spawn_multiple creates children with a single MPI_COMM_WORLD,
You can’t perform that action at this time.
0 commit comments