Changes between Version 11 and Version 12 of AppPlanSpec
- Timestamp:
- Jul 25, 2013, 11:02:20 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppPlanSpec
v11 v12 62 62 scale the # of GPUs used. 63 63 This is the tag name. 64 <without_opencl>0|1</without_opencl>:: send this version only to hosts without OpenCL capability 64 65 65 Fields for AMD/ATI G puapps:66 Fields for AMD/ATI GPU apps: 66 67 67 68 <need_ati_libs/>:: Require libraries named "ati", not "amd". 69 <need_amd_libs/>:: Require libraries named "amd". 68 70 You can verify which DLLs your application is linked against using 69 71 [http://www.dependencywalker.com/ Dependency Walker] against your application. 70 72 If your executable contains DLL names prefixed with 'ati', use this option. 73 These flags are usually not needed for OpenCL apps. 71 74 72 75 <min_cal_target>N</min_cal_target> :: … … 113 116 <max_opencl_version>MMmm</max_opencl_version>:: maximum OpenCL version 114 117 118 Fields for OpenCL apps for AMD 119 <min_opencl_driver_revision>MMmmrr</min_opencl_driver_revision>:: minimum OpenCL driver revision 120 <max_opencl_driver_revision>MMmmrr</max_opencl_driver_revision>:: maximum OpenCL driver revision 121 115 122 Fields for !VirtualBox apps 116 123