bbengfort / cloudscope

Simulation and visualization of distributed systems and communications.
http://bbengfort.github.io/cloudscope/
MIT License
1 stars 0 forks source link

Simulation error handling in multisim #42

Closed bbengfort closed 8 years ago

bbengfort commented 8 years ago

If a single simulation errors in multisim, the results object doesn't have a timer associated with it; so it can't print how or why that simulation failed.

Add simulation failure handling (e.g. try/except) and reporting to either multisim or to the simulation runner itself.