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] paraView running Problem [not found] (https://www.cfd-online.com/Forums/openfoam-installation/192284-paraview-running-problem-not-found.html)

X.Thomas September 1, 2017 01:07

paraView running Problem [not found]
 
Hi, I am new in using OpenFOAM, and I am preparing to learn from a simple demo. When I try to scan the mesh with the command paraFoam, there goes an error
Code:

FATAL ERROR : ParaView reader module libraries do not exist
        Please build the reader module before continuing
cd $FOAM_UTILITIES/postProcessing/graphics/PVReaders
./Allwclean
./Allwmake

but when I finish the 1st and 2nd commands and type the 3rd one and press ENTER ,there comes one more error
Code:

ERROR: ParaView not found in /home/xthomas/OpenFOAM/ThirdParty-5.x/platforms/linux64Gcc/ParaView-5.4.0
I am quite wonder the reason I got such a condition and could you please just give me some hints or solutions. Thank you.

wyldckat September 2, 2017 05:48

Quick questions:
  1. Which installation instructions did you follow?
  2. Was ParaView 5.4.0 built with success or did you install the one from Deb packages?

Bashar September 12, 2017 23:47

Quote:

Originally Posted by wyldckat (Post 662884)
Quick questions:
  1. Which installation instructions did you follow?
  2. Was ParaView 5.4.0 built with success or did you install the one from Deb packages?

Hi,

I have a similar issue but with version3.0.1 . I followed the instruction on the link :
https://openfoamwiki.net/index.php/I...CentOS_SL_RHEL

every thing is good and openfoam installation is working.However, when I tried to install paraview I got the following error:
Code:

ERROR: ParaView not found in /home/bashar/OpenFOAM/ThirdParty-3.0.1/platforms/linux64Gcc/ParaView-4.4.0
I followed step 13 on the above link but I got this error.
I hope you have time to read this.
Bashar

Bashar September 13, 2017 00:16

Sorry I forgot to attach the log file :

Code:

[  GNU nano 2.3.1                                                        File: log.makePV                                                                                                                         

    qt        4.8.5
    version  4.4.0
    major    4.4
    build    Release
MISMATCH!
    specified 4.4.0
    found
---------------------
removing old build directory
    /home/bashar/OpenFOAM/ThirdParty-3.0.1/build/linux64Gcc/ParaView-4.4.0
----
Configuring paraview-4.4.0 (major version: 4.4)
    MPI    support : true
    Python support : true
    MESA  support : false
    Qt dev support : true
    Source        : /home/bashar/OpenFOAM/ThirdParty-3.0.1/ParaView-4.4.0
    Build          : /home/bashar/OpenFOAM/ThirdParty-3.0.1/build/linux64Gcc/ParaView-4.4.0
    Target        : /home/bashar/OpenFOAM/ThirdParty-3.0.1/platforms/linux64Gcc/ParaView-4.4.0
    Build type    : Release
----

cmake -DCMAKE_INSTALL_PREFIX:PATH=/home/bashar/OpenFOAM/ThirdParty-3.0.1/platforms/linux64Gcc/ParaView-4.4.0 -DBUILD_SHARED_LIBS:BOOL=ON VTK_USE_RPATH:BOOL=OFF -DPARAVIEW_INSTALL_DEVELOPMENT_FILES:BOOL=ON -DBUI$

----

etc/tools/ParaView4Functions: line 420: cmake: command not found
    Starting make
make: *** No targets specified and no makefile found.  Stop.

real    0m0.003s
user    0m0.001s
sys    0m0.002s
    Done make
    Installing ParaView to /home/bashar/OpenFOAM/ThirdParty-3.0.1/platforms/linux64Gcc/ParaView-4.4.0
make: *** No rule to make target `install'.  Stop.
    ---
    Installation complete for paraview-4.4.0
    Set environment variables:

        export ParaView_DIR=/home/bashar/OpenFOAM/ThirdParty-3.0.1/platforms/linux64Gcc/ParaView-4.4.0
        export PATH=$ParaView_DIR/bin:$PATH
        export PV_PLUGIN_PATH=$FOAM_LIBBIN/paraview-4.4
    ---

Done






^G Get Help                        ^O WriteOut                        ^R Read File                      ^Y Prev Page                      ^K Cut Text                        ^C Cur Pos
^X Exit                            ^J Justify                        ^W Where Is                        ^V Next Page                      ^U UnCut Text                      ^T To Spell

Thank you

wyldckat December 31, 2017 11:42

Quick answer @Bashar: Sorry, I wasn't able to look into this anytime sooner. The problem seems to be that CMake was not built with success or is not installed... but since you didn't specify which Linux Distribution and version you were using, I'm not able to indicate what step you should have taken.
I hope you have solved this problem since then.

Bashar January 8, 2018 16:08

Quote:

Originally Posted by wyldckat (Post 676518)
Quick answer @Bashar: Sorry, I wasn't able to look into this anytime sooner. The problem seems to be that CMake was not built with success or is not installed... but since you didn't specify which Linux Distribution and version you were using, I'm not able to indicate what step you should have taken.
I hope you have solved this problem since then.



Thank you! Unfortunately, I was not able to solve this issue . I was trying to install it on my machine with Centos 7.

wyldckat January 14, 2018 12:15

Quote:

Originally Posted by Bashar (Post 677363)
Thank you! Unfortunately, I was not able to solve this issue . I was trying to install it on my machine with Centos 7.

Quick answer: If you want to try again, please be certain that you follow the instructions written specifically for CentOS 7.1: https://openfoamwiki.net/index.php/I...HEL#CentOS_7.1

Furthermore, you can confirm if cmake is somehow installed by running the following commands:
Code:

which cmake
yum list installed cmake
rpm -q cmake



All times are GMT -4. The time now is 12:01.