Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joaomlneto/cpds-heat
- Owner: joaomlneto
- License: mit
- Created: 2014-01-11T16:26:19.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-05-22T13:24:09.000Z (over 5 years ago)
- Last Synced: 2024-05-02T05:09:14.967Z (7 months ago)
- Topics: 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
- Language: C
- Homepage:
- Size: 49.8 KB
- Stars: 7
- Watchers: 4
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)