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
The code uses `benmet.step_templates`, which I didn't end up liking.
I think implementing the same logic in the step scripts themselves is probably more readable, even if you end up repeating yourself, but it is what it is.
The steps require two repositories (add them using benmet's `add-repos` command):
- Open MPI: https://github.com/open-mpi/ompi.git
- A private development version of ReproMPI. The public version is https://github.com/hunsa/reprompi.git , however you'll have to adjust the parameters to not use the ones that aren't implemented there.
I also frankly don't know what libraries and further setup you need to build Open MPI. I just know that this build procedure already worked on the server that I ran it on.