View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004253 | OpenFOAM | Bug | public | 2025-07-08 18:01 | 2025-07-09 11:53 |
Reporter | muez | Assigned To | will | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | no change required | ||
Platform | GNU/Linux | OS | Other | OS Version | (please specify) |
Product Version | 13 | ||||
Summary | 0004253: the openmpi library is not included in the ThirdParty-13 folder | ||||
Description | when trying to compile it gives this error: ======================================== Start ThirdParty Allwmake ======================================== ======================================== Build MPI libraries if required + cd openmpi- ./Allwmake: 76: cd: can't cd to openmpi- + exit 1 which probably means the version is also not set | ||||
Steps To Reproduce | try to compile from the tar balls in the website without any changes | ||||
Tags | No tags attached. | ||||
|
OpenFOAM is configured to use your system installation of MPI by default (i.e., WM_MPLIB=SYSTEMOPENMPI). If you configure OpenFOAM to use MPI from ThirdParty (i.e., set WM_MPLIB=OPENMPI) then you need to unpack an OpenMPI source pack into ThirdParty yourself. See the last section of https://openfoam.org/download/source/third-party-software/ |