Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Process retry in slurm profile #263

Closed
MarieLataretu opened this issue Feb 23, 2024 · 1 comment · Fixed by #265
Closed

Process retry in slurm profile #263

MarieLataretu opened this issue Feb 23, 2024 · 1 comment · Fixed by #265
Assignees
Labels
enhancement New feature or request

Comments

@MarieLataretu
Copy link
Collaborator

Hi there,

currently, we ignore errors in the slurm profile:

process.errorStrategy = 'ignore'

I'd like to suggest to change this to:

process.errorStrategy = 'retry'
process.maxRetries = 1

Sometimes we see a process fail, because of HPC/SLURM hiccups. Usually, the exit status is 1 and the process runs through in the first resume run.

If you are fine with that, I'd make a PR 🙂

@MarieLataretu MarieLataretu added the enhancement New feature or request label Feb 23, 2024
@hoelzer
Copy link
Collaborator

hoelzer commented Feb 23, 2024

yes, good idea! +1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants