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 was archived by the owner on Jan 26, 2026. It is now read-only.
At the moment if a job gets requed only the progress, times, resources, etc. is captured
of the last node it was executed on.
This means the information about previous processes is lost.
However it's captured, that a job was requeued earlier.
At the moment we don't have checkpointing, which means that the information is not necessarily useful.
However it messes up the waiting time as the submission event only happens once, but the last execution event is taken to calculate the waiting time.
At the moment if a job gets requed only the progress, times, resources, etc. is captured
of the last node it was executed on.
This means the information about previous processes is lost.
However it's captured, that a job was requeued earlier.
At the moment we don't have checkpointing, which means that the information is not necessarily useful.
However it messes up the
waiting timeas the submission event only happens once, but the last execution event is taken to calculate the waiting time.