Changes between Version 1 and Version 2 of CreditNotes


Ignore:
Timestamp:
Oct 12, 2009, 11:57:33 AM (15 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CreditNotes

    v1 v2  
    1414 * Two projects and two hosts
    1515 * Host A runs both projects' jobs in 1 hour.
    16  * Host B runs project 1's jobs in 1 hour, and project 2's job in 2 hours.
     16 * Host B runs project 1's jobs in 1 hour, and project 2's job in 10 hours.
    1717
    1818Project neutrality says that both projects must grant host A the same credit per job.
     
    2222So the two goals are inconsistent; we can't satisfy them both.
    2323
     24== Scenarios ==
     25
     26Extending the above example:
     27suppose
     28 * the 2 hosts both have the same peak FP speed (say 1 GFLOPS).
     29 * project 1's app runs with 100% efficiency on both hosts
     30 * project 2's app runs with 100% efficiency on host A
     31   and 10% efficiency on host B
     32   (says, because of its memory access pattern)
     33
     34