Shifted the Sobol' point subdivision from the target function to the __init__() method.
This should speed up the target function. The data transfer to the slave also occurs at the __init__() method level, reducing data transfers per function call.
Authored by: bugman 2012-03-07
Parent: [r15450]
Child: [r15452]