Parallelisation with openmp getting worse
I’m trying to parallelise the Fuzzy unsupervised c-means algorithm with openmp and I have done it and the problem is when I use 16/32 threads it should give better results than 8/4 threads but the opposite happens and it get worser and I’m not using threads more than the cores and I know that’s due to race conditions but at this moment my brain stopped working lol
Parallelised code is :
””