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