1407arjun / OpenMP-Parallel-Computing

Collection of parallel programming implementations of various problems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenMP Parallel Computing Examples

Compiling and running a solution

clang -o solution -fopenmp solution.c
./solution

About

Collection of parallel programming implementations of various problems


Languages

Language:C 62.5%Language:C++ 37.5%