Hello and welcome to my github pages. I created these pages to highlight and navigate the various projects I have worked on over the years. Some are school projects, some work related and most are done for fun. Some projects are set to private due to rights restrictions or due to being an assignment for a school class.
Here are some parallel programs written in various languages and APIs.
This was done as a group project. This is the classic Conway's Game of Life, but in 3D. This project uses openGL to display the various objects. The classic glider and explosion are both able to run. This program was written in C++ and uses openMP, openACC and CUDA. There are two versions, the first for visual, and the second for timings based on implentations.
Project Code: Conway 3D
This is a group project. This is a parallel k-means, implemented in C++, openACC, MPI, OpenMP and a hybrid of openMP with MPI. We tested on three data sets with varrying sizes from small to large: Iris, Frogs, and household_power_consumption.
Project Code: Parallel K-means
This is a paralle image manipulation system. It is used to test various implemations of paralle programming, and timings.
Project Code: Not Linked.