Re: [CMake] Switching configuration to icc

2015-05-10 Thread Rahul K Soni
When I run like that it says CC=icc command not found.  — Rahul Kumar Soni ScientistCSIR-IMMT Sent from iPad Rahul On Sun, May 10, 2015 at 11:06 PM, Tom Kacvinsky tom.kacvin...@vectorcast.com wrote: On May 10, 2015, at 13:16, Rahul K Soni ra...@ismu.ac.in wrote: Hi Petr Is deleting

Re: [CMake] Switching configuration to icc

2015-05-10 Thread Rahul K Soni
Its like a ssh remote control of cluster from putty.  — Rahul Kumar Soni ScientistCSIR-IMMT Sent from iPad Rahul On Sun, May 10, 2015 at 11:53 PM, Tom Kacvinsky tom.kacvin...@vectorcast.com wrote: On May 10, 2015, at 14:19, Rahul K Soni ra...@ismu.ac.in wrote: When I run like

Re: [CMake] Switching configuration to icc

2015-05-10 Thread Rahul K Soni
, 2015, at 12:18, Rahul K Soni ra...@ismu.ac.in wrote: Hello everyone I am trying to configure vtk with cmake-3.2.2 in suse-hpc cluster. Prefeerred compiler in that cluster is intel. But I don't know why when Cmake is always configuring things for gcc when it is having icc also. Please

Re: [CMake] Switching configuration to icc

2015-05-10 Thread Rahul K Soni
, 2015 at 10:30 PM, Tom Kacvinsky tom.kacvin...@vectorcast.com wrote: You need to set CC before invoking cmake so that cmake will know to use the Intel compilers On May 10, 2015, at 12:57, Rahul K Soni ra...@ismu.ac.in wrote: No Tom, thats not working. I did ccmake CC=icc /path/to/vtk

Re: [CMake] Switching configuration to icc

2015-05-10 Thread Rahul K Soni
Kacvinsky tom.kacvin...@vectorcast.com wrote: You need to set CC before invoking cmake so that cmake will know to use the Intel compilers On May 10, 2015, at 12:57, Rahul K Soni ra...@ismu.ac.in wrote: No Tom, thats not working. I did ccmake CC=icc /path/to/vtk But the result is same

[CMake] Switching configuration to icc

2015-05-10 Thread Rahul K Soni
Hello everyone I am trying to configure vtk with cmake-3.2.2 in suse-hpc cluster. Prefeerred compiler in that cluster is intel. But I don't know why when Cmake is always configuring things for gcc when it is having icc also. Please help, how to switch the configuration to icc. — Rahul Kumar