12-16-2015 11:59 AM
It looks like you have 25 things to initialize ( 5 arrays of 5) and you do 5 at a time in parallel.
Can you set them up so it does 1 at a time instead of 5 at a time?