Changes between Version 15 and Version 16 of AppPlan
- Timestamp:
- Dec 14, 2009, 10:33:43 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppPlan
v15 v16 30 30 double ncudas; // number of NVIDIA GPUs used 31 31 double natis; // number of ATI GPUs used 32 double gpu_ram; // max amount of GPU RAM used 32 33 double avg_ncpus; // avg #CPUs used by app (may be fractional) 33 34 double max_ncpus; // max #CPUs used (not currently used for anything) … … 44 45 The client uses '''flops''' to estimate job completion times. 45 46 47 If '''gpu_ram''' is nonzero, the BOINC client (6.10.25+) 48 won't start the app unless that much RAM is available on the allocated GPU. 49 46 50 You are free to define your own set of plan classes, 47 51 and to link your own '''app_plan()''' function with the scheduler. … … 52 56 '''cuda''':: A CUDA application that requires 254MB of GPU RAM, and that uses .5% as many CPU FLOPS as GPU FLOPS. 53 57 '''cuda23''':: Similar, but requires a driver version supporting CUDA 2.3. 58 '''ati''':: ATI GPU with Catalyst 8.12+ and DLLS named amd* 59 '''ati13amd''':: ATI GPU with Catalyst 9.1+ and DLLS named amd* 60 '''ati13ati''':: ATI GPU with Catalyst 9.1+ and DLLS named ati* 61 '''ati14''':: ATI GPU with Catalyst 9.7+ and DLLS named ati* 54 62 '''nci''':: A non-CPU-intensive application that uses 1% of a CPU (this will cause the BOINC client 6.7+ to run it at non-idle priority). 55 63 '''sse3''':: A CPU app that requires the SSE3 CPU feature.