🖥️ Repository for the project of the Programmazione di Sistemi Embedded e Multicore course @ Sapienza (2024/25)
Made by @ElBi21 and @r0mania
The repo has the following structure:
- in the root of the repo there are the various versions of the
$k$ -means algorithm, so sequential, with MPI, with OpenMP, with PThread, with CUDA and with MPI + OpenMP; - in the
articlefolder there is the report of our project; - in the
measurementsfolder there are the original files that have been used for measuring the performances of our applications. Such files have been zipped in order to reduce the space; - in the
resultsfolder there are the results directly brought in.jsonformat; - in the
test_filesfolder there are some files with the data needed for the algorithm.