Changes between Version 13 and Version 14 of AppPlan


Ignore:
Timestamp:
Aug 20, 2009, 9:39:28 AM (15 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppPlan

    v13 v14  
    2828{{{
    2929struct 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
    3132   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)
    3334   double flops;      // estimated FLOPS
    3435   char cmdline[256]; // passed to the app as a cmdline argument;
     
    5051 '''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'''.
    5152 '''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.
    5254 '''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).
    5355 '''sse3''': A CPU app that requires the SSE3 CPU feature.