Changes between Version 24 and Version 25 of AppPlanSpec


Ignore:
Timestamp:
Oct 7, 2014, 3:53:01 AM (10 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppPlanSpec

    v24 v25  
    5050
    5151=== Fields for multicore apps ===
     52
    5253 <min_ncpus>x</min_ncpus> :: run only on hosts with at least X usable CPUs.
    5354 <max_threads>x</max_threads>:: use at most this many CPUs
     55 <nthreads_cmdline>0|1</nthreads_cmdline>:: if set, pass command-line args '''--nthreads N'''
     56  to the app, where N is the number of CPUs to use
     57  (the lesser of max_threads and the number of CPUs on the host).
    5458
    5559=== Fields for GPU apps ===