-
Notifications
You must be signed in to change notification settings - Fork 248
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
[Core] Unify SearchUtilities #11710
[Core] Unify SearchUtilities #11710
Conversation
Cloasing #11689 as it is included here |
@philbucher intel compiler is failing: https://github.com/KratosMultiphysics/Kratos/actions/runs/6638261215/job/18034253599?pr=11710 |
This is the only pending transition PR for #11719, can you check @roigcarlo ? |
On it |
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.
👍 Fine, I just wanted to make sure there were no mpi dependencies after changing the utlities, but I forgot it existed.
All right!
📝 Description
As there is no direct MPI dependency in the
MPISearchUtilities
, onlyDatacommunicator
, I move the code to the core so it can be reused in serial/MPI without MPICore dependency.🆕 Changelog