Changes between Version 32 and Version 33 of AppPlanSpec
- Timestamp:
- Jun 25, 2016, 3:02:53 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppPlanSpec
v32 v33 58 58 === Fields for multicore apps === 59 59 60 <min_ncpus> x</min_ncpus> :: run only on hosts with at least Xusable CPUs.61 <max_threads> x</max_threads>:: use at most this many CPUs60 <min_ncpus>N</min_ncpus> :: run only on hosts with at least N usable CPUs. 61 <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. 62 62 <nthreads_cmdline>0|1</nthreads_cmdline>:: if set, pass command-line args '''--nthreads N''' 63 63 to the app, where N is the number of CPUs to use 64 64 (the lesser of max_threads and the number of CPUs on the host). 65 <mem_usage_base>X</mem_usage_base>:: 66 <mem_usage_per_cpu>Y</mem_usage_per_cpu>:: if specified, estimated memory usage is X + NY, where N is the number of CPUs used. 67 65 68 66 69 === Fields for GPU apps ===