Skip to content
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

Update README on building openmpi #945

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

estepona
Copy link

@estepona estepona commented Mar 19, 2024

What

Building openmpi requires having the submodules initiated, otherwise it would error out. This PR simply updates the README regarding this issue.

Example

...
Open MPI autogen (buckle up!)

1. Checking tool versions

   Searching for autoconf
     Found autoconf version 2.71; checking version...
       Found version component 2 -- need 2
       Found version component 71 -- need 69
     ==> ACCEPTED
   Searching for libtoolize
     Found libtoolize version 2.4.6; checking version...
       Found version component 2 -- need 2
       Found version component 4 -- need 4
       Found version component 6 -- need 2

     ==> ACCEPTED
   Searching for automake
     Found automake version 1.16.5; checking version...
       Found version component 1 -- need 1
       Found version component 16 -- need 13
     ==> ACCEPTED

2. Checking for git submodules

    ==> ERROR: Missing submodule

The submodule "config/oac" is missing.

Ref: https://github.com/open-mpi/ompi/blob/main/autogen.pl#L1397-L1477

@swx-jenkins3
Copy link

Can one of the admins verify this patch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants