Changes between Version 5 and Version 6 of Examples


Ignore:
Timestamp:
12/10/13 12:02:39 (12 years ago)
Author:
zmanchun
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Examples

    v5 v6  
    12123. Start to look at MPI 3
    1313
    14 4. - Traditional multi-core weak memory : non blocking data structure
    15     - Disjoint memory space (CPU, GPU): CUDA
     144. Memory
     15
     16- Traditional multi-core weak memory : non blocking data structure
     17
     18   http://htor.inf.ethz.ch/publications//img/hoefler-dsde-protocols.pdf
     19   Algorithm 2 : Nonblocking consensus - uses MPI-3 non-blocking collectives
     20
     21- Disjoint memory space (CPU, GPU): CUDA
    1622
    17235. Lock-free data structure benchmarks
    1824http://www.cse.iitk.ac.in/users/mainakc/lockfree.html
    1925
    20  http://htor.inf.ethz.ch/publications//img/hoefler-dsde-protocols.pdf
    21 Look at Algorithm 2 : Nonblocking consensus - uses MPI-3 non-blocking collectives
    22 
    23266. Hybrid Examples from courses:
    2427
    25 UW course:
     28- UW course:
    2629   CSS 534: Parallel Programming in Grid and Cloud - Programming Tasks
    2730HW 2 is a good example:
    2831   courses.washington.edu/css534/prog/prog2.pdf
    2932
    30 A Georgia Tech course:
     33- A Georgia Tech course:
    3134   CSE 6230: HPC Tools and Apps. — CSE 6230: HPC Tools and Apps
    3235and the relevant assignment:
    3336   stumptown.cc.gt.atl.ga.us:8080/cse6230-hpcta-fa09/hw3.pdf
    3437
    35 A course at cornell:
     38- A course at cornell:
    3639http://www.cac.cornell.edu/education/Training/Intro/Hybrid-090529.pdf
    3740
    38 Another course
     41- Another course
    3942    ITCS 4145 Cluster Computing
    4043and assignment 4:
    4144    coitweb.uncc.edu/~abw/ITCS4145S13/Assignments/assign4S13.pdf
    4245
    43