Parallel computing: Difference between revisions
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
** GPU | ** GPU | ||
* [https://en.wikipedia.org/wiki/Concurrent_computing Concurrent computing] | * [https://en.wikipedia.org/wiki/Concurrent_computing Concurrent computing] | ||
** [https://en.wikipedia.org/wiki/Linearizability Atomic operations] | ** [https://en.wikipedia.org/wiki/Linearizability Atomic operations] - Atomic operations in concurrent programming are program operations that run completely independently of any other processes. |
Revision as of 09:10, 4 November 2019
Resources
- Parallelization Strategies by Eckart Bindewald
- OpenMP (C++ & Fortran 90)
- Threading in Java
- Threading in R (mclapply)
- C++ Intel Threading Blocks
- GPU
- Concurrent computing
- Atomic operations - Atomic operations in concurrent programming are program operations that run completely independently of any other processes.