[GRASS-dev] Parallel computing for r.sun
Hamish
hamish_b at yahoo.com
Tue Jan 29 19:03:16 PST 2013
oh yeah, and I should probably say a little about MPI as that's
most of what we're running on our cluster here.
well, it's dominated by the I/O problem: let's get multithreading
working first. :) MPI is good for the massively-CPU bound problems,
which again I think are mostly the v.surf.* interpolation ones.
It can be more or less efficent than OpenMP depending on the
class of problem, but MPI requires much deeper changes to the
modules and a lot more work setting up the ring of systems.
Hamish
More information about the grass-dev
mailing list