CQoS BOF

CQoS BOF Agenda
  • Review new performance metadata formats that were coordinated by PERI
  • Establish specific requirements for new performance database capabilities
  • Work on defining component interfaces for database query and management (C++ and SIDL); CQoS Database Usage in Adaptive Linear Solvers
  • Determine day/time/agenda for next CQoS group telecon: Dec 6 (Thu), 9am PT
    • Complete C++ interfaces for managing data and computing outcomes (based on cperfdmf)
    • Preliminary impl in a shared repository


Interface needs

class Parameter {
   void setComparator(const Comparator&);
   Comparator& getComparator();
}

class ParameterSet {
}

class Comparator {
/* Comparison operations between parameters */
}

class Outcome {
}

vector<TrialID> getMatchingTrials(const ParameterSet& lower, const ParameterSet& upper);

void storeOutcomes(Outcome outcomes[]);


Created by: norris last modification: Friday 12 of October, 2007 [18:06:02 UTC] by norris

The original document is available at http://www.cca-forum.org/wiki/tiki-index.php?page=CQoS%20BOF