|
[Sponsors] |
[OpenFOAM.com] ParaView installation fails on google compute engine |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 16, 2017, 16:24 |
ParaView installation fails on google compute engine
|
#1 |
New Member
K Sai Sharath
Join Date: Feb 2017
Posts: 1
Rep Power: 0 |
Hello Foamers
I'm trying to setup OpenFOAM on google compute engine platform. I'm able to complete all the steps as per OpenFOAM website but the ./makeParaView stops right after the configuration and prints the following -- Configuring done -- Generating done -- Build files have been written to: /home/sai/OpenFOAM/ThirdParty-v1612+/build/linux64Gcc/ParaView-5.0.1 Starting make ./makeParaView: 407: ./makeParaView: time: not found the error itself isn't much descriptive so I'm having trouble trying to find a solution for this. to give more details I have python 2.7.9 cmake verion is 3.0.2 qt4( I ont have much idea about this but I've executed this "sudo apt-get install qt4-dev-tools libqt4-dev libqt4-opengl-dev freeglut3-dev libqtwebkit-dev " Any help would be much appreciated. |
|
March 25, 2017, 15:48 |
|
#2 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Quick answer: The application time is not installed in the Linux instance that you are using.
You either need to install that application or run the following commands to remove the call to that command: Code:
cd $WM_PROJECT_DIR sed -i -e 's=time ==' etc/tools/ParaViewFunctions
__________________
|
|
November 1, 2019, 05:31 |
|
#3 |
Senior Member
Gerry Kan
Join Date: May 2016
Posts: 373
Rep Power: 11 |
I have been looking for the solution for this on my system on and off for months. ParaView is finally compiling!
Thanks, Gerry. |
|
Tags |
makeparaview, paraview |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[foam-extend.org] foam-extend 3.2 Paraview installation problem on Ubuntu 18.04 | ordinary | OpenFOAM Installation | 3 | September 1, 2018 23:01 |
[OpenFOAM.com] Ubuntu 16.04 OpenFOAM-v1706 ParaView Installation Error | kaszt | OpenFOAM Installation | 4 | August 25, 2017 19:01 |
[OpenFOAM] compute derivatives in Paraview | cfdsolver1 | ParaView | 1 | June 26, 2016 08:02 |
Paraview installation problem please help | mcjicpm2 | OpenFOAM Installation | 0 | March 9, 2009 07:55 |
Installation problems about Paraview and PV3foamreader | clark_liang | OpenFOAM Installation | 1 | January 12, 2009 07:05 |