Changes between Version 13 and Version 14 of AppPlan
- Timestamp:
- Aug 20, 2009, 9:39:28 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppPlan
v13 v14 28 28 {{{ 29 29 struct HOST_USAGE { 30 COPROCS coprocs; // coprocessors used by the app (name and count) 30 double ncudas; // number of NVIDIA GPUs used 31 double natis; // number of ATI GPUs used 31 32 double avg_ncpus; // avg #CPUs used by app (may be fractional) 32 double max_ncpus; // max #CPUs used ( relevant if user changes prefs later)33 double max_ncpus; // max #CPUs used (not currently used for anything) 33 34 double flops; // estimated FLOPS 34 35 char cmdline[256]; // passed to the app as a cmdline argument; … … 50 51 '''mt''':: An application that can use anywhere from 1 to 64 threads, and whose speedup with N CPUs is .95N. It is passed a command-line argument '''--nthreads N'''. 51 52 '''cuda''':: A CUDA application that requires 254MB of GPU RAM, and that uses .5% as many CPU FLOPS as GPU FLOPS. 53 '''cuda23''':: Similar, but requires a driver version supporting CUDA 2.3. 52 54 '''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). 53 55 '''sse3''': A CPU app that requires the SSE3 CPU feature.