Hi. I was studying parallel methods with some silly routines. After some tries, I realized that reading Shared Arrays is slower than reading regular arrays, although I cannot understand the reason. I am using the latest version in Nightly.
As an example, routine P2 takes more time than routine P1, and the only difference is the fact that A is Shared. Is it expected ? https://gist.github.com/CodeLenz/776c138c2c49dbd4a2d5 Thanks for your help.
