You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to Bazel and would like to use it for its cross-compilation and dependency management features.
My current goal is to build the Palace project, which is a C++ application that depends on MPI for parallel computing. For that, I would need to configure Bazel with OpenMPI (including its installation).
My questions are:
What is the recommended way to use Bazel with MPI? (Using a system-installed could be easier, but it goes against the principles of reproducibility… So ideally, I would like to build it from source)
I did not find any existing Bazel rulesets (like a rules_mpi)… Do you know any projects relying on it I could take a look at?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone!
I'm new to Bazel and would like to use it for its cross-compilation and dependency management features.
My current goal is to build the Palace project, which is a C++ application that depends on MPI for parallel computing. For that, I would need to configure Bazel with OpenMPI (including its installation).
My questions are:
rules_mpi
)… Do you know any projects relying on it I could take a look at?Thanks for your help and your insights!
Lucas
Beta Was this translation helpful? Give feedback.
All reactions