/OpenMP-Parallel-Computing

Collection of parallel programming implementations of various problems

Primary LanguageC

OpenMP Parallel Computing Examples

Compiling and running a solution

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