markovmodel / adaptivemd

A python framework to run adaptive Markov state model (MSM) simulation on HPC resources
GNU Lesser General Public License v2.1
18 stars 7 forks source link

Add auto redirect of tasks stdout and stderr to default console for debugging #20

Closed jhprinz closed 7 years ago

jhprinz commented 7 years ago

As requrested by @thempel you can set --verbose when starting a worker and it will always redirect all STDOUT and STDERR in realtime to the standard STDs. Very useful for debugging. The outputs are also captured and stored in the DB if not disabled.

resolves #15 . resolves #14