OpenMP on for loop takes much more time than serial code
I tried parallelizing a code snippet with OpenMP, it turns out that engaging OpenMP takes 25X time for the program to finish. Is there anything wrong? How can I optimize it?
OpenMP on for loop takes much more time than serieal code
I tried parallelizing a code snippet with OpenMP, it turns out that engaing OpenMP takes 25X time for the program to finish. Is there anything wrong? How can I optimize it?