7899057d4e
SPAWN[_MULTIPLE] from a singleton (and displays a pretty help message explaining that you need to use mpirun). This can be removed when fixes for ORTE come over that allow SPAWN[_MULTIPLE] from singletons. This commit was SVN r10898.
23 строки
547 B
Plaintext
23 строки
547 B
Plaintext
# -*- text -*-
|
|
#
|
|
# Copyright (c) 2006 Cisco Systems, Inc. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
# This is the US/English general help file for Open MPI.
|
|
#
|
|
[spawn-from-singleton]
|
|
This version of Open MPI does not support %s from a
|
|
"singleton" application. Specifically, you cannot invoke an MPI
|
|
application like this:
|
|
|
|
shell$ ./a.out
|
|
|
|
and then have a.out use the MPI-2 dynamic spawn functions. Instead,
|
|
you must start your MPI application via mpirun:
|
|
|
|
shell: mpirun -np 1 ./a.out
|