Skip to content

A Collection of OpenMP programs with parallel programming

Notifications You must be signed in to change notification settings

RadhikaBailurkar/OpenMP

Repository files navigation

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

About

A Collection of OpenMP programs with parallel programming

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages