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

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

Adding compiled files

File size: 3.1 KB
Line 
1# Copyright (c) 2004-2005 The Regents of the University of California.
2#                         All rights reserved.
3# $COPYRIGHT$
4#
5# Additional copyrights may follow
6#
7# $HEADER$
8#
9# This is the US/English general help file for rankle utilities.
10#
11# Voltaire
12[no-rankfile]
13Open RTE was unable to open the rankfile:
14    %s
15Check to make sure the path and filename are correct.
16
17usage:  mpirun mca rmaps_rankfile_path rankfile ./app
18
19all unspecified by rankfile ranks are assigned using
20byslot or bynode policy.
21
22example:  cat hosfile
23    host1
24    host2
25    host3
26    host4
27          cat rankfile
28    rank 1=host1 slot=1:0,1
29    rank 0=host2 slot=0:*
30    rank 2=host4 slot=1-2
31    rank 3=host3 slot=0:1,1:0-2
32
33[parse_error_string]
34Open RTE detected a parse error in the rankfile (%s)
35It occured on line number %d on token %d:
36    %s
37
38[parse_error_int]
39Open RTE detected a parse error in the rankfile (%s)
40It occured on line number %d on token %d:
41    %d
42
43[parse_error]
44Open RTE detected a parse error in the rankfile (%s)
45It occured on line number %d on token %d.
46
47[not-all-mapped-alloc]
48Some of the requested ranks are not included in the current allocation.
49    %s
50
51Please verify that you have specified the allocated resources properly in
52the provided rankfile.
53
54[bad-host]
55Rankfile claimed host %s that was not allocated or oversubscribed it's slots.
56Please review your rank-slot assignments and your host allocation to ensure
57a proper match.
58
59[bad-index]
60Rankfile claimed host %s by index that is bigger than number of allocated hosts.
61
62[orte-rmaps-rf:alloc-error]
63There are not enough slots available in the system to satisfy the %d slots
64that were requested by the application:
65    %s
66
67Either request fewer slots for your application, or make more slots available
68for use.
69
70[bad-rankfile]
71Error, invalid rank (%d) in the rankfile (%s)
72
73[bad-assign]
74Error, rank %d is already assigned to %s, check %s
75
76[bad-syntax]
77Error, invalid syntax in the rankfile (%s)
78syntax must be the fallowing
79rank i=host_i slot=string
80ex: rank 1=host1 slot=1:0,1
81
82[orte-rmaps-rf:multi-apps-and-zero-np]
83RMAPS found multiple applications to be launched, with
84at least one that failed to specify the number of processes to execute.
85When specifying multiple applications, you must specify how many processes
86of each to launch via the -np argument.
87
88[orte-rmaps-rf:per-node-and-too-many-procs]
89There are not enough nodes in your allocation to satisfy your request to
90launch
91%d processes on a per-node basis - only %d nodes were available.
92
93Either request fewer processes, or obtain a larger allocation.
94[orte-rmaps-rf:n-per-node-and-too-many-procs]
95There are not enough nodes in your allocation to satisfy your request to
96launch
97%d processes on a %d per-node basis - only %d nodes with a total of %d slots
98%were available.
99
100Either request fewer processes, or obtain a larger allocation.
101[orte-rmaps-rf:n-per-node-and-not-enough-slots]
102There are not enough slots on the nodes in your allocation to satisfy your
103request to launch on a %d process-per-node basis - only %d slots/node were
104available.
105
106Either request fewer processes/node, or obtain a larger allocation.
Note: See TracBrowser for help on using the repository browser.