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.
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.