Changes between Version 50 and Version 51 of AppPlanSpec
- Timestamp:
- Jul 28, 2018, 3:51:21 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppPlanSpec
v50 v51 87 87 Note: the number of CPUs sent to the client, 88 88 and visible to the user, is in terms of logical CPUs. 89 If '''<physical_ threads>''' is set, and the host is hyperthreaded,89 If '''<physical_cpus>''' is set, and the host is hyperthreaded, 90 90 this will be twice the number of threads; 91 91 i.e. for a sequential app it will be 2. … … 97 97 use the following elements. 98 98 99 If '''<physical_ threads>''' is set, NCPUS refers to NPC, otherwise to NLC.99 If '''<physical_cpus>''' is set, NCPUS refers to NPC, otherwise to NLC. 100 100 101 101 <min_ncpus>N</min_ncpus> :: run only on hosts with NCPUS >= N. Should be called <min_threads>.