CS 732 Theory of Parallel and Distributed Processing
University of Nevada, Reno
Joshua Hegie

This page is dedicated to cataloging the projects for CS 732.

All of the Projects use the following timer code:
Timer.cpp
Timer.h

Posix Threads Assignment:

Source Code:
Creation.cpp
Ping.cpp
Count.cpp
Matrix.cpp

Results: Assignment 1

OpenMP Assignment:

Source Code:
Count.cpp
Matrix.cpp

Results: Assignment 2

MPI Assignment:

Source Code:
Ping.cpp
Count.cpp
Matrix.cpp

Results: Assignment 3

Brain Simulator:

Source Code:
main.cpp
CircBuffer.h
CircHuffer.cpp
mPool.h
mPool.cpp
Timeline.h
Timeline.cpp