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

Why do we only build distributed test_architectures if MPI.Initialized? #3879

Open
glwagner opened this issue Oct 29, 2024 · 0 comments
Open
Labels
distributed 🕸️ Our plan for total cluster domination testing 🧪 Tests get priority in case of emergency evacuation

Comments

@glwagner
Copy link
Member

This seems a brittle:

if MPI.Initialized() && MPI.Comm_size(MPI.COMM_WORLD) == 4

some bug that caused MPI not to be initialized would cause the tests to be worthless but it might not be detected.

@glwagner glwagner added distributed 🕸️ Our plan for total cluster domination testing 🧪 Tests get priority in case of emergency evacuation labels Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
distributed 🕸️ Our plan for total cluster domination testing 🧪 Tests get priority in case of emergency evacuation
Projects
None yet
Development

No branches or pull requests

1 participant