| | 1 | 1. Parsec Benchmark |
| | 2 | |
| | 3 | 2. Hybrid programs with mpi cuda ... |
| | 4 | |
| | 5 | 3. Start to look at MPI 3 |
| | 6 | |
| | 7 | 4. - Traditional multi-core weak memory : non blocking data structure |
| | 8 | - Disjoint memory space (CPU, GPU): CUDA |
| | 9 | |
| | 10 | 5. Lock-free data structure benchmarks |
| | 11 | http://www.cse.iitk.ac.in/users/mainakc/lockfree.html |
| | 12 | |
| | 13 | 6. Hybrid Examples: |
| | 14 | |
| | 15 | UW course: |
| | 16 | CSS 534: Parallel Programming in Grid and Cloud - Programming Tasks |
| | 17 | HW 2 is a good example: |
| | 18 | courses.washington.edu/css534/prog/prog2.pdf |
| | 19 | |
| | 20 | A Georgia Tech course: |
| | 21 | CSE 6230: HPC Tools and Apps. — CSE 6230: HPC Tools and Apps |
| | 22 | and the relevant assignment: |
| | 23 | stumptown.cc.gt.atl.ga.us:8080/cse6230-hpcta-fa09/hw3.pdf |
| | 24 | |
| | 25 | A course at cornell: |
| | 26 | http://www.cac.cornell.edu/education/Training/Intro/Hybrid-090529.pdf |