Changes between Initial Version and Version 1 of Examples


Ignore:
Timestamp:
12/10/13 11:52:43 (12 years ago)
Author:
zmanchun
Comment:

editing benchmarks

Legend:

Unmodified
Added
Removed
Modified
  • Examples

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