Three Systems Compared (2)
OpenMP
- Good abstraction: fork-join
- System excellent for incremental parallelization on shared memory
- No implementations yet on distributed memory
- Well-suited for any parallel application if locality is not an issue
Can we combine paradigms?
- Yes, although it’s still research