Changes between Version 16 and Version 17 of AppMultiThread
- Timestamp:
- Mar 12, 2008, 4:54:04 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppMultiThread
v16 v17 32 32 * Link the following function into your scheduler: 33 33 {{{ 34 bool app_plan(HOST& host, c har* plan_class, HOST_USAGE& hu) {34 bool app_plan(HOST& host, const char* plan_class, HOST_USAGE& hu) { 35 35 if (!strcmp(plan_class, "par16")) { 36 36 if (host.ncpus < 16) {