Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 213 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 213 Bytes

OpenMP

A Collection of OpenMP programs with parallel programming

How to Run on Linux

  1. First define the number of threads you want by 'export OMP_NUM_THREADS=5'
  2. gcc -o hello -fopenmp hello.c
  3. ./hello