Changes between Version 32 and Version 33 of AppPlanSpec


Ignore:
Timestamp:
Jun 25, 2016, 3:02:53 PM (8 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppPlanSpec

    v32 v33  
    5858=== Fields for multicore apps ===
    5959
    60  <min_ncpus>x</min_ncpus> :: run only on hosts with at least X usable CPUs.
    61  <max_threads>x</max_threads>:: use at most this many CPUs
     60 <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.
    6262 <nthreads_cmdline>0|1</nthreads_cmdline>:: if set, pass command-line args '''--nthreads N'''
    6363  to the app, where N is the number of CPUs to use
    6464  (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   
    6568
    6669=== Fields for GPU apps ===