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.
- Host: GitHub
- URL: https://github.com/superthinking/parallel-programming
- Owner: SuperThinking
- Created: 2018-09-01T11:59:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-01T12:11:30.000Z (almost 8 years ago)
- Last Synced: 2025-01-03T12:44:00.243Z (over 1 year ago)
- Language: C
- Size: 238 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)#