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
{{ message }}
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.
Depending on the runtime you use - for "multi-threaded" execution entire program terminates due to exception.
When you use multi-process with outputting to files you can call wait() on the result of lp.launch() call.
Can you explain what "outputting to files" does? Also, somewhat unrelated, can you give advice on scheduling programs to launch one after the other? E.g., when one fails/exits, another program starts
outputting to files writes output of each node to a log file. wait() can be used in any multi-process experiment and it can be used to schedule mulitple programs to execute one after the other.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, is there a way to get all nodes to stop when one node gets an exception?
The text was updated successfully, but these errors were encountered: