Changes between Version 44 and Version 45 of AppPlanSpec
- Timestamp:
- Jul 26, 2018, 8:17:38 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppPlanSpec
v44 v45 68 68 69 69 <min_ncpus>N</min_ncpus> :: run only on hosts with at least N usable CPUs. 70 <min_ncpus_phys>N</min_ncpus_phys> :: run only on with at least N usable physical CPUs 71 (older clients don't report physical CPUs, in which case we assume physical = logical/2). 70 72 <max_threads>N</max_threads>:: If N > 1, this is a multicore app. Use as many CPUs as are available, but no more than N. 73 <nthreads>NCPUS_PHYS-1</nthreads> :: proposed syntax 74 <max_threads_phys>N</max_threads_phys>:: use as many threads as there are physical CPUs, but no more than N. 71 75 <nthreads_cmdline>0|1</nthreads_cmdline>:: if set, pass command-line args '''--nthreads N''' 72 76 to the app, where N is the number of CPUs to use