OpenMP A Collection of OpenMP programs with parallel programming How to Run on Linux First define the number of threads you want by 'export OMP_NUM_THREADS=5' gcc -o hello -fopenmp hello.c ./hello