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

https://github.com/1407arjun/openmp-parallel-computing

Collection of parallel programming implementations of various problems
https://github.com/1407arjun/openmp-parallel-computing

openmp parallel-computing

Last synced: 9 months ago
JSON representation

Collection of parallel programming implementations of various problems

Awesome Lists containing this project

README

          

# OpenMP Parallel Computing Examples

Compiling and running a solution

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