Changes between Version 13 and Version 14 of Examples


Ignore:
Timestamp:
12/10/13 18:21:42 (12 years ago)
Author:
zmanchun
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Examples

    v13 v14  
    442. Hybrid benchmarks (with mpi cuda ...)
    55
    6 - CORAL
     6- CORAL (2nd milestone)
    77   https://asc.llnl.gov/CORAL-benchmarks
    88
    9 - Multi-zone NAS Parallel Benchmarks
     9- (Steve) Multi-zone NAS Parallel Benchmarks
    1010   https://www.nas.nasa.gov/assets/pdf/techreports/2003/nas-03-010.pdf
    1111   https://www.nas.nasa.gov/cgi-bin/software/download
    1212
    13 3. Start to look at MPI 3
     133. (Utah) MPI 3
     14- PPoPP 2010 by Torsten Hoefler et al - has an MPI-3 based consensus algo + also it has a BFS
    1415
    15 4. Memory
     164. (Utah) Memory
    1617
    1718- Traditional multi-core weak memory : non blocking data structure
     
    2021   Algorithm 2 : Nonblocking consensus - uses MPI-3 non-blocking collectives
    2122
    22 - Disjoint memory space (CPU, GPU): CUDA
     23- Disjoint memory space (CPU, GPU): Parboil (CUDA benchmarks)
    2324
    24 5. Lock-free data structure benchmarks
     255. (Utah) Lock-free data structure benchmarks
    2526    http://www.cse.iitk.ac.in/users/mainakc/lockfree.html
    2627
     
    5051http://dx.doi.org/10.1109/CLUSTER.2012.29
    5152authors mention they might release their software
    52