You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A high-performance parallel implementation of a slight variation of Conway’s Game of Life using MPI. Includes both sequential and parallel versions (Send/Recv and Collectives), along with a standalone visualization notebook.
This repository contains some basic parallel algorithms perform using MPI. It also have a comparison between parallel and sequential execution of Merge sort. You can find a colab notebook which represent a graphical representation of these executions.
Optimizing sequential code for speed and portability! This repository showcases the results of a "Fundamentals of Parallel Programming" hackathon. We leveraged CUDA, OpenMP, and more to enhance performance, with the main notebook at the heart of it all. 🚀