-
Notifications
You must be signed in to change notification settings - Fork 0
fixup: use apt-get openmpi #7
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
Conversation
|
@gknapp1 I found you a new error at least |
|
This is needed for 3DThesis MPI-enabled build? |
No, this is one way to avoid the issues you found in #6. I just don't know why additivefoam won't build |
| vim \ | ||
| emacs \ | ||
| wget \ | ||
| libgl1 \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Accidental deletion of libgl1? Maybe related to AdditiveFOAM build failure...?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was purposeful - I can't imagine we need to explicitly install it. Error is:
cannot find -lfiniteVolume: No such file or directory
/usr/bin/ld.bfd: cannot find -lmeshTools: No such file or directory
and based on how quick the openfoam build was it seems like nothing was actually compiled there
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, you're right, that is a suspiciously fast openfoam-10 build time. I just manually started a re-run of the CI to see if the error repeats.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok error repeated, so it wasn't just a random build failure.
|
May have identified an issue with external mpi for openfoam here, but it didn't fix this build so closing |
No description provided.