Changes between Version 6 and Version 7 of AppPlan


Ignore:
Timestamp:
Mar 21, 2008, 2:34:26 PM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppPlan

    v6 v7  
    3535   double max_ncpus;  // max #CPUs used (relevant if user changes prefs later)
    3636   double flops;      // estimated FLOPS
    37    char opaque[256];  // passed to the app in init_data.xml;
    38                       // this can be used to control the # of threads used
     37   char cmdline[256]; // passed to the app as a cmdline argument;
     38                      // this can be used, e.g. to control the # of threads used
    3939};
    4040}}}