|
[Sponsors] |
[OpenFOAM] ParaFoam conflicting version of paraview |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 11, 2006, 08:26 |
ParaFoam conflicting version of paraview
|
#1 |
New Member
Xavier Ponticq
Join Date: Mar 2009
Posts: 4
Rep Power: 17 |
Hi
I've installed OpenFOAM v1.3 for linux recently on my computer and all the related packages following the installation notes. The installation seems to be ok, FoamX and the solver running perfectly. However I've got a problem with the parafoam application. When I use parafoam, it doesn't launch the paraview version bundled with OpenFOAM but an older version installed previously on my computer, and then crashes because of VTK errors in the driver. I don't know if it is a problem due to environment variables because the cshrc file is source correctly. If anyone got an idea ... Xavier |
|
May 11, 2006, 09:24 |
The problem is that the OpenFO
|
#2 |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
The problem is that the OpenFOAM-xxhrc-files are too humble: they append the OpenFOAM-paraview-implementation to the PATH-variable (instead of prepend it so that it is found earlier than the legacy-version).
Look for the line that says: export PATH=$(PATH):/path/to/OpenFOAM/paraview in the apps/paraview/xxhrc and change it to export PATH=/path/to/OpenFOAM/paraview:$(PATH) (or something similar for cshrc) and do the same for the LD_LIBRARY_PATH-variable. Then the right paraview is found earlier. It has already been talked about and one of these days somebody should write a bug report about it ....
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request |
|
May 11, 2006, 10:17 |
Thanks a lot Bernhard, everyth
|
#3 |
New Member
Xavier Ponticq
Join Date: Mar 2009
Posts: 4
Rep Power: 17 |
Thanks a lot Bernhard, everything works just fine now
|
|
May 16, 2006, 13:52 |
>The problem is that the OpenF
|
#4 |
Senior Member
Mattijs Janssens
Join Date: Mar 2009
Posts: 1,419
Rep Power: 26 |
>The problem is that the OpenFOAM-xxhrc-files are too humble
Not anymore. We'll prepend the paraview stuff to the path. Thanks. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[OpenFOAM] configuring paraFoam to use a different version of Paraview | MikeWallis | ParaView | 5 | May 6, 2021 15:05 |
[OpenFOAM.com] paraFoam cannot open due to Qt issues - [Solved/Information] | u2berggeist | OpenFOAM Installation | 2 | July 2, 2018 18:03 |
paraFoam error on dual version install | ecbmxer | OpenFOAM Installation | 10 | August 9, 2012 12:23 |
paraview installation woes | vex | OpenFOAM Installation | 15 | January 30, 2011 08:11 |
[OpenFOAM] ParaView patch visualisation error in Development version | philippose | ParaView | 17 | March 26, 2007 07:45 |