Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joaomlneto/cpds-heat

Heat Equation using different solvers (Jacobi, Red-Black, Gaussian) in C using different paradigms (sequential, OpenMP, MPI, CUDA) - Assignments for the Concurrent, Parallel and Distributed Systems course @ UPC 2013
https://github.com/joaomlneto/cpds-heat

cuda cuda-support gauss-seidel gaussian heat-equation jacobi mpi mpi-applications openmp openmp-applications openmp-parallelization openmp-support openmpi paradigms performance red-black solvers

Last synced: 5 days ago
JSON representation

Heat Equation using different solvers (Jacobi, Red-Black, Gaussian) in C using different paradigms (sequential, OpenMP, MPI, CUDA) - Assignments for the Concurrent, Parallel and Distributed Systems course @ UPC 2013

Awesome Lists containing this project

README

        

cpds-heat
=========

Heat Equation using different solvers (Jacobi, Red-Black, Gaussian) in C using different paradigms (sequential, OpenMP, MPI, CUDA)

## Acknowledgements

Developed with [Fotios Papaodyssefs](https://www.linkedin.com/in/fotiospapaodyssefs/) as the course project for the [Concurrence, Parallelism and Distributed Systems (CPDS)](https://www.fib.upc.edu/en/studies/masters/master-innovation-and-research-informatics/curriculum/syllabus/CPDS-MIRI) course at the [Polytechnic University of Catalonia (UPC)](https://www.upc.edu/ca) in the fall semester of 2013, taught by Professors:
- [José Ramón Herrero](http://people.ac.upc.edu/josepr/)
- [Jordi Guitart Fernandez](https://www.bsc.es/guitart-fernandez-jordi)
- [Jorge Castro Rabal](https://futur.upc.edu/JorgeCastroRabal)
- [Joaquin Gabarro Valles](https://futur.upc.edu/JoaquinGabarroValles)