Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 171 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 171 Bytes

Introduction-to-omp

Learning OpenMP programming in C to parallelize a program.

For compilation use

gcc -fopenmp <file_name>.c

Finally, for execution use

./a.out