Contains the coding assignments for "Parallel and Distributed Systems" course of 7th semester of EE/CE school of A.U.Th.
-
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: -
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: -
cuda_of_life:
Parallel implementation of Conway's Game of Life for GPUs in CUDA.
Authors: -
pagerank_pthreads:
Acceleration of PageRank algorithm for web nodes sorting with PThreads.
Authors:
Electrical and Computer Engineer School A.U.Th. 2014-2015