Changes between Version 44 and Version 45 of AppPlanSpec


Ignore:
Timestamp:
Jul 26, 2018, 8:17:38 AM (6 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppPlanSpec

    v44 v45  
    6868
    6969 <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).
    7072 <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.
    7175 <nthreads_cmdline>0|1</nthreads_cmdline>:: if set, pass command-line args '''--nthreads N'''
    7276  to the app, where N is the number of CPUs to use