|  | 
| 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:N command line parameter (N defaults to 1 if not | 
|  | 41 | +     provided) | 
|  | 42 | +  3. Resource manager (e.g., SLURM, PBS/Torque, LSF, etc.) | 
|  | 43 | +  4. If neither a hostfile, the --hosts command line parameter, nor an | 
|  | 44 | +     RM is present, Open MPI defaults to the number of processor | 
|  | 45 | +     cores | 
|  | 46 | + | 
|  | 47 | +In all the above cases, if you want Open MPI to default to the number | 
|  | 48 | +of hardware threads instead of the number of processor cores, use the | 
|  | 49 | +--use-hwthread-cpus option. | 
|  | 50 | + | 
|  | 51 | +Alternatively, you can use the --oversubscribe option to ignore the | 
|  | 52 | +number of available slots when deciding the number of processes to | 
|  | 53 | +launch. | 
|  | 54 | +# | 
| 32 | 55 | [orte-rmaps-base:not-all-mapped-alloc] | 
| 33 | 56 | Some of the requested hosts are not included in the current allocation for the | 
| 34 | 57 | application: | 
|  | 
0 commit comments