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 preprocessor for C that parses a c code file and parallelizes sections of it to run more efficiently. Written in Python. Parallelization performed through OpenMP
Passing a randomly generated fixed dimensional 3D array from Python to Fortran while also using Parallel programming (OpenMP) to generate a 2D array by adding along 1 direction
The exam project for the Parallel and Distributed Systems course. The project consists in the computation of wavefront algorithm using the research library FastFlow and MPI.