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

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

Adding compiled files

File size: 2.4 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-rr: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-rr:multi-apps-and-zero-np]
29RMAPS found multiple applications to be launched, with
30at least one that failed to specify the number of processes to execute.
31When specifying multiple applications, you must specify how many processes
32of each to launch via the -np argument.
33
34[orte-rmaps-rr:per-node-and-too-many-procs]
35There are not enough nodes in your allocation to satisfy your request to launch
36%d processes on a per-node basis - only %d nodes were available.
37
38Either request fewer processes, or obtain a larger allocation.
39[orte-rmaps-rr:n-per-node-and-too-many-procs]
40There are not enough nodes in your allocation to satisfy your request to launch
41%d processes on a %d per-node basis - only %d nodes with a total of %d slots were available.
42
43Either request fewer processes, or obtain a larger allocation.
44[orte-rmaps-rr:n-per-node-and-not-enough-slots]
45There are not enough slots on the nodes in your allocation to satisfy your request to launch on a %d process-per-node basis - only %d slots/node were available.
46
47Either request fewer processes/node, or obtain a larger allocation.
48
49[orte-rmaps-rr:no-np-and-user-map]
50You have specified a rank-to-node/slot mapping, but failed to provide
51the number of processes to be executed. For some reason, this information
52could not be obtained from the mapping you provided, so we cannot continue
53with executing the specified application.
Note: See TracBrowser for help on using the repository browser.