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
See
sumpy/test/test_distributed.py
Lines 38 to 39 in 4ad3d28
Btw, what are the conflicts that this is supposed to solve?
The text was updated successfully, but these errors were encountered:
Summoning @gaohao95. Added here: https://github.com/inducer/sumpy/pull/137/files#diff-6ca98cf32babcf9b01b2623785a858f1f4fabeaf81e2ee6b53666ded38fad7faR33
Sorry, something went wrong.
Usually on a cluster all MPI ranks share the same file system. If ranks use the same location for cache, file locking could serialize all ranks.
I don't think this matters for test cases so we can probably remove that if it's a hurdle.
increased CI timing
You sure it's not just the added distributed tests? How big of an increase do you see?
No branches or pull requests
See
sumpy/test/test_distributed.py
Lines 38 to 39 in 4ad3d28
I'm guessing that's one of the reasons for increased CI timing.
Btw, what are the conflicts that this is supposed to solve?
The text was updated successfully, but these errors were encountered: