Performance Pattern List
Revision as of 17:55, 12 March 2019 by Thomas-gruber-5537@uni-erlangen.de (talk | contribs)
Work in progress!
Pattern | Shared-memory | Distributed-memory | File I/O | Accelerators |
---|---|---|---|---|
Bandwidth saturation | x | x | x | x |
ALU saturation | x | x | x | x |
Bad data placement | x | x | x | x |
Load imbalance / High serial fraction |
x | x | x | x |
Ressource related:
- Core-related patterns:
- Socket-related patterns:
- Node-related patterns:
- Cluster-related patterns:
Parallelism related: