Changes between Initial Version and Version 1 of Ticket #562


Ignore:
Timestamp:
Feb 25, 2008, 10:44:49 AM (16 years ago)
Author:
davea
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #562 – Description

    initial v1  
    11Add 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)
     21) a tab-separated list of regular expression matched against the "features" list (SSE etc.)
     32) a list of regular expressions matched against
     4  the "accelerators" list (GPUs and other coprocessors)
    753) a "value"
    86
    97The scheduler would send the highest-value app version
    10 that matches the host.
     8that for which the host matches all the reg exps