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

Documentation: There are limits to the "array job magics" #141

Open
gdevenyi opened this issue Jul 11, 2017 · 0 comments
Open

Documentation: There are limits to the "array job magics" #141

gdevenyi opened this issue Jul 11, 2017 · 0 comments

Comments

@gdevenyi
Copy link
Member

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.

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