Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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.