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

Submitting many jobs generates error qsub: Invalid credential #122

Open
renozao opened this issue Dec 9, 2016 · 0 comments
Open

Submitting many jobs generates error qsub: Invalid credential #122

renozao opened this issue Dec 9, 2016 · 0 comments

Comments

@renozao
Copy link

renozao commented Dec 9, 2016

When submitting many jobs at once (~ 200) to a TORQUE cluster, I often get the following error:

Error in submitJobs(reg, resources = list(nodes = 1)) :
 Fatal error occured: 101. qsub produced exit code 173; output qsub: Invalid credential
Calls: submitJobs ... tryCatch -> tryCatchList -> tryCatchOne -> <Anonymous>

I think this is due to the too many consecutive qsub calls made too quickly one after the other, which somehow flood the queuing system. A work around for me is to re-submit the jobs that were not submitted (loop or manually), until all jobs are effectively submitted.

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

1 participant