Changes between Version 1 and Version 2 of CreditNotes
- Timestamp:
- Oct 12, 2009, 11:57:33 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CreditNotes
v1 v2 14 14 * Two projects and two hosts 15 15 * 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 2hours.16 * Host B runs project 1's jobs in 1 hour, and project 2's job in 10 hours. 17 17 18 18 Project neutrality says that both projects must grant host A the same credit per job. … … 22 22 So the two goals are inconsistent; we can't satisfy them both. 23 23 24 == Scenarios == 25 26 Extending the above example: 27 suppose 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