|
[Sponsors] |
[OpenFOAM.org] Trouble when use ParaView binary on CentOS |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 16, 2015, 20:06 |
Trouble when use ParaView binary on CentOS
|
#1 |
Member
Yijiu Jiang
Join Date: Jan 2013
Location: Michigan, US
Posts: 49
Rep Power: 13 |
Hi,
I am going to use ParaView binary on my linux cluster instead of compiling it as I did before. What I did is download ParaView-4.2 Binary Installer and put it in /home/myname/OpenFOAM/ThirdParty-2.2.2/platforms/linux64Gcc45/ Then, I can run it by ./paraview in its bin directory. In order to make it run everywhere, I modify $PATH by: export PATH=$PATH:/home/myname/OpenFOAM/ThirdParty-2.2.2/platforms/linux64Gcc45/ParaView-4.2/bin Then, I echo $PATH and the new path is there. However, when I launch a new terminal and input paraview it still shows me bash: paraview: command not found Anyone have idea on this? Is there any information on how to run ParaView binary with OpenFOAM-2.2.2? Thanks. |
|
January 17, 2015, 12:17 |
|
#2 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings y_jiang,
Try running the following command: Code:
export PATH=/home/$USER/OpenFOAM/ThirdParty-2.2.2/platforms/linux64Gcc45/ParaView-4.2/bin:$PATH The objective is to first determine what's wrong with the other command you used. The command I wrote above is using "$USER", which should be the variable for the currently working user name. You can double-check by running: Code:
echo $USER Code:
which paraview Code:
ls -l /home/$USER/OpenFOAM/ThirdParty-2.2.2/platforms/linux64Gcc45/ParaView-4.2/ Code:
ls -l /home/$USER/OpenFOAM/ThirdParty-2.2.2/platforms/linux64Gcc45/ Code:
echo $PATH Either way, unless you show us what you're seeing, it becomes really difficult to try and deduce what's wrong. Best regards, Bruno |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[OpenFOAM.org] Trouble Installing Paraview Plugins | m_ridzon | OpenFOAM Installation | 13 | July 20, 2016 09:42 |
Error in solution using "Grid Interface" | agustinvo | FLUENT | 4 | January 20, 2015 13:03 |
Paraview version update errors | Dan Pearce | OpenFOAM Installation | 5 | January 8, 2014 06:47 |
OpenFOAM 1.5.x package - CentOS 5.3 x86_64 | linnemann | OpenFOAM Installation | 7 | July 30, 2009 04:14 |
Sliding mesh error | Karl Kevala | FLUENT | 4 | February 21, 2001 16:52 |