I have a code that is calculating coulomb interactions F = q1*q2/(c*r^2) it effectively looks like this. dispatch_apply(numParticles - 1, dispatch_get_global_queue ...