| 1 | | 1. Parsec Benchmark |
| 2 | | http://parsec.cs.princeton.edu |
| 3 | | |
| 4 | | 2. Hybrid benchmarks (with mpi cuda ...) |
| 5 | | |
| 6 | | - CORAL (2nd milestone) |
| 7 | | https://asc.llnl.gov/CORAL-benchmarks |
| 8 | | |
| 9 | | -- [wiki:BigSort] |
| 10 | | |
| 11 | | - (Steve) Multi-zone NAS Parallel Benchmarks |
| 12 | | https://www.nas.nasa.gov/assets/pdf/techreports/2003/nas-03-010.pdf |
| 13 | | |
| 14 | | https://www.nas.nasa.gov/cgi-bin/software/download |
| 15 | | |
| 16 | | 3. (Utah) MPI 3 |
| 17 | | - PPoPP 2010 by Torsten Hoefler et al - has an MPI-3 based consensus algo + also it has a BFS |
| 18 | | |
| 19 | | 4. (Utah) Memory |
| 20 | | |
| 21 | | - Traditional multi-core weak memory : non blocking data structure |
| 22 | | |
| 23 | | http://htor.inf.ethz.ch/publications//img/hoefler-dsde-protocols.pdf |
| 24 | | |
| 25 | | Algorithm 2 : Nonblocking consensus - uses MPI-3 non-blocking collectives |
| 26 | | |
| 27 | | - Disjoint memory space (CPU, GPU): Parboil (CUDA benchmarks) |
| 28 | | |
| 29 | | 5. (Utah) Lock-free data structure benchmarks |
| 30 | | http://www.cse.iitk.ac.in/users/mainakc/lockfree.html |
| 31 | | |
| 32 | | 6. (Matt) Hybrid Examples from courses: |
| 33 | | |
| 34 | | - UW course: |
| 35 | | CSS 534: Parallel Programming in Grid and Cloud - Programming Tasks |
| 36 | | |
| 37 | | HW 2 is a good example: |
| 38 | | http://courses.washington.edu/css534/prog/prog2.pdf |
| 39 | | |
| 40 | | - A Georgia Tech course: |
| 41 | | CSE 6230: HPC Tools and Apps. — CSE 6230: HPC Tools and Apps |
| 42 | | |
| 43 | | and the relevant assignment: |
| 44 | | http://stumptown.cc.gt.atl.ga.us:8080/cse6230-hpcta-fa09/hw3.pdf |
| 45 | | |
| 46 | | - A course at cornell: |
| 47 | | http://www.cac.cornell.edu/education/Training/Intro/Hybrid-090529.pdf |
| 48 | | |
| 49 | | - Another course |
| 50 | | ITCS 4145 Cluster Computing |
| 51 | | |
| 52 | | and assignment 4: |
| 53 | | http://coitweb.uncc.edu/~abw/ITCS4145S13/Assignments/assign4S13.pdf |
| 54 | | |
| 55 | | - A course in Sweden: |
| 56 | | http://www.pdc.kth.se/education/tutorials/mpi/hybrid-lab/advanced-programming-lab-hybrid-openmp-mpi-programming |
| 57 | | |
| 58 | | 7. (Steve) Paper on Breadth first search using MPI+OpenMP: |
| 59 | | |
| 60 | | http://dx.doi.org/10.1109/CLUSTER.2012.29 |
| 61 | | |
| 62 | | authors mention they might release their software |
| 63 | | |
| 64 | | 8. Rodinia: (OpenMP, CUDA, OpenCL) |
| 65 | | http://lava.cs.virginia.edu/Rodinia/download_links.htm |
| 66 | | |
| 67 | | 9. SNU NPB: (OpenMP, OpenCL) |
| 68 | | http://aces.snu.ac.kr/software/snu-npb/ |
| | 1 | {{{ |
| | 2 | #!comment |
| | 3 | https://vsl.cis.udel.edu/civl/demo.html |
| | 4 | }}} |