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

https://github.com/superthinking/parallel-programming

Codes written in C that work in Parallel to reduce the execution time.
https://github.com/superthinking/parallel-programming

Last synced: about 2 months ago
JSON representation

Codes written in C that work in Parallel to reduce the execution time.

Awesome Lists containing this project

README

          

# Parallel-Programming

Using OPENMP



The programs are written in C



Steps to run the OPENMP programs :

Assuming that you are using any Linux Based OS
1) Go to terminal

2) Type "gcc -fopenmp filename.c" #(Without quotes)#