Open MP Program
Budget: ₹1,500 – ₹2,000 INR
Parallelize a sorting algorithm using OpenMP, either MergeSort or QuickSort.
Requirements / Restrictions
Code should leverage the OpenMP library to parallelize code. You should not use pthreads or C/C++ atomics to manage or synchronize threads. need to write the sorting code --- can't use a prewritten sorted data structure.
write-up also needed:
write-up will be around a page or two.
More details in chat
Requirements / Restrictions
Code should leverage the OpenMP library to parallelize code. You should not use pthreads or C/C++ atomics to manage or synchronize threads. need to write the sorting code --- can't use a prewritten sorted data structure.
write-up also needed:
write-up will be around a page or two.
More details in chat