Here are the three labs I did for the Parallel Computing class at NYU:
- mpi.c: solved a group of linear equations using MPI
- openMP.c: implemented a prime generator with OpenMP
- maxgpu.cu: wrote a program in CUDA that returned the maximum number in an array