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

Is Preemption Avaliable? #4

Open
jsearcy1 opened this issue Feb 1, 2019 · 1 comment
Open

Is Preemption Avaliable? #4

jsearcy1 opened this issue Feb 1, 2019 · 1 comment

Comments

@jsearcy1
Copy link

jsearcy1 commented Feb 1, 2019

Hi All,
This is a great project. I'm trying to simulate our cluster here, and mostly everything is working well. However, I'm getting a number of errors whenever trying to use

PreemptType=preempt/partition_prio

in slurmctld.out I see
Error connecting slurm stream socket at 127.0.0.1:6817: Connection refused

followed by all the jobs sitting in the queue with reason
(FrontEndDown)

Could I be doing something wrong or is the simulator not ready for preemption yet?

Thanks,
Jake

@jsearcy1 jsearcy1 changed the title Is Premption Avaliable? Is Preemption Avaliable? Feb 1, 2019
@nsimakov
Copy link
Member

Hi Jake,

I didn't test preemption but it is very interesting feature.

With slurm simulator it is not obvious which feature would work right away and which one would need some attention. In this particular case, because there is no real slurmd and preemption require killing the job on compute node so there is a communication between slurm controller and slurm daemons, which needed to be faken for simulation.

I will take a look into what.

Thanks,
Nikolay

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

No branches or pull requests

2 participants