tarcadius / LDAR_Sim

MIT License
8 stars 8 forks source link

Parallel printing #9

Closed tbarchyn closed 4 years ago

tbarchyn commented 4 years ago

Here is method to handle parallel printing. This does the following things: 1) print statements from within each simulation are piped to a logfile that goes in the output directory. 2) print statements can also selectively go to the main console. This isn't much an improvement as there isn't much printing in each simulation going on - but here's one way to do it anyhow for future reference.

tarcadius commented 4 years ago

Thanks Tom this is great.