Hello,

I would to compile paraview on linux (ParaView-4.0.1-Linux-64bit) with Intel compilers, version 14.0.0, but I encounter the following error during the configure step :

CMake Warning at Plugins/SciberQuestToolKit/EigenConfig.cmake:50 (message):
   The Intel compiler may need EXTRA_INTEL_INCLUDES set to the directory
   containing xmmintrin.h
 Call Stack (most recent call first):
   Plugins/SciberQuestToolKit/CMakeLists.txt:67 (include)

CMake Error at Plugins/SciberQuestToolKit/EigenConfig.cmake:56 (get_filename_component):
   get_filename_component called with incorrect number of arguments
 Call Stack (most recent call first):
   Plugins/SciberQuestToolKit/CMakeLists.txt:67 (include)

However,I think to have set correctly the EXTRA_INTEL_INCLUDES variable :

CMAKE_CXX_COMPILER /work/soft/compilateurs/composer_xe_2013_sp1.0.080/bin/intel64/icpc CMAKE_C_COMPILER /work/soft/compilateurs/composer_xe_2013_sp1.0.080/bin/intel64/icc CMAKE_Fortran_COMPILER /work/soft/compilateurs/composer_xe_2013_sp1.0.080/bin/intel64/ifort EXTRA_INTEL_INCLUDES /work/soft/compilateurs/composer_xe_2013_sp1.0.080/compiler/include

since xmmintrin.h exits in the directory :

# ls /work/soft/compilateurs/composer_xe_2013_sp1.0.080/compiler/include/xmmintrin.h
/work/soft/compilateurs/composer_xe_2013_sp1.0.080/compiler/include/xmmintrin.h

So I have no idea to solve the problem, any help is welcome, thanks !

Stéphane Glockner



--
 Stéphane Glockner
 Institut de Mécanique et d'Ingénierie de Bordeaux I2M - UMR 5295
 Département TREFLE - Equipe Mécanique des Fluides Numérique
 16,avenue Pey Berland - 33607 Pessac Cedex
 Tél : 05 40 00 66 82  Fax : 05 40 00 66 68
 Web : http://www.trefle.u-bordeaux1.fr
       http://thetis.enscbp.fr
       http://www.trefle.u-bordeaux1.fr/personnel/pages/glockner.html

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to