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

forced --no-requeue #56

Open
aeantipov opened this issue Dec 11, 2020 · 1 comment
Open

forced --no-requeue #56

aeantipov opened this issue Dec 11, 2020 · 1 comment
Labels
question Further information is requested

Comments

@aeantipov
Copy link

According to https://github.com/basnijholt/adaptive-scheduler/blob/master/adaptive_scheduler/scheduler.py#L594
the automatic requeing by slurm is disabled in adaptive-scheduled jobs. I ran into an issue, where the node that was hosting the job faltered and the job hung in preparation state for a while (50 min). I was able to fix it by requeing the job (one can override --no-requeue with scontrol later), and adaptive-scheduler happily picked up the job and showed it as running.

So, I was wondering what's the reason behind forced --no-requeue?

@basnijholt
Copy link
Owner

To be honest I don't remember exactly.

I think without that command, a node will crash and get requeued while adaptive-scheduler will already start a new job. That requeued job will not correctly receive a new learner.

@basnijholt basnijholt added the question Further information is requested label Dec 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants