<div dir="ltr"><div>HI,</div><div>Change your python 3 to python2 will be ok. Edit the first line of  remove_xcompiler to <br></div><div>#!/usr/bin/env python2</div><div><br></div><br>On Sunday, April 5, 2020 at 4:28:48 PM UTC+8, zhijian fu wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><div dir="ltr">Hello, I want to install cp2k 7.1 using intel compiler, but when I install ELPA library, there is an error,<div>The compile setting:</div><div><div>../configure  \</div><div>--prefix="/home/sunlight/<wbr>work2/cp2k/libs/libelpa/<wbr>201911001" \</div><div>--libdir="/home/sunlight/<wbr>work2/cp2k/libs/libelpa/<wbr>201911001/lib" \</div><div>--enable-openmp=no \</div><div>--enable-shared=no \</div><div>--enable-static=yes \</div><div>--enable-avx=yes \</div><div>--enable-avx2=yes \</div><div>--enable-avx512=yes \</div><div>--enable-option-checking=fatal \</div><div>FC=/opt/intel2020up1/<wbr>compilers_and_libraries_2020.<wbr>1.217/linux/mpi/intel64/bin/<wbr>mpiifort \</div><div>CC=/opt/intel2020up1/<wbr>compilers_and_libraries_2020.<wbr>1.217/linux/mpi/intel64/bin/<wbr>mpiicc \</div><div>CXX=/opt/intel2020up1/<wbr>compilers_and_libraries_2020.<wbr>1.217/linux/mpi/intel64/bin/<wbr>mpiicpc \</div><div>FCFLAGS="-O3 -xAVX2" CFLAGS="-O3 -xAVX2" \</div><div>SCALAPACK_LDFLAGS="-L/opt/<wbr>intel2020up1/mkl/lib/intel64 -lmkl_scalapack_lp64 -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -lpthread " \</div><div>SCALAPACK_FCFLAGS="-I/opt/<wbr>intel2020up1/mkl/include/<wbr>intel64/lp64" \</div><div> >configure.log 2>&1</div></div><div><br></div><div>The error is:</div><div><div>Traceback (most recent call last):</div><div>  File "../remove_xcompiler", line 6, in <module></div><div>    os.execvp(args[0], args[0:])</div><div>  File "/opt/intel2020up1/<wbr>intelpython3/lib/python3.7/os.<wbr>py", line 574, in execvp</div><div>    _execvpe(file, args)</div><div>  File "/opt/intel2020up1/<wbr>intelpython3/lib/python3.7/os.<wbr>py", line 597, in _execvpe</div><div>    exec_func(file, *argrest)</div><div>FileNotFoundError: [Errno 2] No such file or directory</div></div><div><br></div><div>Could you give me some advice?</div><div>Thank you!</div></div></blockquote></div>