Open
Conversation
kincaidkc
commented
Feb 23, 2024
| ../configure \ | ||
| --prefix=$ZOLTAN_ARCH_PATH \ | ||
| --libdir=$FOAM_EXT_LIBBIN/$FOAM_MPI \ | ||
| --with-mpi=/usr/local/mpi \ |
Owner
Author
There was a problem hiding this comment.
@colemanjs we need to figure out why i needed to manually specify these. when you get a chance could you pull this repo and test if you can get it to work with the original $MPI_ARCH_PATH variable (as is done in the main ThirdParty/Allwmake script)? if so which module(s) did you need?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR strips unused libraries from the
Make/optionsdirectories. It also provides two minimal build scripts to compile only the core OpenFOAM libraries necessary for AdditiveFOAM to function. These build scripts should be placed in theOpenFOAM-11andThirdParty-11directories, then the mainMinimalAllwmakeshould be run. It will automatically compile theThirdPartydirectory to build Scotch and Zoltan (if present), then continue with the core OpenFOAM build. This process takes approximately 6 minutes and 30 seconds on a full node of an HPC cluster.Note that further time savings could be realized for users who do not require the dynamic meshing / AMR capabilities, as is noted in the build script.