-
-
Notifications
You must be signed in to change notification settings - Fork 185
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
Skip test if adios2 python module built without MPI. #3124
Conversation
@drew-parsons We have decided that this test will only run if the user supplies |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense to check adios2.is_built_with_mpi
if the adios2 serial build can't be used.
@garth-wells are you happy with the simplification? I can't get it to auto-merge without "force-dismissing" your review, which seems rather rude;) |
* This test only works if ADIOS2 was built with MPI. * Require MPI ADIOS2 build during configuration. * Reformat ruff. * Require adios2.10 for given test * Ruff * Simplify * Add back skip --------- Co-authored-by: Garth N. Wells <gnw20@cam.ac.uk> Co-authored-by: jorgensd <dokken92@gmail.com> Co-authored-by: Jørgen S. Dokken <dokken@simula.no>
It would also be good to not build against ADIOS2 if it wasn't built against MPI...