CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Installation

[OpenFOAM.org] Paraview install failing (With OpenFOAM 3.0.0 and CentOS 7)

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By davidrobinson50

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 2, 2016, 16:20
Default Paraview install failing (With OpenFOAM 3.0.0 and CentOS 7)
  #1
New Member
 
David
Join Date: Oct 2012
Posts: 17
Rep Power: 13
davidrobinson50 is on a distinguished road
I am attempting to install OpenFOAM 3.0.0 and Paraview 4.4.0 on a computer running CentOS 7. I am following the instructions for CentOS 7.1 found here.

The OpenFOAM build appears to have run fine - everything appears as expected when I run

Code:
icoFoam -help
However, I am running into problems when I come to build Paraview 4.4.0. I am building Paraview by running

Code:
./makeParaView4 -qmake $(which qmake-qt4) -mpi -python > log.makePV 2>&1

and I get the following errors at the end of log.makePV


Code:
-- Configuring incomplete, errors occurred!
See also "/opt/OpenFOAM/ThirdParty-3.0.0/build/linux64Gcc/ParaView-4.4.0/CMakeFiles/CMakeOutput.log".
See also "/opt/OpenFOAM/ThirdParty-3.0.0/build/linux64Gcc/ParaView-4.4.0/CMakeFiles/CMakeError.log".
    Starting make
make: *** No targets specified and no makefile found.  Stop.

real    0m0.003s
user    0m0.003s
sys    0m0.000s
    Done make
    Installing ParaView to /opt/OpenFOAM/ThirdParty-3.0.0/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=/opt/OpenFOAM/ThirdParty-3.0.0/platforms/linux64Gcc/ParaView-4.4.0
        export PATH=$ParaView_DIR/bin:$PATH
        export PV_PLUGIN_PATH=$FOAM_LIBBIN/paraview-4.4
    ---

Done
I am very much a novice when it comes to Linux - if anyone is able to help me resolve this I'd really appreciate it!

I have attached the complete log.makePV, CMakeOutput.log and CMakeError.log files
Attached Files
File Type: gz log.makePV.tar.gz (7.2 KB, 0 views)
File Type: gz CMakeError.log.tar.gz (3.7 KB, 1 views)
File Type: gz CMakeOutput.log.tar.gz (13.0 KB, 1 views)
davidrobinson50 is offline   Reply With Quote

Old   June 2, 2016, 17:54
Default
  #2
New Member
 
David
Join Date: Oct 2012
Posts: 17
Rep Power: 13
davidrobinson50 is on a distinguished road
I managed to solve this by re-installing python libraries with

Code:
yum install python-devel
and then building Paraview 4.4.0 with

Code:
./makeParaView4 -qmake $(which qmake-qt4) -mpi -python > log.makePV 2>&1
and everything seems to be working fine now
wyldckat likes this.
davidrobinson50 is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[OpenFOAM.org] Can't seem to compile ParaView 4.1.0 (OpenFOAM 2.4.x, CentOS 7) me3840 OpenFOAM Installation 2 October 13, 2015 00:05
How to install OpenFOAM 2.3.0 into a cluster based on centOS linux eddykendo OpenFOAM Installation 1 June 16, 2014 08:52
OpenFOAM 1.6.x - CentOS 5.3 x86_64 linnemann OpenFOAM Installation 68 April 22, 2013 11:03
OpenFOAM 1.6 package - CentOS 5.3 x86_64 linnemann OpenFOAM Installation 36 September 2, 2009 12:46
OpenFOAM 1.5.x package - CentOS 5.3 x86_64 linnemann OpenFOAM Installation 7 July 30, 2009 03:14


All times are GMT -4. The time now is 16:10.