clawpack / visclaw

Clawpack visualization tools
http://www.clawpack.org
BSD 3-Clause "New" or "Revised" License
29 stars 48 forks source link

Implement Basic Parallel Capabilities #171

Closed mandli closed 8 years ago

mandli commented 8 years ago

Propose to add a simple process pool so that multiple workers can take frames until plotting is done rather than use a single process.

Add code into the plotdata object to enable parallel running and parallelize the png file creation by launching multiple processes that will take jobs as they finish with each frame.

mandli commented 8 years ago

Basic functionality added in #174.