openmp.tex 294 B

1234567891011121314
  1. % vim: set foldmethod=marker foldmarker=<<<,>>>:
  2. \section{Thread-level parallelism} %<<<
  3. % SMT - simultaneous multithreading
  4. % Hyper-threading
  5. %>>>
  6. \section{Shared memory parallelism - OpenMP} %<<<
  7. % easy to get started with
  8. % but not so easy to get good performance
  9. % fork-join model
  10. %>>>