18cb5c9762
This completes the minor changes required to the PLS components. Basically, there is a small change required to the parameter list of the orted cmd functions. I caught and did it for xcpu and poe, in addition to the components listed in my email - so I think that only leaves xgrid unconverted. The orted fail-to-start mods will also make changes in the PLS components, but those can be localized so they come in one at a time. This commit was SVN r14499.
42 строки
1.3 KiB
Plaintext
42 строки
1.3 KiB
Plaintext
# -*- text -*-
|
|
#
|
|
# Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
|
|
# University Research and Technology
|
|
# Corporation. All rights reserved.
|
|
# Copyright (c) 2004-2005 The University of Tennessee and The University
|
|
# of Tennessee Research Foundation. All rights
|
|
# reserved.
|
|
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
# University of Stuttgart. All rights reserved.
|
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
|
# All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
[multiple-prefixes]
|
|
Multiple different --prefix options were specified to mpirun for the
|
|
same node. This is a fatal error for the TM (PBS / Torque) process
|
|
starter in Open MPI.
|
|
|
|
The first two prefix values supplied for node %s were:
|
|
%s
|
|
and %s
|
|
#
|
|
[tm-spawn-failed]
|
|
The TM (PBS / Torque) process starter failed to spawn a daemon (orted)
|
|
on a remote node.
|
|
|
|
Command line: %s
|
|
Node name: %s
|
|
Launch id: %d
|
|
|
|
If you do not understand this error mesage, please try the following:
|
|
|
|
1. Ensure that the executable "orted" is in your PATH
|
|
2. Use the --prefix option to indicate where we can
|
|
find that executable
|
|
3. Talk to your local system administrator
|