You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before submitting to a pull request, I would like to suggest a small update to the runIDFs and prepare_run methods, both of which create/read the 'multi_runs' folder at os.mkdir('multi_runs'), but when I try to run multiple parallel instances (for example, in a 20 thread processor, 4 runs with 5 simulations each), we replace the simulations as they run, losing the outputs at the end.
To fix this, my suggestion is to add some output_dir to 'multi_runs' like this:
Hey guys,
Before submitting to a pull request, I would like to suggest a small update to the
runIDFs
andprepare_run
methods, both of which create/read the 'multi_runs' folder atos.mkdir('multi_runs')
, but when I try to run multiple parallel instances (for example, in a 20 thread processor, 4 runs with 5 simulations each), we replace the simulations as they run, losing the outputs at the end.To fix this, my suggestion is to add some
output_dir
to 'multi_runs' like this:The text was updated successfully, but these errors were encountered: