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

Slurm, fix submitting tasks multiple times #169

Merged
merged 1 commit into from
Jan 9, 2024

Conversation

albertz
Copy link
Member

@albertz albertz commented Jan 9, 2024

submit_helper writes an invalid state to _task_info_cache, and then task_state returns STATE_UNKNOWN, which causes STATE_INTERRUPTED_RESUMABLE, which causes a resubmit.

Fix #163.

submit_helper writes an invalid state to _task_info_cache,
and then task_state returns STATE_UNKNOWN,
which causes STATE_INTERRUPTED_RESUMABLE,
which causes a resubmit.

Fix #163
@albertz albertz merged commit a887596 into master Jan 9, 2024
3 checks passed
@albertz albertz deleted the albert-fix-slurm-duplicate-163 branch January 9, 2024 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

More then one matching SLURM task
2 participants