source: proiecte/hpl/openmpi_compiled/share/openmpi/help-hostfile.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-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 hostfile utilities.
20#
21[no-hostfile]
22Open RTE was unable to open the hostfile:
23    %s
24Check to make sure the path and filename are correct.
25[slots]
26Open RTE detected a bad parameter in the hostfile:
27    %s
28The slots parameter is less than 0:
29    slots=%d
30[max_slots]
31Open RTE detected a bad parameter in the hostfile:
32    %s
33The max_slots parameter is less than 0:
34    max_slots=%d
35[max_slots_lt]
36Open RTE detected a bad parameter in the hostfile:
37    %s
38The max_slots parameter is less than the slots parameter:
39    slots=%d
40    max_slots=%d
41[parse_error_string]
42Open RTE detected a parse error in the hostfile:
43    %s
44It occured on line number %d on token %d:
45    %s
46[parse_error_int]
47Open RTE detected a parse error in the hostfile:
48    %s
49It occured on line number %d on token %d:
50    %d
51[parse_error]
52Open RTE detected a parse error in the hostfile:
53    %s
54It occured on line number %d on token %d.
55[not-all-mapped-alloc]
56Some of the requested hosts are not included in the current allocation.
57
58The requested hosts were in this hostfile:
59  %s
60
61Please verify that you have specified the allocated resources properly in
62the provided hostfile.
63#
64[hostfile:relative-syntax]
65A relative host was specified, but no prior allocation has been made.
66Thus, there is no way to determine the proper host to be used.
67
68hostfile entry: %s
69
70Please see the orte_hosts man page for further information.
71#
72[hostfile:relative-node-not-found]
73A relative host was specified, but was not found. The requested host was
74specified with as:
75
76Index: %d
77Syntax given: %s
78
79Please see the orte_hosts man page for further information.
80#
81[hostfile:relative-node-out-of-bounds]
82A relative host was specified, but the index given is beyond the number
83of hosts in the current allocation:
84
85Index: %d
86#hosts: %d
87
88You could obtain a larger allocation or reduce the relative host index.
89Please see the orte_hosts man page for further information.
90#
91[hostfile:invalid-relative-node-syntax]
92A relative host was improperly specified - the value provided was.
93
94hostfile entry: %s
95
96You may have forgotten to preface a node with 'N' or 'n', or used the 'e' or 'E' to indicate
97empty nodes. Please see the orte_hosts man page for further information.
98#
99[hostfile:not-enough-empty]
100The requested number of empty hosts was not available - the system was short by %d hosts.
101
102Please recheck your allocation - further information is available on the
103orte_hosts man page.
104[boards]
105Open RTE detected a bad parameter in the hostfile:
106    %s
107The boards parameter is less than 0:
108    boards=%d
109[sockets]
110Open RTE detected a bad parameter in the hostfile:
111    %s
112The sockets parameter is less than 0:
113    sockets=%d
114[cores]
115Open RTE detected a bad parameter in the hostfile:
116    %s
117The cores parameter is less than 0:
118    cores=%d
119
Note: See TracBrowser for help on using the repository browser.