Hi!
Hi all,
For the following code I want to stop early completing processes and wait for the others at the point with (world.barrier)(); statement.
But the problem is stop- and stop+ do interleave. Am I doing something wrong with the synchronization, or there is something wrong with my code?