Skip to content
README.md 471 B
Newer Older
petros.anastasiadis's avatar
petros.anastasiadis committed
/****************************************************/

Two OpenMP impementations of the Matrix-Vector algorithm:
->OpenMP (a simple naive parallel for implementation)
07/09/2017: Completed

->OpenMP_aff(matrix initialization with first touch policy to minimize socket memory transactions. Threads are bind to certain cores)
13/09/2017: Completed
18/09/2017: Added thread binding to match memmory alocation pattern

/****************************************************/