TLNS3D Parallelization Strategy
Use Autoparallelization to --
- Insert directives automatically where possible
- Help understand remaining issues
Directive level -- Focus on NUMA
- Incrementally parallelize application
- A few parallel regions / Many parallel DOs
- Consistency: Parallelize same dimension
- Avoid barriers whenever possible