|
10 | 10 | # University of Stuttgart. All rights reserved. |
11 | 11 | # Copyright (c) 2004-2005 The Regents of the University of California. |
12 | 12 | # All rights reserved. |
13 | | -# Copyright (c) 2011-2015 Cisco Systems, Inc. All rights reserved. |
| 13 | +# Copyright (c) 2011-2018 Cisco Systems, Inc. All rights reserved. |
14 | 14 | # Copyright (c) 2011 Los Alamos National Security, LLC. |
15 | 15 | # All rights reserved. |
16 | 16 | # Copyright (c) 2014-2017 Intel, Inc. All rights reserved. |
|
23 | 23 | # This is the US/English general help file for Open RTE's orterun. |
24 | 24 | # |
25 | 25 | [orte-rmaps-base:alloc-error] |
26 | | -There are not enough slots available in the system to satisfy the %d slots |
27 | | -that were requested by the application: |
| 26 | +There are not enough slots available in the system to satisfy the %d |
| 27 | +slots that were requested by the application: |
| 28 | + |
28 | 29 | %s |
29 | 30 |
|
30 | | -Either request fewer slots for your application, or make more slots available |
31 | | -for use. |
| 31 | +Either request fewer slots for your application, or make more slots |
| 32 | +available for use. |
| 33 | + |
| 34 | +A "slot" is the Open MPI term for an allocatable unit where we can |
| 35 | +launch a process. The number of slots available are defined by the |
| 36 | +environment in which Open MPI processes are run: |
| 37 | + |
| 38 | + 1. Hostfile, via "slots=N" clauses (N defaults to number of |
| 39 | + processor cores if not provided) |
| 40 | + 2. The --host command line parameter, via a ":N" suffix on the |
| 41 | + hostname (N defaults to 1 if not provided) |
| 42 | + 3. Resource manager (e.g., SLURM, PBS/Torque, LSF, etc.) |
| 43 | + 4. If none of a hostfile, the --host command line parameter, or an |
| 44 | + RM is present, Open MPI defaults to the number of processor cores |
| 45 | + |
| 46 | +In all the above cases, if you want Open MPI to default to the number |
| 47 | +of hardware threads instead of the number of processor cores, use the |
| 48 | +--use-hwthread-cpus option. |
| 49 | + |
| 50 | +Alternatively, you can use the --oversubscribe option to ignore the |
| 51 | +number of available slots when deciding the number of processes to |
| 52 | +launch. |
| 53 | +# |
32 | 54 | [orte-rmaps-base:not-all-mapped-alloc] |
33 | 55 | Some of the requested hosts are not included in the current allocation for the |
34 | 56 | application: |
|
0 commit comments