2005-10-02 11:58:18 +00:00
|
|
|
# -*- text -*-
|
|
|
|
#
|
2005-11-05 19:57:48 +00:00
|
|
|
# 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.
|
2005-10-02 11:58:18 +00:00
|
|
|
# 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$
|
|
|
|
#
|
2007-05-03 20:14:24 +00:00
|
|
|
[tm-bad-launchid]
|
|
|
|
The TM (PBS / Torque) process starter cannot spawn the specified
|
|
|
|
application on a remote node due to an invalid launch_id.
|
|
|
|
|
|
|
|
Node name: %s
|
|
|
|
Launch id: %d
|
|
|
|
|
|
|
|
This is most likely due to use of the "--hostfile" option to the
|
|
|
|
command line. At this time, Open MPI/OpenRTE do not support this
|
|
|
|
method of operation. Instead, the system expects to directly read
|
|
|
|
information regarding the nodes to be used from the environment.
|
|
|
|
|
|
|
|
Removing "--hostfile" from the command line will likely allow the
|
|
|
|
application to be launched. This will be fixed in a future release
|
|
|
|
to support the use of "--hostfile" on the command line.
|
|
|
|
#
|
2005-10-02 11:58:18 +00:00
|
|
|
[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
|
2005-10-04 19:38:51 +00:00
|
|
|
#
|
2007-04-24 20:53:54 +00:00
|
|
|
[tm-spawn-failed]
|
|
|
|
The TM (PBS / Torque) process starter failed to spawn a daemon (orted)
|
|
|
|
on a remote node.
|
2005-10-04 19:38:51 +00:00
|
|
|
|
2007-04-24 20:53:54 +00:00
|
|
|
Command line: %s
|
|
|
|
Node name: %s
|
|
|
|
Launch id: %d
|
2005-10-04 19:38:51 +00:00
|
|
|
|
|
|
|
If you do not understand this error mesage, please try the following:
|
|
|
|
|
2007-04-24 20:53:54 +00:00
|
|
|
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
|