Re: gfortran, g95, and dual-core



Charles Russell wrote:
For Monte
Carlo (actually, Metropolis algorithm) there is not much I can do other than to scale the problem as best as I can. Convergence to a static distribution is fastest with about 80% rejections, so I suppose I could get a fivefold gain by parallel evaluation before the rejection step.

Or maybe more, since that 80% number is for the case of sequential evaluation.
.