-
Notifications
You must be signed in to change notification settings - Fork 4
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
detect submodule issues in autogen.sh #30
Comments
Ha Ha, I am also seeing the same issue. $ ./autogen.sh Checking header file mpi.h at /apps/mpi/intel64/bin/../ ...done Checking header file mpio.h at / apps/mpi/intel64/bin/../ ...done Syncronizing confdb -> test/confdb... done === Applying patches === === Running third-party initialization in src/hwloc === |
The solution is to |
It appears that |
Yeah, I think the migration of OpenPA is recent. I'm sure one of the Argonne folks will fix this soon enough. |
Resolves pmodels#30 Signed-off-by: Hammond, Jeff R <[email protected]>
Attempting a fix in #38... |
Resolves pmodels#30 Signed-off-by: Hammond, Jeff R <[email protected]>
Resolves #30 Signed-off-by: Hammond, Jeff R <[email protected]>
This was discussed over email on August 29, 2018 but I am creating an issue for tracking.
GitHub makes it really easy for users to clone without
--recursive
and thus not get the submodules../autogen.sh
should detect the lack of submodules and provide a helpful error message rather failing as follows:The text was updated successfully, but these errors were encountered: