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
Describe how Open MPI was installed (e.g., from a source/distribution tarball, from a git clone, from an operating system distribution package, etc.)
Forked Open MPI, pulled from my own repo
Details of the problem
git submodule update --init --recursive fails because it tries to obtain the git repo abouteiller/oac, which does not exist (if it existed, it may not contain the wanted hash, as it may become outdated w.r.t. the origin/upstream).
Proposed resolution
Change ../oac to ../../open-mpi/oac in .gitmodules
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Thank you for taking the time to submit an issue!
Background information
What version of Open MPI are you using? (e.g., v3.0.5, v4.0.2, git branch name and hash, etc.)
main / ee324be
Describe how Open MPI was installed (e.g., from a source/distribution tarball, from a git clone, from an operating system distribution package, etc.)
Forked Open MPI, pulled from my own repo
Details of the problem
git submodule update --init --recursive
fails because it tries to obtain the git repoabouteiller/oac
, which does not exist (if it existed, it may not contain the wanted hash, as it may become outdated w.r.t. the origin/upstream).Proposed resolution
Change
../oac
to../../open-mpi/oac
in.gitmodules
The text was updated successfully, but these errors were encountered: