Changes between Version 37 and Version 38 of AppPlanSpec


Ignore:
Timestamp:
May 15, 2018, 8:14:26 PM (6 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppPlanSpec

    v37 v38  
    5050<cpu_vendor_regext>.*Intel</cpu_vendor_regexp>
    5151}}}
     52 <cpu_model_regex>regex</cpu_model_regex>:: the host's CPU model must match the regular expression.
    5253
    5354The following elements let you use a project preference to decide whether to use the app version:
     
    8384 <gpu_peak_flops_scale>x</gpu_peak_flops_scale>:: scale GPU peak speed by this (default 1).
    8485 <ngpus>x</ngpus>:: how many GPUs will be used (possibly fractional); default 1.
     86   If negative, calculate the number as the the RAM usage (gpu_ram_used_mb) divided by the GPU RAM size.
    8587 <min_driver_version>x</min_driver_version>:: minimum display driver version.
    8688  AMD driver versions are represented as MMmmRRRR.
     
    9395   This is the tag name.
    9496 <without_opencl>0|1</without_opencl>:: send this version only to hosts without OpenCL capability
     97 <min_gpu_peak_speed>X</min_gpu_peak_speed>:: use only GPUs with peak speed >= X
     98 <max_gpu_peak_speed>X</max_gpu_peak_speed>:: use only GPUs with peak speed <= X
    9599
    96100=== Fields for AMD/ATI GPU apps ===