microcombustion / ctwrap

Python wrapper for batch simulations (e.g. Cantera)
https://microcombustion.github.io/ctwrap/
MIT License
6 stars 5 forks source link

Parallel batch jobs fail silently #60

Closed ischoegl closed 3 years ago

ischoegl commented 3 years ago

While failing parallel jobs should not raise an error, some documentation needs to be generated

ischoegl commented 3 years ago

Should probably be fixed ... simple try...catch block in Simulation.run? Save error message in data dictionary and write to HDF so there's a record of how things failed.