From: Matthias Schabel (boost_at_[hidden])
Date: 2007-02-14 13:57:46


> to define a unit for tracking FLOPs, it is reasonable that they might

where FLOPs are floating point operations, not floating point
operations per second

A general way to think of this is that dimension lists are composed
of triples:

(System,Tag,Power)

We need to be able to sort on System, then on Tag, collapsing
duplicates with
different powers.

Matthias