Changes between Version 37 and Version 38 of AppPlanSpec
- Timestamp:
- May 15, 2018, 8:14:26 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppPlanSpec
v37 v38 50 50 <cpu_vendor_regext>.*Intel</cpu_vendor_regexp> 51 51 }}} 52 <cpu_model_regex>regex</cpu_model_regex>:: the host's CPU model must match the regular expression. 52 53 53 54 The following elements let you use a project preference to decide whether to use the app version: … … 83 84 <gpu_peak_flops_scale>x</gpu_peak_flops_scale>:: scale GPU peak speed by this (default 1). 84 85 <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. 85 87 <min_driver_version>x</min_driver_version>:: minimum display driver version. 86 88 AMD driver versions are represented as MMmmRRRR. … … 93 95 This is the tag name. 94 96 <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 95 99 96 100 === Fields for AMD/ATI GPU apps ===