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

Reduce orthofuse intermediate file count #45

Open
rmdickson opened this issue Jul 6, 2021 · 1 comment
Open

Reduce orthofuse intermediate file count #45

rmdickson opened this issue Jul 6, 2021 · 1 comment

Comments

@rmdickson
Copy link

Is there some way to greatly reduce the number of files of the pattern $A/orthofuse/$B/.groups and $A/orthofuse/$B/.groups.orthout generated by oyster.mk?

I'm a support analyst at an HPC installation, and I have a user with an ORP job that has generated over half a million files in that one directory. The typical size of a file is just a few hundred bytes. This is absolutely brutal on our shared network filesystem, it has negative performance consequences not just for the user running ORP but for all the users of the filesystem.

Best practice in the HPC world is to expose the filesystem to a few large files rather than a lot of small ones. Is there some way that ORP can be invoked that will do this? If not, can we make it a feature request to find some way to minimize that file-count? Using a database (like SQLite) instead of the filesystem, say, or using incremental tar or dar to stash the *.group and *.group.orthout files?

Thanks,
Ross Dickson PhD, Support Analyst
Compute Canada / ACENET / Dalhousie University

@macmanes
Copy link
Contributor

Thank you this is an excellent suggestion. I don't have time to work on in immediately, but would very much welcome a pull request.

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

2 participants