<div dir="ltr"><div dir="ltr">Dear all,<br>
<br>
You probabley had gone through this discussion other times, however i did not find anything as my problem<br>
I have used CP2K quite a lot before, but I have never had to install it. Now I need to do it in a cluster.<br>
I have followed the HOW To available in the CP2K website: <a id="gmail-LPlnk232460" href="https://www.cp2k.org/howto:compile" target="_blank" rel="noopener noreferrer"><font color="#0066cc">
https://www.cp2k.org/howto:compile</font></a><br>
After execute the script of the toolchain and then try to compile the 
program itself by running the make file (make -j 
 ARCH=Linux-x86-64-gfortran VERSION=sopt) it gives me the following answer. It seems to be something about the libxsmm library.</div><div dir="ltr"><br>
I must confess I have no training in HPC/managment. I am only doing that
 because the sysadmin of the cluster does not work to install programs.<br>
<br>
Thank you for any help.<br>
<br>
Here is the message in the terminal.<br>
<br><font style="background-color:rgb(207,226,243)">
egilsa@service1:~/cp2k-6.1.0/makefiles> make -j ARCH=Linux-x86-64-gfortran VERSION=sopt<br>
Discovering programs ...<br>
Removing stale archives for sopt ...<br>
Resolving dependencies for sopt ...<br>
/home/users/egilsa/cp2k-6.1.0/tools/build_utils/fypp -n /home/users/egilsa/cp2k-6.1.0/src/base/machine.F machine.F90<br>
gfortran -c -D__F2008 -D__FFTW3 -D__LIBINT -D__LIBXC -D__LIBXSMM 
-D__LIBINT_MAX_AM=7 -D__LIBDERIV_MAX_AM1=6 -D__MAX_CONTR=4 -O2 
-ffast-math -ffree-form -ffree-line-length-none -ftree-vectorize 
-funroll-loops -mtune=native -std=f2008 -I/fftw/3.3/include 
-I/libint/1.1.4-LARGE_L/include
 -I/libxc/4.0.4/include -I/libxsmm/1.9/include 
-D__COMPILE_ARCH="\"Linux-x86-64-gfortran\"" -D__COMPILE_DATE="\"Fri May
 24 18:38:07 BRT 2019\"" -D__COMPILE_HOST="\"service1\"" 
-D__COMPILE_REVISION="\"svn:18464\"" 
-D__DATA_DIR="\"/home/users/egilsa/cp2k-6.1.0/data\""
 -D__SHORT_FILE__="\"base/machine.F\"" 
-I'/home/users/egilsa/cp2k-6.1.0/src/base/' machine.F90<br>
Warning: Nonexistent include directory "/fftw/3.3/include"<br>
Warning: Nonexistent include directory "/libint/1.1.4-LARGE_L/include"<br>
Warning: Nonexistent include directory "/libxc/4.0.4/include"<br>
Warning: Nonexistent include directory "/libxsmm/1.9/include"<br>
/home/users/egilsa/cp2k-6.1.0/src/base/machine.F:74.10:<br>
<br>
      USE libxsmm, ONLY: libxsmm_timer_tick, libxsmm_timer_duration<br>
          1<br>
Fatal Error: Can't open module file 'libxsmm.mod' for reading at (1): No such file or directory<br>
/home/users/egilsa/cp2k-6.1.0/makefiles/Makefile:458: recipe for target 'machine.o' failed<br>
make[3]: *** [machine.o] Error 1<br>
/home/users/egilsa/cp2k-6.1.0/makefiles/Makefile:129: recipe for target 'all' failed<br>
make[2]: *** [all] Error 2<br>
/home/users/egilsa/cp2k-6.1.0/makefiles/Makefile:118: recipe for target 'sopt' failed<br>
make[1]: *** [sopt] Error 2<br>
Makefile:113: recipe for target 'all' failed<br>
make: *** [all] Error 2<br>
egilsa@service1:~/cp2k-6.1.0/makefiles</font>> <span></span></div></div>