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

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

Adding compiled files

File size: 2.6 KB
Line 
1# -*- text -*-
2#
3# Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
4#                         University Research and Technology
5#                         Corporation.  All rights reserved.
6# Copyright (c) 2004-2005 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# This is the US/English general help file for Open RTE's orterun.
20#
21[no-local-orted]
22The rsh PLS component was not able to find the executable "orted" in
23your PATH or in the directory where Open MPI/OpenRTE was initially installed,
24and therefore cannot continue.
25
26For reference, your current PATH is:
27
28  %s
29
30We also looked for orted in the following directory:
31
32  %s
33
34[multiple-prefixes]
35Specified multiple application contexts using different
36settings for --prefix. Care should be taken, that corresponding
37processes are mapped to different nodes. Having multiple prefixes
38per node is not allowed.
39
40The previously set prefix was
41  %s
42
43the prefix to be set overriding:
44  %s
45
46[concurrency-less-than-zero]
47The value of the MCA parameter "pls_rsh_num_concurrent" is less than
48or equal to zero (%d).  This parameter is used to determine how many
49remote agents (typically rsh or ssh) to invoke concurrently while
50launching parallel jobs. 
51
52This value has automatically be reset to 1; processing will continue.
53
54[deadlock-params]
55The rsh launcher has been given a number of %d concurrent daemons to
56launch and is in a debug-daemons option. However, the total number of
57daemons to launch (%d) is greater than this value. This is a scenario that
58will cause the system to deadlock.
59
60To avoid deadlock, either increase the number of concurrent daemons, or
61remove the debug-daemons flag.
62
63[unknown-user]
64The user (%d) is unknown to the system (i.e. there is no corresponding
65entry in the password file). Please contact your system administrator
66for a fix.
67#
68[cannot-resolve-shell-with-prefix]
69The rsh launcher has been given a prefix to use, but could not determine
70the type of remote shell being used on the remote node. This is a fatal
71error as we cannot determine how to construct the cmd line to set your
72remote LD_LIBRARY_PATH and PATH environmental variables.
73
74The prefix we were given are:
75
76opal_prefix: %s
77prefix_dir: %s
Note: See TracBrowser for help on using the repository browser.