Changes between Initial Version and Version 1 of Ticket #562
- Timestamp:
- Feb 25, 2008, 10:44:49 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #562 – Description
initial v1 1 1 Add new fields to app_version: 2 1) a regular expression matched against the "features" list (SSE etc.) 3 (note: this assumes that features are listed in a consistent order; 4 is this the case? Is there a better way?) 5 2) a regular expression matched against the "accelerators" list 6 (GPUs and other coprocessors) 2 1) a tab-separated list of regular expression matched against the "features" list (SSE etc.) 3 2) a list of regular expressions matched against 4 the "accelerators" list (GPUs and other coprocessors) 7 5 3) a "value" 8 6 9 7 The scheduler would send the highest-value app version 10 that matches the host.8 that for which the host matches all the reg exps