Skip to content

Coursal/OpenMP-Multisort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenMP-Multisort

A simple C program using OpenMP API to sort an array given by user

Tested on Lubuntu 16
Corrected with the great great great guidance of Nick Siakas's work over here
Compiled and executed with:
  • gcc -o main -fopenmp main.c
  • ./main

About

A simple C program using OpenMP API to sort an array given by user

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages