Skip to content
Prev 20578 / 29559 Next

loops in rasterEngine

On Wed, Mar 12, 2014 at 11:29 PM, Boulanger, Yan
<Yan.Boulanger at rncan-nrcan.gc.ca> wrote:
As mentioned earlier, I would be careful about using rasterEngine for
this kind of task. It may actually slow you down. I would recommend
testing on smaller subsets to determine your gains (or losses) from
doing this type of calculation in parallel versus sequentially. While
I have seen great speed increases for CPU intensive calculations from
using rasterEngine, it sounds like your processing is heavily IO
intensive. I am not sure 32 cores will help you unless you have a very
fast disk or RAID array.

Alex