14 Aug Introduction to Parallel Computer Architecture Histogram Generation using OpenMP
Edit the compute using openmp() function within the file histogram.c to complete the functionality of multi-threaded histogram generation. You may add multiple functions to the file as needed to achieve this functionality. The program provided to you accepts the size of the input data set...