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

Teuchos: Failed Nalu nightly due to missing mpi.h header #13410

Closed
spdomin opened this issue Aug 29, 2024 · 3 comments
Closed

Teuchos: Failed Nalu nightly due to missing mpi.h header #13410

spdomin opened this issue Aug 29, 2024 · 3 comments
Labels
type: bug The primary issue is a bug in Trilinos code or tests

Comments

@spdomin
Copy link
Contributor

spdomin commented Aug 29, 2024

/Trilinos/packages/teuchos/core/src/Teuchos_GlobalMPISession.cpp:17:12: fatal error: mpi.h: No such file or directory

include "mpi.h"

Bad:

NaluCFD/Nalu SHA1: 1ef81b6de5bbf1964d8bec6b0b64810def33b123
Trilinos/develop SHA1: 49d2b72017a98e8b2d742414fb21a7c4f1697466

Good:

NaluCFD/Nalu SHA1: 1ef81b6de5bbf1964d8bec6b0b64810def33b123
Trilinos/develop SHA1: 17d4af059257bdc683c3c7b18028cd08499e385e

I am curious to understand why we are seeing this recent set of build errors that are killing nightly testing.

@spdomin spdomin added the type: bug The primary issue is a bug in Trilinos code or tests label Aug 29, 2024
@spdomin spdomin changed the title Failed Nalu nightly due to missing mpi.h header in Teuchos Teuchos: Failed Nalu nightly due to missing mpi.h header Aug 29, 2024
@jhux2
Copy link
Member

jhux2 commented Aug 29, 2024

@spdomin I can't see anyway that either commit could be causing that. Can you post the output from the cmake configure process? That might give a hint as to why mpi.h isn't being found.

@spdomin
Copy link
Contributor Author

spdomin commented Aug 29, 2024

I know, I was processing a bisect and saw that there were no relevant changes besides a seacas change.

Let me simply re-process a build and test and see what happens. Perhaps a module was simply not found during the nightly process.

@spdomin
Copy link
Contributor Author

spdomin commented Aug 30, 2024

It looks like there was a module issue and openmpi was not loaded properly. The tests this AM ran without issue. Thanks for looking at this @jhux2, and apologies for the false positive.

@spdomin spdomin closed this as completed Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug The primary issue is a bug in Trilinos code or tests
Projects
None yet
Development

No branches or pull requests

2 participants