Changes between Version 8 and Version 9 of AppPlan
- Timestamp:
- Jan 22, 2009, 11:26:56 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppPlan
v8 v9 23 23 * in '''sreq.coprocs''', a list of its coprocessors. 24 24 25 26 25 When called with a particular SCHEDULER_REQUEST and plan class, 27 26 the function returns true if the host's resources are sufficient for apps of that class. … … 46 45 The scheduler reply includes, for each job, an XML encoding of HOST_USAGE. 47 46 48 The client keeps track of coprocessor allocation, i.e. how many instances of each are free.49 It only runs an app if enough instances are available.50 47 51 48 == Notes == 52 49 53 * It's not always optimal to use only the version with highest FLOPS. Suppose there's a GPU version and a multithread version. On some machines it might be best to use some of each.54 50 * The server code that estimates completion times currently doesn't know about multiprocessors or coprocessors. 55 * The client work-fetch code doesn't know about multiprocessors or coprocessors. 51