source: proiecte/hpl/openmpi_compiled/share/openmpi/help-dash-host.txt @ 97

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

Adding compiled files

File size: 2.2 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
22[not-all-mapped-alloc]
23At least one of the requested hosts is not included in the current allocation.
24
25Missing requested host: %s
26
27Please check your allocation or your request.
28#
29[dash-host:relative-syntax]
30A relative host was specified, but no prior allocation has been made.
31Thus, there is no way to determine the proper host to be used.
32
33-host: %s
34
35Please see the orte_hosts man page for further information.
36#
37[dash-host:relative-node-not-found]
38A relative host was specified, but was not found. The requested host was
39specified with --host as:
40
41Index: %d
42Syntax given: %s
43
44Please see the orte_hosts man page for further information.
45#
46[dash-host:relative-node-out-of-bounds]
47A relative host was specified, but the index given is beyond the number
48of hosts in the current allocation:
49
50Index: %d
51#hosts: %d
52
53You could obtain a larger allocation or reduce the relative host index.
54Please see the orte_hosts man page for further information.
55#
56[dash-host:invalid-relative-node-syntax]
57A relative host was improperly specified - the value provided was.
58
59-host: %s
60
61You may have forgotten to preface a node with 'N' or 'n', or used the 'e' or 'E' to indicate
62empty nodes. Please see the orte_hosts man page for further information.
63#
64[dash-host:not-enough-empty]
65The requested number of empty hosts was not available - the system was short by %d hosts.
66
67Please recheck your allocation - further information is available on the
68orte_hosts man page.
Note: See TracBrowser for help on using the repository browser.