Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.6 KB

README.md

File metadata and controls

32 lines (25 loc) · 1.6 KB

parallel-systems-2014-2015

Contains the coding assignments for "Parallel and Distributed Systems" course of 7th semester of EE/CE school of A.U.Th.

Projects contained

  1. parallel_radix_octree:
    The task is to parallelize with C/C++ threading libraries a program which sorts points in 3d space saved in an octree by their morton code. Parallel code with: PThreads, OpenMP, Intel CILK
    Authors:

  2. mpi_bitonic_sort:
    An implementation of bitonic sort for distributed systems with MPI. A mixed implementation of bitonic sort/MPI and grama quicksort/OMP is also available.
    Authors:

  3. cuda_of_life:
    Parallel implementation of Conway's Game of Life for GPUs in CUDA.
    Authors:

  4. pagerank_pthreads:
    Acceleration of PageRank algorithm for web nodes sorting with PThreads.
    Authors:

Electrical and Computer Engineer School A.U.Th. 2014-2015