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

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

Adding compiled files

File size: 2.8 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[orte-rmaps-base:alloc-error]
22There are not enough slots available in the system to satisfy the %d slots
23that were requested by the application:
24  %s
25
26Either request fewer slots for your application, or make more slots available
27for use.
28[orte-rmaps-base:not-all-mapped-alloc]
29Some of the requested hosts are not included in the current allocation for the
30application:
31  %s
32The requested hosts were:
33  %s
34
35Verify that you have mapped the allocated resources properly using the
36--host or --hostfile specification.
37[orte-rmaps-base:no-mapped-node]
38There are no allocated resources for the application
39  %s
40that match the requested mapping:
41  %s
42
43Verify that you have mapped the allocated resources properly using the
44--host or --hostfile specification.
45[orte-rmaps-base:nolocal-no-available-resources]
46There are no available nodes allocated to this job. This could be because
47no nodes were found or all the available nodes were already used.
48
49Note that since the -nolocal option was given no processes can be
50launched on the local node.
51[orte-rmaps-base:no-available-resources]
52There are no nodes allocated to this job.
53[orte-rmaps-base:all-available-resources-used]
54All nodes which are allocated for this job are already filled.
55#
56[out-of-vpids]
57The system has exhausted its available ranks - the application is attempting
58to spawn too many daemons and will be aborted.
59
60This may be resolved by increasing the number of available ranks by
61re-configuring with the --enable-jumbo-apps option, and then
62re-building the application.
63#
64[rmaps:too-many-procs]
65Your job has requested a conflicting number of processes for the
66application:
67
68App: %s
69number of procs:  %d
70
71This is more processes than we can launch under the following
72additional directives and conditions:
73
74%s:   %d
75%s:   %d
76
77Please revise the conflict and try again.
78#
79[too-many-cpus-per-rank]
80Your job has requested more cpus per process(rank) than there
81are cpus in a socket:
82
83  Cpus/rank: %d
84  #cpus/socket: %d
85
86Please correct one or both of these values and try again.
Note: See TracBrowser for help on using the repository browser.