https://github.com/minar09/parallel-computing
Parallel computing: Jacobi and Gauss-Seidel implementation with OpenMP and MPI
https://github.com/minar09/parallel-computing
computing gauss-seidel jacobi mpi omp openmp parallel
Last synced: 11 months ago
JSON representation
Parallel computing: Jacobi and Gauss-Seidel implementation with OpenMP and MPI
- Host: GitHub
- URL: https://github.com/minar09/parallel-computing
- Owner: minar09
- License: mit
- Created: 2019-06-08T15:56:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-11T05:28:07.000Z (over 6 years ago)
- Last Synced: 2025-03-25T06:51:11.845Z (11 months ago)
- Topics: computing, gauss-seidel, jacobi, mpi, omp, openmp, parallel
- Language: C
- Size: 30.3 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# parallel-computing
Parallel computing: Jacobi and Gauss-Seidel implementation with OpenMP and MPI