source: proiecte/hpl/openmpi_compiled/share/openmpi/help-plm-base.txt @ 97

Last change on this file since 97 was 97, checked in by (none), 14 years ago

Adding compiled files

File size: 3.5 KB
Line 
1# -*- text -*-
2#
3# Copyright (c) 2004-2006 The Trustees of Indiana University and Indiana
4#                         University Research and Technology
5#                         Corporation.  All rights reserved.
6# Copyright (c) 2004-2006 The University of Tennessee and The University
7#                         of Tennessee Research Foundation.  All rights
8#                         reserved.
9# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
10#                         University of Stuttgart.  All rights reserved.
11# Copyright (c) 2004-2005 The Regents of the University of California.
12#                         All rights reserved.
13# $COPYRIGHT$
14#
15# Additional copyrights may follow
16#
17# $HEADER$
18#
19[no-available-pls]
20No available launching agents were found.
21
22This is an unusual error; it means that Open RTE was unable to find
23any mechanism to launch proceses, and therefore is unable to start the
24process(es) required by your application.
25#
26[daemon-died-no-signal]
27A daemon (pid %s) died unexpectedly with status %d while attempting
28to launch so we are aborting.
29
30There may be more information reported by the environment (see above).
31
32This may be because the daemon was unable to find all the needed shared
33libraries on the remote node. You may set your LD_LIBRARY_PATH to have the
34location of the shared libraries on the remote nodes and this will
35automatically be forwarded to the remote nodes.
36#
37[daemon-died-signal-core]
38A daemon (pid %s) died unexpectedly on signal %d (with core) while
39attempting to launch so we are aborting.
40
41There may be more information reported by the environment (see above).
42
43This may be because the daemon was unable to find all the needed shared
44libraries on the remote node. You may set your LD_LIBRARY_PATH to have the
45location of the shared libraries on the remote nodes and this will
46automatically be forwarded to the remote nodes.
47#
48[daemon-died-signal]
49A daemon (pid %s) died unexpectedly on signal %d  while attempting to
50launch so we are aborting.
51
52There may be more information reported by the environment (see above).
53
54This may be because the daemon was unable to find all the needed shared
55libraries on the remote node. You may set your LD_LIBRARY_PATH to have the
56location of the shared libraries on the remote nodes and this will
57automatically be forwarded to the remote nodes.
58#
59[incomplete-exit-cmd]
60One or more daemons could not be ordered to exit. This can be caused by a
61number of rather rare problems, but typically is caused by a daemon having
62died due to the failure of a node or its communications. This could result
63in an incomplete cleanup on the affected nodes. Please see below for a list
64of nodes which may require additional cleanup.
65
66We are truly sorry for the inconvenience.
67#
68[incomplete-kill-procs-cmd]
69One or more daemons could not be ordered to kill their local processes.
70This can be caused by a number of rather rare problems, but typically
71is caused by a daemon having died due to the failure of a node or its
72communications. This could result in an incomplete cleanup on the affected
73nodes. Additional information may be available below.
74
75We are truly sorry for the inconvenience.
76#
77[stdin-target-out-of-range]
78The requested stdin target is out of range for this job - it points
79to a process rank that is greater than the number of processes in the
80job.
81
82Specified target: %s
83Number of procs: %s
84
85This could be caused by specifying a negative number for the stdin
86target, or by mistyping the desired rank. Remember that MPI ranks begin
87with 0, not 1.
88
89Please correct the cmd line and try again.
90
Note: See TracBrowser for help on using the repository browser.