Changes between Version 24 and Version 25 of AppPlanSpec
- Timestamp:
- Oct 7, 2014, 3:53:01 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppPlanSpec
v24 v25 50 50 51 51 === Fields for multicore apps === 52 52 53 <min_ncpus>x</min_ncpus> :: run only on hosts with at least X usable CPUs. 53 54 <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). 54 58 55 59 === Fields for GPU apps ===