Changes between Version 9 and Version 10 of pgraph


Ignore:
Timestamp:
Jan 14, 2010, 10:06:23 AM (14 years ago)
Author:
asturzu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pgraph

    v9 v10  
    77
    88== Activitate proiect ==
    9 ''' Completati ce veti face in fiecare etapa a proiectului '''
    10  * 12 Nov - ...
    11 {{{
    12 - Status proiect:
    13 ...
    149
    15 - ToDo:
    16 ...
    17 }}}
     10== Technologies we used ==
     11
     12 * [https://computing.llnl.gov/tutorials/openMP/] (OPENMP)
     13 * [https://computing.llnl.gov/tutorials/mpi/] (MPI)
     14 * Languages: C/C++
     15
     16== Steps ==
     17
     181.Search and see which graph algorithms can be parallelized
     19
     202.Implement the serial versions of the graph algorithms we chose
     21
     223.Build case tests with some hand made generators to verify
     23  the correctness of the serial algorithms
     24
     254.Implement in OpenMP and MPI the parallel versions of the graph algorithms
     26
     275.Test the performance and correctness of the parallel algorithms on the fep cluster
     28
     29
     30== Results ==
     31
     32The results we obtained are in the powerpoint presentation located in the svn repository
     33in the folder named Presentation.
     34
     35== References ==
     36
     37All the articles and books that we used are on the svn repository in the
     38Documentation folder.They include articles on distributed algorithms for graphs,
     39some articles on parallel CREW PRAM algorithms for graphs and the Introduction
     40to Algorithms(doesn't need any introduction) book which was the main reference
     41for the serial algorithms.
     42
     43
     44
     45
     46
     47
     48
     49
     50
     51
     52
     53
     54
     55
     56 
     57
     58
     59
     60
     61
     62