source: proiecte/hpl/openmpi_compiled/share/openmpi/help-odls-default.txt @ 97

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

Adding compiled files

File size: 4.3 KB
Line 
1# -*- text -*-
2#
3# Copyright (c) 2004-2007 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 (c) 2009      Sun Microsystems, Inc.  All rights reserved.
14# $COPYRIGHT$
15#
16# Additional copyrights may follow
17#
18# $HEADER$
19#
20# This is the US/English general help file for Open RTE's orted launcher.
21#
22
23[odls-default:could-not-kill]
24WARNING: A process refused to die!
25
26Host: %s
27PID:  %d
28
29This process may still be running and/or consuming resources.
30
31[odls-default:could-not-send-kill]
32WARNING: A process refused the kill SIGTERM signal!
33         This should never happen unless the application is changing the
34         parent/child relationship permissions.
35
36Host:  %s
37PID:   %d
38Errno: %d
39
40This process may still be running and/or consuming resources.
41
42[orte-odls-default:execv-error]
43Could not execute the executable "%s": %s
44
45This could mean that your PATH or executable name is wrong, or that you do not
46have the necessary permissions.  Please ensure that the executable is able to be
47found and executed.
48
49#
50[nodeid-out-of-range]
51The id of a node is out of the allowed range.
52
53Value given: %ld
54Max value allowed: %ld
55
56This may be resolved by increasing the number of available node id's by
57re-configuring Open MPI with the --enable-jumbo-clusters option, and then
58re-running the application
59#
60[odls-default:multiple-paffinity-schemes]
61Multiple processor affinity schemes were specified (can only specify one):
62
63Slot list: %s
64opal_paffinity_alone:  true
65
66Please specify only the one desired method.
67#
68[odls-default:slot-list-failed]
69We were unable to successfully process/set the requested processor
70affinity settings:
71
72Specified slot list: %s
73Error: %s
74
75This could mean that a non-existent processor was specified, or
76that the specification had improper syntax.
77#
78[odls-default:invalid-node-rank]
79An invalid node rank was obtained - this is probably something
80that should be reported to the OMPI developers.
81#
82[odls-default:invalid-local-rank]
83An invalid local rank was obtained - this is probably something
84that should be reported to the OMPI developers.
85#
86[odls-default:invalid-phys-cpu]
87An invalid physical processor id was returned when attempting to
88set processor affinity - please check to ensure that your system
89supports such functionality. If so, then this is probably something
90that should be reported to the OMPI developers.
91#
92[odls-default:failed-set-paff]
93An attempt to set processor affinity has failed - please check to
94ensure that your system supports such functionality. If so, then
95this is probably something that should be reported to the OMPI developers.
96#
97[odls-default:topo-not-supported]
98An attempt was made to bind a process to a specific hardware topology
99mapping (e.g., binding to a socket) but the operating system does not
100support such topology-aware actions.  Talk to your local system
101administrator to find out if your system can support topology-aware
102functionality (e.g., Linux Kernels newer than v2.6.18).
103
104Systems that do not support processor topology-aware functionality cannot
105use "bind to socket" and other related functionality.
106
107  Local host:        %s
108  Action attempted:  %s %s
109  Application name:  %s
110#
111[odls-default:binding-not-avail]
112A request to bind the processes if the operating system supports
113such an operation was made, but the OS does not support this operation:
114
115  Local host:        %s
116  Action requested:  %s
117  Application name:  %s
118
119Because the request was made on an "if-available" basis, the job was
120launched without taking the requested action. If this is not the desired
121behavior, talk to your local system administrator to find out if your
122system can support the requested action.
123#
124[odls-default:not-enough-resources]
125Not enough %s were found on the local host to meet the requested
126binding action:
127
128  Local host:        %s
129  Action requested:  %s
130  Application name:  %s
131
132Please revise the request and try again.
Note: See TracBrowser for help on using the repository browser.