filmov
tv
CS5600 Final Project - Distributed Memory Allocator
Показать описание
For my CS5600 Computer Systems class at Northeastern University, I implemented a distributed memory allocator server and client which I call "DMA". As a proof-of-concept I created two different clients, one which has multithreaded sections using OpenMP and another which implements a mirrored write redundancy scheme.