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 maxtime for interactive job does not appear functional #29

Closed
sverhoeven opened this issue Aug 2, 2017 · 1 comment
Closed

Slurm maxtime for interactive job does not appear functional #29

sverhoeven opened this issue Aug 2, 2017 · 1 comment
Labels

Comments

@sverhoeven
Copy link
Member

Example using CLI:

date
xenon scheduler slurm --username xenon --password javagat --location localhost:10022 exec --max-time 1 sleep 600
date
Tue Aug  1 15:13:51 CEST 2017
Tue Aug  1 15:23:55 CEST 2017

The job took 600s instead of being cancelled after 1 minute.

@sverhoeven
Copy link
Member Author

Now it performs as expected

date;./build/install/xenon/bin/xenon scheduler slurm --username xenon --password javagat --location ssh://localhost:10022 exec --max-run-time 1 sleep 600;date
Wed Feb 28 11:20:51 CET 2018
Wed Feb 28 11:22:21 CET 2018

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

No branches or pull requests

1 participant