This repository contains the files related to the Multicore Programming project on DNA Sequencing.
handout.pdf- Describes the task and goals of the project.align.c- The sequential version of the program.rng.c- Custom RNG functions.
Multicore_Programming_Project.pdf- Project report.align_omp.c- OpenMP implementation.align_omp_mpi.c- OpenMP+MPI implementation.align_cuda.cu- CUDA implementation.