Check out my first novel, midnight's simulacra!
High Performance Parallel Computing
From dankwiki
CSE 6230 -- High Performance Parallel Computing
- weak scaling - maximizing work performed per unit time
- strong scaling - minimizing time-to-solution
- lock-free - guaranteed system-wide progress
- wait-free - guaranteed per-thread progress
Papers
- Amdahl's Law in the Multicore Era by MD Hill