Skip to content
Discussion options

You must be logged in to vote

The wall time should be the wall time of the Slurm job that runs the Dask worker.

The recommendation on how to choose it critically depends on whether you want to use the restart_worker feature or not.
The case in which you set restart_worker=True is easier; the wall time for the worker should be set a little above the expected runtime of a single simulation in your example, 20 min.
In case you use restart_worker=False, it becomes a bit more difficult to estimate the recommended wall time. In your example, I would say the following: assuming that you really get your five Dask workers for the entire time, the ideal wall time is 100/5 * 20 min = 400 min. Problems begin when you dont get all…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by bwirthl
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants