-
Notifications
You must be signed in to change notification settings - Fork 877
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
When building from source code of v5.0.3, it says ‘The submodule "config/oac" is missing.’ #13000
Comments
Unless you are a developer, you should download the official tarballs from https://www.open-mpi.org/software/ompi/v5.0/ By the way, the latest release is |
Unfortunately, we do need to build from source code. : ) |
Did you mean build from |
Sounds like you got the unofficial GitHub tarball - which the OMPI community does not support. You want the official tarball from https://www.open-mpi.org/software/ompi/v5.0/ |
I think you misunderstood @ggouaillardet -- the releases from https://www.open-mpi.org/software/ompi/v5.0/ are source code releases. The tarballs available from that URL are properly bootstrapped, ready-to-build tarballs. The naked git clone tarballs you get from https://github.com/open-mpi/ompi/tags are not properly bootstrapped, and do not build properly. This is why we do not have any releases in the GitHub release mechanism; we don't want users to download those non-functional tarballs. We cannot disable GitHub's functionality of publishing naked git tarballs under the "tags" section, unfortunately. If a bootstrapped source tarball is somehow insufficient, and you really do need to be able to build from a git clone, then you should read https://docs.open-mpi.org/en/v5.0.x/developers/index.html. |
It looks like this issue is expecting a response, but hasn't gotten one yet. If there are no responses in the next 2 weeks, we'll assume that the issue has been abandoned and will close it. |
Per the above comment, it has been a month with no reply on this issue. It looks like this issue has been abandoned. I'm going to close this issue. If I'm wrong and this issue is not abandoned, please feel free to re-open it. Thank you! |
Any idea how to fix this? I get the zip from https://github.com/open-mpi/ompi/tags.
The text was updated successfully, but these errors were encountered: