I am employing an embarassingly parallel routine using mclapply()
of the parallel
package in R in order to simulate independent paths of a stochastic process.
I am surprised that I could not get any speed gain over the non-parallel program, though.
Is there any task which is established to be performed faster in parallel than on a single core which I can use to check whether the system is working as expected?