kuldeep-tolia / OpenMP_C_Codes

OpenMP parallelization for various numerical methods and miscellaneous problems using C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

-> This repository has computer programs written in C and has two sections:

  • Section-1 discusses about the basic OpenMP clauses/constructs and demonstrates their usage via computer programs.
  • Section-2 discusses about the numerical methods and miscellaneous problems which are parallelized using OpenMP and checks its parallel computing performance.