Hi, I am doing pure map computation with typical benchmarks like BlackScholes and NBody.
I am using local configuration with multiple threads. It seems like, inside the chuck (total size / numThreads) the order is correct. But the ordering between chunks is not correct, giving an incorrect result at the end. What I mean by the order is, the correct result in the correct position of the array. Is there any way to guarantee the result? Many thanks Juan