Re: [cmake-developers] how to use cmake3.7 for building fast code in fedora 24

2017-02-16 Thread Chuck Atkins
Hi Soumaia, The compilers are not yet in your search path so CMake can't find them. You need to setup the intel compiler's environment first with: source /opt/intel/bin/compilervars.sh intel64 , then CMake should be able to find your compiler. -- Chuck Atkins Staff R Engineer,

[cmake-developers] how to use cmake3.7 for building fast code in fedora 24

2017-02-16 Thread Soumaia Djaadi via cmake-developers
I want to install FAST (Fast Absorption Simulation by TDDFT) code but I faced some problems. I use for thisĀ  Cmake 3.7 and siesta-4.0, and the Intel 17.X compilers, my system is linux fedora 24. FAST code is freely available at https://gforge.inria.fr/frs/?group_id=1179This is the