Changes between Version 51 and Version 52 of AppPlanSpec
- Timestamp:
- Aug 6, 2018, 6:45:27 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppPlanSpec
v51 v52 100 100 101 101 <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. 103 105 <nthreads_cmdline>0|1</nthreads_cmdline>:: if set, pass command-line args '''--nthreads N''' 104 106 to the app, where N is the number of threads to use.