-
Notifications
You must be signed in to change notification settings - Fork 45
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
walltime option not effective for resubmitted job #1455
Comments
Yes, the problem is likely caused by caching because only changing the walltime will not change the content of the task, therefore the ID of the task, and the locally re-generated tasks are not sent to cluster. I thought that this problem has been fixed but maybe it was not, or the problem is caused by something else. Before I try to reproduce it, could you check your version of |
The sos version is sos 0.22.5, I am not sure how to check the version of sos-pbs though |
|
The pbs version is |
It was fixed in 2af3927 but I somehow never made a new release in a year. I have just released sos 0.22.6. Please re-open the ticket if the issue persists. |
After the old jobs is killed for exceeding walltime. New PEER commands is reran with the option --walltime 24h.
However, this job is killed again after five hour. Checking the qacct shows that the walltime 24h is not registered. This may be due to a cache problem, however, removing ~/.sos every time something needs to be reran is unrealistic for it will interrupt all the running jobs at the moment.
The log of jobs fails and submission is:
then the second job fail is:
The command I used is:
With the only difference between the commands of two submission being
--walltime 24h
The text was updated successfully, but these errors were encountered: