|
[Sponsors] |
Paraview 4.1.0 cmake compiling error CUDA Convolution Driver |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 24, 2014, 21:06 |
Paraview 4.1.0 cmake compiling error CUDA Convolution Driver
|
#1 |
New Member
Juan Carlos
Join Date: Feb 2010
Posts: 9
Rep Power: 16 |
Hi, All
I'm trying to build ParaView 4.1.0 from source on debian 7.0 64 bits I'm currently using the makeParaview script that is included in OpenFOAM 2.3 When running ccmake, I get this error: error: #error -- unsupported GNU version! gcc 4.7 and up are not supported! CMake Error at cuda compile generated CUDA ConvolutionDriver.cu.o.cmake: 206 Thanks for reading Juan C. Code In file included from /usr/lib/nvidia-cuda-toolkit/include/cuda_runtime.h:59:0, from <command-line>:0: /usr/include/host_config.h:82:2: error: #error -- unsupported GNU version! gcc 4.7 and up are not supported! CMake Error at cuda_compile_generated_CUDAConvolutionDriver.cu.o. cmake:206 (message): Error generating /home/juan/OpenFOAM/ThirdParty-2.3.0/build/linux64Gcc/ParaView-4.1.0/Plugins/SciberQuestToolKit/SciberQuest/CMakeFiles/cuda_compile.dir//./cuda_compile_generated_CUDAConvolutionDriver.cu.o make[2]: *** [Plugins/SciberQuestToolKit/SciberQuest/CMakeFiles/cuda_compile.dir/./cuda_compile_generated_CUDAConvolutionDriver.cu.o] Error 1 make[1]: *** [Plugins/SciberQuestToolKit/SciberQuest/CMakeFiles/vtkSciberQuest.dir/all] Error 2 make: *** [all] Error 2 --- |
|
March 30, 2014, 15:39 |
|
#2 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings Juan,
I hope you're referring to the script makeParaView4, as the script makeParaView is meant for ParaView 3.12.0. Well, this is a tricky situation. It depends on a few details:
Code:
if (CUDA_FOUND AND SQTK_CUDA) if (SQTK_CUDA AND CUDA_FOUND) Code:
if (OFF AND SQTK_CUDA) if (SQTK_CUDA AND OFF) Best regards, Bruno
__________________
|
|
April 11, 2014, 19:04 |
|
#3 |
New Member
Juan Carlos
Join Date: Feb 2010
Posts: 9
Rep Power: 16 |
Greetings Bruno,
I’m apologize for my delay to answer your comments about installation of Paraview 4.1 I will try to implement your recommendations as soon as possible. Best regards, Juan C. |
|
April 17, 2014, 14:37 |
|
#4 |
New Member
Juan Carlos
Join Date: Feb 2010
Posts: 9
Rep Power: 16 |
Hi, Bruno
I followed your statements about installation of Paraview 4.1. In my particular case. I decided to build ParaView without CUDA support, to do that I modified the file “CmakeLists.txt” as you comment. Fortunately these changes made that Paraview works properly. Thanks for your help. Best regards, Juan C. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Compiling Paraview 3.12.0 and the PV3FoamReader Module | smpark | OpenFOAM Installation | 2 | January 9, 2012 08:16 |
Cmake cannot recognize gcc to compile ParaView | CAVT | OpenFOAM | 3 | July 27, 2010 21:38 |
OF 1.6 | Ubuntu 9.10 (64bit) | GLIBCXX_3.4.11 not found | piprus | OpenFOAM Installation | 22 | February 25, 2010 14:43 |
paraFoam reader for OpenFOAM 1.6 | smart | OpenFOAM Installation | 13 | November 16, 2009 22:41 |
OpenFOAM15 paraFoam bug | koen | OpenFOAM Bugs | 19 | June 30, 2009 11:46 |