Changes between Version 1 and Version 2 of BattleOfTheDialects


Ignore:
Timestamp:
02/09/15 11:14:27 (11 years ago)
Author:
dwyer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BattleOfTheDialects

    v1 v2  
    22The basic idea of this study is to explore questions like the following:
    33- How does defect proneness vary with concurrency dialect?
    4 -- number of defects
    5 -- type of defect
    6 -- difficulty of localizing defect and other measures
     4   * number of defects
     5   * type of defect
     6   * difficulty of localizing defect and other measures
    77- Does verification cost and effectiveness vary with concurrency dialect?
    8 -- time/space/...
    9 -- precision of results
    10 
     8   * time/space/...
     9   * precision of results
    1110
    1211== Sample Systems to Study ==
    1312- https://github.com/UK-MAC/CloverLeaf
    14 -- CUDA, MPI, OpenMP, OpenACC, MPI+OpenMP
    15 -- Serial version for comparison
    16 -- version history to study errors over time
     13   * CUDA, MPI, OpenMP, OpenACC, MPI+OpenMP
     14   * Serial version for comparison
     15   * version history to study errors over time
    1716- https://github.com/HydroBench/Hydro/tree/master/HydroC
    18 -- OpenMP+MPI, OpenACC+MPI, CUDA+MPI, OpenACC+MPI, OpenCL+MPI
     17   * OpenMP+MPI, OpenACC+MPI, CUDA+MPI, OpenACC+MPI, OpenCL+MPI
    1918- http://op2.github.io/PyOP2/backends.html
    20 -- OpenMP, CUDA, OpenCL, MPI, MPI+OpenMP
    21 -- not a standalone app, but rather a backend for computation
     19   * OpenMP, CUDA, OpenCL, MPI, MPI+OpenMP
     20   * not a standalone app, but rather a backend for computation
    2221