Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soumyasen1809/programming-for-numerical-computation
Programming for Numerical Computation using C-OpenMP (Parallel Programming)
https://github.com/soumyasen1809/programming-for-numerical-computation
c gpu gpu-computing gpu-programming iteration numerical-methods openmp openmp-parallelization parallel-computing parallel-programming
Last synced: 5 days ago
JSON representation
Programming for Numerical Computation using C-OpenMP (Parallel Programming)
- Host: GitHub
- URL: https://github.com/soumyasen1809/programming-for-numerical-computation
- Owner: soumyasen1809
- Created: 2020-02-17T18:08:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-02-17T18:37:05.000Z (over 4 years ago)
- Last Synced: 2023-03-05T09:03:04.112Z (over 1 year ago)
- Topics: c, gpu, gpu-computing, gpu-programming, iteration, numerical-methods, openmp, openmp-parallelization, parallel-computing, parallel-programming
- Language: C
- Size: 278 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Programming-for-Numerical-Computation
Programming for Numerical Computation using C-OpenMP (Parallel Programming)https://www.nptel.ac.in/content/syllabus_pdf/103106118.pdf
This course introduces students to MATLAB programming, and demonstrate it’s use for scientific computations. The basis of computational techniques are expounded through various coding examples and problems. Although the course uses MATLAB as the programming language, with this project, I have tried to solve the exercises using C language. An attempt to parallelize the C code using OpenMP has been made.