We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Student of mine was submitting a job with 500000 (long) lines and "-c 4000"
When jobs started, they all failed with:
/var/spool/torque/mom_priv/jobs/43286355-1.gpc-sched-ib0.SC: xrealloc: cannot allocate 18446744072881863172 bytes (249856 bytes allocated)
A quick bit of googling indicates that bash pipes have limits and we were overflowing some buffer somewhere.
(testing right now) using individual jobs resolves this.
We should maybe provide some warning about very very large jobfiles.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Student of mine was submitting a job with 500000 (long) lines and "-c 4000"
When jobs started, they all failed with:
A quick bit of googling indicates that bash pipes have limits and we were overflowing some buffer somewhere.
(testing right now) using individual jobs resolves this.
We should maybe provide some warning about very very large jobfiles.
The text was updated successfully, but these errors were encountered: