CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Installation (https://www.cfd-online.com/Forums/openfoam-installation/)
-   -   [OpenFOAM.org] problems with installation of OpenFOAM-2.1.1 on cluster with RHEL 6.5 (https://www.cfd-online.com/Forums/openfoam-installation/168764-problems-installation-openfoam-2-1-1-cluster-rhel-6-5-a.html)

lisa_china March 28, 2016 22:45

problems with installation of OpenFOAM-2.1.1 on cluster with RHEL 6.5
 
Hi everyone,
I'm trying to install OpenFOAM-2.1.1 on cluster with RHEL 6.5, and there are some during the process of installation.
Because I did not have the writing permission under the root, I had to install the OpenFOAM under user directory. Here is the link of the instruction https://openfoamwiki.net/index.php/I...CentOS_SL_RHEL
However I could not use command
Code:

yum groupinstall 'Development Tools'
yum install openmpi openmpi-devel zlib-devel texinfo gstreamer-plugins-base-devel \
libXext-devel libGLU-devel libXt-devel libXrender-devel libXinerama-devel libpng-devel \
libXrandr-devel libXi-devel libXft-devel libjpeg-turbo-devel libXcursor-devel \
readline-devel ncurses-devel python python-devel

So I download all the packages mentioned in the commands, copied them into a directory created by myself under ThirdParty-2.1.1. and try to install them on the cluster using the command
Code:

rpm -i filename.rpm
Then error occurs:
Code:

$ rpm -i openmpi-1.8.4-5.20150228gitgd83fb30.fc22.x86_64.rpm
warning: openmpi-1.8.4-5.20150228gitgd83fb30.fc22.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 8e1431d5: NOKEY
error: Failed dependencies:
        libc.so.6(GLIBC_2.14)(64bit) is needed by openmpi-1.8.4-5.20150228gitgd83fb30.fc22.x86_64
        libc.so.6(GLIBC_2.15)(64bit) is needed by openmpi-1.8.4-5.20150228gitgd83fb30.fc22.x86_64
        libevent-2.0.so.5()(64bit) is needed by openmpi-1.8.4-5.20150228gitgd83fb30.fc22.x86_64
        libevent_pthreads-2.0.so.5()(64bit) is needed by openmpi-1.8.4-5.20150228gitgd83fb30.fc22.x86_64
        libpapi.so.5.4.0.0()(64bit) is needed by openmpi-1.8.4-5.20150228gitgd83fb30.fc22.x86_64
        libquadmath.so.0()(64bit) is needed by openmpi-1.8.4-5.20150228gitgd83fb30.fc22.x86_64
        libstdc++.so.6(GLIBCXX_3.4.15)(64bit) is needed by openmpi-1.8.4-5.20150228gitgd83fb30.fc22.x86_64
        libstdc++.so.6(GLIBCXX_3.4.20)(64bit) is needed by openmpi-1.8.4-5.20150228gitgd83fb30.fc22.x86_64
        libtorque.so.2()(64bit) is needed by openmpi-1.8.4-5.20150228gitgd83fb30.fc22.x86_64

It means that I have to install lib of C++ under our user directory? I don't know how to solve this problem.
Is there anyone encountering such problems? Could you give me some help?

Best wishes.
Shan

lisa_china March 29, 2016 08:08

I have installed OpenFOAM successfully on cluster. :)


All times are GMT -4. The time now is 21:02.