|
[Sponsors] |
[OpenFOAM.org] OpenFOAM 2.4.0/Paraview 4.1.0 on CentOS 7.2 |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 8, 2016, 17:06 |
OpenFOAM 2.4.0/Paraview 4.1.0 on CentOS 7.2
|
#1 |
New Member
Join Date: Dec 2012
Posts: 4
Rep Power: 13 |
Greetings:
I am following the guidelines on openfoamwiki, and have made two attempts at installing OpenFOAM 2.4.0/Paraview 4.1.0. OpenFOAM installs. ParaView does not get setup correctly and paraFoam --help, returns: Code:
paraFoam --help FATAL ERROR: ParaView reader module libraries do not exist Please build the reader module before continuing: cd $FOAM_UTILITIES/postProcessing/graphics/PV4Readers ./Allwclean ./Allwmake Code:
uname -a Linux euler 3.10.0-327.18.2.el7.x86_64 #1 SMP Thu May 12 11:03:55 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux Code:
ERROR: ParaView not found in /home/UserName/OpenFOAM/ThirdParty-2.4.0/platforms/linux64Gcc/ParaView-4.1.0 After some search, I disabled the CUDA support in ParaView-4.1.0/Plugins/SciberQuestToolKit/SciberQuest/CMakeLists.txt, Code:
if (CUDA_FOUND AND SQTK_CUDA) ==> if (OFF AND SQTK_CUDA) if (SQTK_CUDA AND CUDA_FOUND) ==> if (SQTK_CUDA AND OFF) The gzip'ed version of the " log.make " file is about 760 KB, which is over the limit of the file attachment size, so I am attaching the error lines. Any suggestions is greatly appreciated. Thanks |
|
June 8, 2016, 22:11 |
Fixed - OpenFOAM 2.4.0/Paraview 4.1.0 on CentOS 7.2
|
#2 |
New Member
Join Date: Dec 2012
Posts: 4
Rep Power: 13 |
Greetings:
I am happy to report that my problem has been fixed. This was caused by the initial full GNOME Desktop installation that included the “Legacy X Windows System Compatibility” and perhaps the “Compatibility Libraries”. Thanks to this post which points to this bug report. The file “ vtkXOpenGLRenderWindow.cxx “ is located in this folder: Code:
/home/UserName/OpenFOAM/ThirdParty-2.4.0/ParaView-4.1.0/VTK/Rendering/OpenGL/ Code:
cp –a vtkXOpenGLRenderWindow.cxx /home/UserName/Backup/vtkXOpenGLRenderWindow.cxx_original Code:
//#define GLX_GLXEXT_LEGACY Code:
#define GLX_GLXEXT_LEGACY Code:
./makeParaView4 -qmake $(which qmake-qt4) -mpi -python > log.makePV 2>&1 cd $FOAM_UTILITIES/postProcessing/graphics/PV4Readers wmSET $FOAM_SETTINGS ./Allwclean ./Allwmake Thank you all. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Frequently Asked Questions about Installing OpenFOAM | wyldckat | OpenFOAM Installation | 3 | November 14, 2023 12:58 |
Map of the OpenFOAM Forum - Understanding where to post your questions! | wyldckat | OpenFOAM | 10 | September 2, 2021 06:29 |
OpenFOAM 4.0 Released | CFDFoundation | OpenFOAM Announcements from OpenFOAM Foundation | 2 | October 6, 2017 06:40 |
[OpenFOAM.org] Paraview install failing (With OpenFOAM 3.0.0 and CentOS 7) | davidrobinson50 | OpenFOAM Installation | 1 | June 2, 2016 18:54 |
[OpenFOAM] OpenFOAM (2.3.0) guide for ParaView (4.1.0) is not ok with actual software | zandi | ParaView | 7 | March 31, 2014 01:18 |