Multicore Watershed Delineation

MapWindow version 4.8 adopted version 5 of the TauDEM software. TauDEM, Terrain Analysis Using Digital Elevation Maps, is the main component of the MapWindow Watershed Delineation plugin.

TauDEM version 5 is designed for modern multicore architectures. A multicore CPU has more than one processor: 2, 4, even more. By using an implementation of the Message Passing Interface (MPI), TauDEM version 5 can take advantage of multiple cores, splitting tasks into several processes distributed between them, and speeding up calculations. It is also able (provided your machine has enough memory) to process much bigger DEMs: up to 4GB.

The implementation of MPI used by TauDEM is MPICH2 from the Argonne National Laboratory in the USA. MPICH2 is free, open source software. It is a little tricky to install on Windows, and not all users will need it, so the approach adopted for MapWindow is as follows:

Installing MPICH2

Note that you need to be an administrator to install MPICH2.