-
Notifications
You must be signed in to change notification settings - Fork 10
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
Filesystem-related scaling issues for large pipelines #461
Comments
I am running some tests now so I'm not exactly sure what part of the code is responsible yet, but note that MAGeT scales (for total operations -- it's not as bad if you only consider registrations) at least like number of atlases * number of templates * number of subjects, so probably reducing the number of templates is the easiest way to bring down the overall cost. My guess is that the overall issue is some combination of redundant file accesses via |
Indeed, the majority of time appears to be spent in the |
At some point I added |
Which then failed with:
Terminal said (should've been captured I think for the log? We're retrying with --csv-file |
We're currenly trying to submit a MAGeT.py pipeline to Niagara for processing.
MAGeT.py ends up spinning for ~2h on CPU time doing something, before being killed by Niagara for being bad on a login node. No jobs ever get to submission, and no other work is done.
Run command
Config
The pipeline stages are generated:
However the log never goes beyond
Before being killed.
The text was updated successfully, but these errors were encountered: