<div dir="ltr"><div>Hi Soumaia,<br>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. <br></div><br><br><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr">----------<br>Chuck Atkins<br>Staff R&D Engineer, Scientific Computing<br>Kitware, Inc.<br><br></div></div></div></div></div></div></div>
<br><div class="gmail_quote">On Thu, Feb 16, 2017 at 5:42 AM, Soumaia Djaadi via cmake-developers <span dir="ltr"><<a href="mailto:cmake-developers@cmake.org" target="_blank">cmake-developers@cmake.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="color:#000;background-color:#fff;font-family:verdana,helvetica,sans-serif;font-size:24px"><div id="m_2482197170330065464yui_3_16_0_ym19_1_1487240967612_15985"><div dir="ltr" id="m_2482197170330065464yui_3_16_0_ym19_1_1487240967612_16028">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 <a rel="nofollow" href="https://gforge.inria.fr/frs/?group_id=1179" id="m_2482197170330065464yui_3_16_0_ym19_1_1487240967612_15986" target="_blank">https://gforge.inria.fr/frs/?<wbr>group_id=1179</a></div></div>

<div id="m_2482197170330065464yui_3_16_0_ym19_1_1487240967612_15987">This is the problem:</div>

<div id="m_2482197170330065464yui_3_16_0_ym19_1_1487240967612_15988"><div id="m_2482197170330065464yui_3_16_0_ym19_1_1487240967612_16081">[ilaf@localhost Desktop]tar xzf FAST−1−1.tar.gz</div><div id="m_2482197170330065464yui_3_16_0_ym19_1_1487240967612_16082">[ilaf@localhostDesktop]
cd FAST-1-1/ <br></div><div id="m_2482197170330065464yui_3_16_0_ym19_1_1487240967612_16084">[ilaf@localhost FAST-1-1]mkdir build</div><div id="m_2482197170330065464yui_3_16_0_ym19_1_1487240967612_16097">[ilaf@localhostFAST−1−1]cd build/ <br></div><div id="m_2482197170330065464yui_3_16_0_ym19_1_1487240967612_16106">[ilaf@localhost build]$ CC=icc FC=ifort CXX=icpc cmake - 
DSIESTA_XC_DIR=/home/ilaf/<wbr>Desktop/siesta-4.0/Obj/<wbr>SiestaXC ../ CMake 
Error at /usr/local/share/cmake- 
3.7/Modules/<wbr>CMakeDetermineCCompiler.cmake:<wbr>48 (message): Could not find 
compiler set in environment variable CC:

</div></div><div id="m_2482197170330065464yui_3_16_0_ym19_1_1487240967612_15990">icc. Call Stack (most recent call first): CMakeLists.txt:47 (PROJECT)</div>

<div id="m_2482197170330065464yui_3_16_0_ym19_1_1487240967612_15991">CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage CMake 
Error: CMAKE_CXX_COMPILER not set, after EnableLanguage -- Configuring 
incomplete, errors occurred! See also 
"/home/ilaf/Desktop/FAST-1-1/<wbr>build/CMakeFiles/CMakeOutput.<wbr>log". 
[ilaf@localhost build]$</div>

<div id="m_2482197170330065464yui_3_16_0_ym19_1_1487240967612_15992"><div dir="ltr" id="m_2482197170330065464yui_3_16_0_ym19_1_1487240967612_16119">Can any one help me ?</div></div></div></div><br>--<br>
<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" rel="noreferrer" target="_blank">http://www.cmake.org/Wiki/<wbr>CMake_FAQ</a><br>
<br>
Kitware offers various services to support the CMake community. For more information on each offering, please visit:<br>
<br>
CMake Support: <a href="http://cmake.org/cmake/help/support.html" rel="noreferrer" target="_blank">http://cmake.org/cmake/help/<wbr>support.html</a><br>
CMake Consulting: <a href="http://cmake.org/cmake/help/consulting.html" rel="noreferrer" target="_blank">http://cmake.org/cmake/help/<wbr>consulting.html</a><br>
CMake Training Courses: <a href="http://cmake.org/cmake/help/training.html" rel="noreferrer" target="_blank">http://cmake.org/cmake/help/<wbr>training.html</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/cmake-developers" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/cmake-<wbr>developers</a><br></blockquote></div><br></div></div>