|
[Sponsors] |
[OpenFOAM.org] RHEL 7.8 Issues installing ParaView - Third Party install not creating OpenMPI |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 24, 2021, 00:50 |
RHEL 7.8 Issues installing ParaView - Third Party install not creating OpenMPI
|
#1 |
New Member
Ryan
Join Date: Mar 2021
Posts: 2
Rep Power: 0 |
Hi there,
hoping that someone else might have seen this in the past in order to provide some help. I am attempting to use these instructions on the OpenFoam wiki to install OpenFoam 6 on a RHEL 7.8 server but I am running into issues at step 10 when it attempts to make Paraview. The output is indicating that it could not find any of the MPI libraries; Code:
-- Could NOT find MPI_C (missing: MPI_C_LIBRARIES MPI_C_INCLUDE_PATH) -- Could NOT find MPI_CXX (missing: MPI_CXX_LIBRARIES MPI_CXX_INCLUDE_PATH) -- Could NOT find MPI_Fortran (missing: MPI_Fortran_LIBRARIES MPI_Fortran_INCLUDE_PATH) -- Could NOT find MPI_C (missing: MPI_C_LIBRARIES MPI_C_INCLUDE_PATH) -- Could NOT find MPI_CXX (missing: MPI_CXX_LIBRARIES MPI_CXX_INCLUDE_PATH) -- Could NOT find MPI_Fortran (missing: MPI_Fortran_LIBRARIES MPI_Fortran_INCLUDE_PATH) -- Could NOT find MPI_C (missing: MPI_C_LIBRARIES MPI_C_INCLUDE_PATH) -- Could NOT find MPI_CXX (missing: MPI_CXX_LIBRARIES MPI_CXX_INCLUDE_PATH) -- Could NOT find MPI_Fortran (missing: MPI_Fortran_LIBRARIES MPI_Fortran_INCLUDE_PATH) -- Could NOT find MPI_C (missing: MPI_C_LIBRARIES MPI_C_INCLUDE_PATH) -- Could NOT find MPI_CXX (missing: MPI_CXX_LIBRARIES MPI_CXX_INCLUDE_PATH) -- Could NOT find MPI_Fortran (missing: MPI_Fortran_LIBRARIES MPI_Fortran_INCLUDE_PATH) -- Could NOT find MPI_C (missing: MPI_C_LIBRARIES MPI_C_INCLUDE_PATH) -- Could NOT find MPI_CXX (missing: MPI_CXX_LIBRARIES MPI_CXX_INCLUDE_PATH) -- Could NOT find MPI_Fortran (missing: MPI_Fortran_LIBRARIES MPI_Fortran_INCLUDE_PATH) -- Could NOT find MPI_C (missing: MPI_C_LIBRARIES MPI_C_INCLUDE_PATH) -- Could NOT find MPI_CXX (missing: MPI_CXX_LIBRARIES MPI_CXX_INCLUDE_PATH) -- Could NOT find MPI_Fortran (missing: MPI_Fortran_LIBRARIES MPI_Fortran_INCLUDE_PATH) Code:
./configure --prefix=/opt/shared/openfoam/build/OpenFOAM/ThirdParty-6/platforms/linux64Gcc/openmpi-2.1.1 --disable-orterun-prefix-by-default --enable-shared --disable-static --enable-mpi-thread-multiple --libdir=/opt/shared/openfoam/build/OpenFOAM/ThirdParty-6/platforms/linux64Gcc/openmpi-2.1.1/lib64 --enable-mpi-fortran=none --disable-mpi-profile --with-sge I've attempted to install ParaView with our openmpi 2.1.3 (loaded in via LMOD) but this fails so I believe I need the particular package provided that should have been installed with the ./Allwmake command. Hoping someone else has come across this before and might be able to point me in the right direction. Thanks a heap, Ryan |
|
April 5, 2021, 23:11 |
|
#2 |
New Member
Ryan
Join Date: Mar 2021
Posts: 2
Rep Power: 0 |
So just an update on the off chance it helps anyone out. Turns out there was an error that was buried in the logs that I missed every other time I tried to review it due to the sheer size;
Code:
libtool: error: require no space between '-L' and '-lrt' make[2]: *** [mca_pml_ucx.la] Error 1 make[2]: Leaving directory `/opt/shared/openfoam/build/OpenFOAM/ThirdParty-6/openmpi-2.1.1/ompi/mca/pml/ucx' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/opt/shared/openfoam/build/OpenFOAM/ThirdParty-6/openmpi-2.1.1/ompi' make: *** [all-recursive] Error 1 Code:
101 101 --disable-mpi-profile \ 102 + --without-ucx \ 102 103 $configOpt \ |
|
April 24, 2021, 06:18 |
|
#3 |
Senior Member
Mark Olesen
Join Date: Mar 2009
Location: https://olesenm.github.io/
Posts: 1,714
Rep Power: 40 |
Nice update, but if you refer to more recent
https://develop.openfoam.com/Develop...equirements.md it mentions that you probably don't want to be using that particular OpenMPI version anyhow. It also refers to this bug report: https://github.com/open-mpi/ompi/issues/5375 The min recommended openmpi2 version of 2.1.6 was established by verifying when the corresponding patch fix actually went in. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[OpenFOAM.com] paraFoam cannot open due to Qt issues - [Solved/Information] | u2berggeist | OpenFOAM Installation | 2 | July 2, 2018 18:03 |
[OpenFOAM.org] Issues with OpenMPI compilation | Regis_ | OpenFOAM Installation | 5 | July 15, 2015 11:14 |
paraFoam reader for OpenFOAM 1.6 | smart | OpenFOAM Installation | 13 | November 16, 2009 22:41 |
Problem installing OpenFOAM 1.5 installation on RHEL 4. | vwsj84 | OpenFOAM Installation | 4 | April 23, 2009 05:48 |
OpenFOAM and Paraview install issues | spridal86 | OpenFOAM Installation | 7 | February 13, 2008 14:15 |