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

Giraffe needs to better deal with systems where multiple processes opening the distance index causes slowdowns #4369

Open
2 tasks
adamnovak opened this issue Aug 8, 2024 · 0 comments

Comments

@adamnovak
Copy link
Member

Probably what we need to do is:

  • At index build time, unmap, remap, and local-ify all the pointers, then mark the file read-only
  • Have some kind of option to load the index as a stream instead of mapping it, and point users to it (or do it automatically?) if we think we still might have weird contention. Or make that the default and let a user ask to map it for tiny debugging runs.

When I run a single sample I get steady progress. When I run my samples in parallel (using a slurm array job) I get almost no progress and lots of watchdog errors. When I copy the 3 graph files to unique names for each sample for eahc array job I get steady progress again. 

Originally posted by @Andy-B-123 in #4020 (comment)

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