|
[Sponsors] |
[OpenFOAM.org] paraView reader module build problem |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 5, 2012, 11:32 |
|
#21 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi sukye,
I ended up having to install CentOS 5.8 in a virtual machine and advise the following hacks:
edit: this post assumed that the reader knew that the following command was executed: Code:
python centFOAM.py --paraview Best regards, Bruno
__________________
Last edited by wyldckat; May 15, 2012 at 17:08. Reason: see "edit:" |
|
May 7, 2012, 13:30 |
|
#22 |
Member
Join Date: Apr 2012
Posts: 32
Rep Power: 14 |
Yes, it works! Thank you so much Bruno for your time!
|
|
May 13, 2012, 09:32 |
|
#23 | |
New Member
H.S.Tan
Join Date: Feb 2012
Posts: 5
Rep Power: 14 |
Quote:
Thanks a lot for your comments. I ran the command as your advice, and solved the problem which states by susij in #1. But i still wander why "add the following line to the file "~/.bashrc"............." can solve the problem. Could you give some explanation about it ? Thanks! |
||
May 13, 2012, 10:37 |
|
#24 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings kobe,
Quote:
But this problem doesn't happen with me, so I can't diagnose the real problem without more information. All I could do was to provide a solution for the symptom. Best regards, Bruno
__________________
|
||
May 13, 2012, 23:08 |
|
#25 | |
New Member
H.S.Tan
Join Date: Feb 2012
Posts: 5
Rep Power: 14 |
Quote:
|
||
January 4, 2014, 18:54 |
Good advice
|
#26 | |
New Member
Rodrigo Salgado Ayala
Join Date: Jan 2014
Posts: 1
Rep Power: 0 |
Thanks a lot for you help. I followed your instructions and paraFoam in working ok.
Quote:
|
||
February 13, 2014, 07:47 |
Same error message
|
#27 |
New Member
Seif Kefi
Join Date: Dec 2013
Posts: 6
Rep Power: 12 |
Hi everyone,
I have ubuntu 13.10. I decided to downgrade my OpenFoam version to 2.1.1 and removed the old version. After installing OpenFoam and ThirdParty (Source Pack Installation), when I run paraFoam, I get the following message. FATAL ERROR: ParaView reader module libraries do not exist Please build the reader module before continuing: cd $FOAM_UTILITIES/postProcessing/graphics/PV3Readers ./Allwclean ./Allwmake I followed the instruction on post #8 seif@seif-ThinkStation-E31:~$ echo $PV_PLUGIN_PATH /home/seif/OpenFOAM/OpenFOAM-2.1.1/platforms/linux64GccDPOpt/lib/paraview-3.12 seif@seif-ThinkStation-E31:~$ ls -l OpenFOAM/OpenFOAM-2.1.1/platforms/linux64GccDPOpt/lib/paraview-3.12 ls: cannot access OpenFOAM/OpenFOAM-2.1.1/platforms/linux64GccDPOpt/lib/paraview-3.12: No such file or directory Does anyone have an idea of how to solve this? Best, Seif |
|
February 15, 2014, 12:11 |
|
#28 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings Seif,
That means that ParaView has not been built yet. You can follow the instructions from step number #9 from this page: http://openfoamwiki.net/index.php/In...u#Ubuntu_12.10 Best regards, Bruno
__________________
|
|
February 16, 2014, 04:15 |
|
#29 |
New Member
Seif Kefi
Join Date: Dec 2013
Posts: 6
Rep Power: 12 |
Hi Bruno,
Thanks for your help! That solved the problem. Have a great weekend! Best, Seif |
|
March 4, 2014, 05:03 |
FATAL ERROR: ParaView reader module libraries do not exis
|
#30 | |
Senior Member
Join Date: Sep 2013
Location: Bangalore India
Posts: 134
Rep Power: 13 |
Quote:
I am trying to install paraview-4.1 but faced an error as follows ... FATAL ERROR: ParaView reader module libraries do not exist Please build the reader module before continuing: cd $FOAM_UTILITIES/postProcessing/graphics/PV4Readers ./Allwclean ./Allwmake I tried with your post post as i was facing the same problem. But the output obtained was sml5kor@BMH301562:~$ ls -l /home/sml5kor/OpenFOAM/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/paraview-4.1 ls: cannot access /home/sml5kor/OpenFOAM/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/paraview-4.1: No such file or directory What i can do to rid off this problem ? Can you help me ? |
||
March 4, 2014, 06:15 |
|
#31 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi Sam,
What happens if you run these commands? Code:
cd $FOAM_UTILITIES/postProcessing/graphics/PV4Readers wmSET $FOAM_SETTINGS ./Allwclean ./Allwmake Bruno
__________________
|
|
March 4, 2014, 06:26 |
Snapshot
|
#32 |
Senior Member
Join Date: Sep 2013
Location: Bangalore India
Posts: 134
Rep Power: 13 |
Hi,
Please find the error in the snapshot . Once paraview 4.1.0 is installed i found some lines at the end of it . Those are .... -- Installing: /home/sml5kor/OpenFOAM/ThirdParty-2.3.0/platforms/linux64Gcc/ParaView-4.1.0/bin/paraview Copying missing files to install folder cp: cannot stat `/home/sml5kor/OpenFOAM/ThirdParty-2.3.0/ParaView-4.1.0/ParaViewUse.cmake': No such file or directory --- Installation complete for paraview-4.1.0 Set environment variables: export ParaView_DIR=/home/sml5kor/OpenFOAM/ThirdParty-2.3.0/platforms/linux64Gcc/ParaView-4.1.0 export PATH=$ParaView_DIR/bin:$PATH export PV_PLUGIN_PATH=$FOAM_LIBBIN/paraview-4.1 --- Done |
|
March 4, 2014, 06:34 |
|
#33 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Quote:
But there are already instructions available for OpenFOAM 2.3.0: http://openfoamwiki.net/index.php/In...M-2.3.0/Ubuntu
__________________
|
||
March 4, 2014, 06:44 |
|
#34 | |
Senior Member
Join Date: Sep 2013
Location: Bangalore India
Posts: 134
Rep Power: 13 |
Quote:
Any other ways to get it done ? Error message is here [sml5kor@BMH301562:~/OpenFOAM/ThirdParty-2.3.0$ wget "https://raw.github.com/wyldckat/scripts4OpenFOAM3rdParty/master/getCmake" --2014-03-04 16:11:03-- https://raw.github.com/wyldckat/scri...aster/getCmake Resolving raw.github.com (raw.github.com)... failed: Name or service not known. wget: unable to resolve host address `raw.github.com'] |
||
March 4, 2014, 06:47 |
|
#35 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Instead of running:
Code:
cd $WM_THIRD_PARTY_DIR wget "https://raw.github.com/wyldckat/scripts4OpenFOAM3rdParty/master/getCmake" sed -i -e 's=version}\.3=version}.12.1=' getCmake chmod +x getCmake ./getCmake ./makeCmake wmSET $FOAM_SETTINGS Code:
cd $WM_THIRD_PARTY_DIR mkdir download wget http://cmake.org/files/v2.8/cmake-2.8.12.1.tar.gz -O download/cmake-2.8.12.1.tar.gz tar -xzf download/cmake-2.8.12.1.tar.gz ./makeCmake wmSET $FOAM_SETTINGS
__________________
Last edited by wyldckat; March 4, 2014 at 07:02. Reason: Forgot to add "cd $WM_THIRD_PARTY_DIR" to the replacement instructions |
|
March 4, 2014, 06:51 |
|
#36 | |
Senior Member
Join Date: Sep 2013
Location: Bangalore India
Posts: 134
Rep Power: 13 |
Quote:
sml5kor@BMH301562:~/OpenFOAM/OpenFOAM-2.3.0/applications/utilities/postProcessing/graphics/PV3Readers$ or Need to do it at Home ? Last edited by wyldckat; March 4, 2014 at 07:03. Reason: added missing ] |
||
March 4, 2014, 06:53 |
|
#37 |
Senior Member
Join Date: Sep 2013
Location: Bangalore India
Posts: 134
Rep Power: 13 |
I got the same error i.e
[sml5kor@BMH301562:~/OpenFOAM/OpenFOAM-2.3.0/applications/utilities/postProcessing/graphics/PV3Readers$ wget http://cmake.org/files/v2.8/cmake-2.8.12.1.tar.gz -O download/cmake-2.8.12.1.tar.gz --2014-03-04 16:21:51-- http://cmake.org/files/v2.8/cmake-2.8.12.1.tar.gz Resolving cmake.org (cmake.org)... failed: Name or service not known. wget: unable to resolve host address `cmake.org' ] |
|
March 4, 2014, 07:06 |
|
#38 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Check post #35 once again, regarding the folder where to execute. I had forgotten to add an important command.
If the command wget does not work, then download the file manually, using your internet browser. The download link is this one: http://cmake.org/files/v2.8/cmake-2.8.12.1.tar.gz |
|
March 4, 2014, 08:21 |
Reinstallation
|
#39 |
Senior Member
Join Date: Sep 2013
Location: Bangalore India
Posts: 134
Rep Power: 13 |
I am reinstalling OpenFOAM 2.3.0
When i run Code:
apt-get install build-essential cmake flex bison zlib1g-dev qt4-dev-tools libqt4-dev gnuplot libreadline-dev \ > libncurses5-dev libxt-dev libopenmpi-dev openmpi-bin libboost-system-dev libboost-thread-dev libgmp-dev libmpfr-dev How to fix it.. Code:
root@BMH301562:~# apt-get install build-essential cmake flex bison zlib1g-dev qt4-dev-tools libqt4-dev gnuplot libreadline-dev \ > libncurses5-dev libxt-dev libopenmpi-dev openmpi-bin libboost-system-dev libboost-thread-dev libgmp-dev libmpfr-dev Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package libboost-system-dev E: Unable to locate package libboost-thread-dev E: Unable to locate package libgmp-dev E: Unable to locate package libmpfr-dev |
|
March 4, 2014, 09:16 |
|
#40 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[OpenFOAM.org] paraView running Problem [not found] | X.Thomas | OpenFOAM Installation | 6 | January 14, 2018 13:15 |
Parafoam - FATAL ERROR: ParaView reader module libraries do not exist | Amit_Pawarpawar | OpenFOAM Installation | 1 | August 25, 2014 11:31 |
FATAL ERROR: ParaView reader module libraries do not exist | adarsh tiwari | OpenFOAM Installation | 6 | April 5, 2014 12:47 |
[OpenFOAM] Annoying issue of automatic "Rescale to Data Range " with paraFoam/paraview 3.12 | keepfit | ParaView | 60 | September 18, 2013 04:23 |
paraFoam reader for OpenFOAM 1.6 | smart | OpenFOAM Installation | 13 | November 16, 2009 22:41 |