Changes between Version 51 and Version 52 of AppPlanSpec


Ignore:
Timestamp:
Aug 6, 2018, 6:45:27 PM (6 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppPlanSpec

    v51 v52  
    100100
    101101 <min_ncpus>N</min_ncpus> :: run only on hosts with NCPUS >= N.  Should be called <min_threads>.
    102  <max_threads>N [M]</max_threads>:: Use min(N, NCPUS-M) threads (if not specified, M is zero).
     102 <max_threads>N [M]</max_threads>:: Use min(N, NCPUS) threads.
     103  If M is given, reduce this number if needed to ensure the M CPUs are not used.
     104  To avoid impacting interactive response, use M=1.
    103105 <nthreads_cmdline>0|1</nthreads_cmdline>:: if set, pass command-line args '''--nthreads N'''
    104106  to the app, where N is the number of threads to use.