Changes between Version 20 and Version 21 of AppPlanSpec


Ignore:
Timestamp:
Jul 25, 2014, 12:00:30 PM (10 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppPlanSpec

    v20 v21  
    5555=== Fields for GPU apps ===
    5656
    57  <gpu_type>X</gpu_type>:: the GPU type ('''nvidia''', '''amd''', or '''intel''')
     57Required:
     58 <gpu_type>X</gpu_type>:: the GPU type (generally '''nvidia''', '''amd''', or '''intel''')
     59
     60Optional:
    5861 <cpu_frac>x</cpu_frac>:: the fraction of total FLOPs that are done by the CPU.
    5962   This is used to calculate CPU usage and estimated FLOPS.
     63   Default 0.1.
    6064 <min_gpu_ram_mb>x</min_gpu_ram_mb>:: The minimum amount of GPU RAM.
    6165   This is needed because older clients report total RAM
     
    6367 <gpu_ram_used_mb>x</gpu_ram_used_mb>:: require this much available GPU RAM
    6468 <gpu_peak_flops_scale>x</gpu_peak_flops_scale>:: scale GPU peak speed by this (default 1).
    65  <ngpus>x</ngpus>:: how many GPUs will be used
     69 <ngpus>x</ngpus>:: how many GPUs will be used (possibly fractional); default 1.
    6670 <min_driver_version>x</min_driver_version>:: minimum display driver version.
    6771  AMD driver versions are represented as MMmmRRRR.