Coursal / OpenMP-Multisort

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

Repository from Github https://github.comCoursal/OpenMP-MultisortRepository from Github https://github.comCoursal/OpenMP-Multisort

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

License:MIT License


Languages

Language:C 100.0%