Changes between Version 6 and Version 7 of AppPlan
- Timestamp:
- Mar 21, 2008, 2:34:26 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppPlan
v6 v7 35 35 double max_ncpus; // max #CPUs used (relevant if user changes prefs later) 36 36 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 used37 char cmdline[256]; // passed to the app as a cmdline argument; 38 // this can be used, e.g. to control the # of threads used 39 39 }; 40 40 }}}