# Conjugate Gradient Solver May - June 2019 ### Parallel and High Performance Computing Course Project ## Sergio Daniel Hernandez ### Description Conjugate Gradient Solver developed in the context of the final project for the Parallel and High Performance COmputing Course (PHPC) at EPFL. ### Structure * [Serial implementation](CG_Serial) * [Pure MPI implementation](CG_Parallel)