<div dir="ltr">Hi all.<div><br></div><div>I compiled  CP2K with LIBINT, LIBXC, ELPA and PLUMED2, reading throughout the forum I found many people (e.g. <a href="https://groups.google.com/forum/#!searchin/cp2k/libxsmm%7Csort:date/cp2k/xgkJc59NKGw/U5v5FtzTBwAJ">here</a>) saying that LIBXSMM also helps to speed up CP2K.</div><div><br></div><div>I installed it (without errors) with </div><pre style="box-sizing: border-box; font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; font-size: 13.6px; margin-bottom: 16px; font-stretch: normal; line-height: 1.45; word-wrap: normal; padding: 16px; overflow: auto; background-color: rgb(246, 248, 250); border-radius: 3px; color: rgb(36, 41, 46);"><code style="box-sizing: border-box; font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; font-size: 13.6px; background: transparent; border-radius: 3px; word-break: normal; display: inline; overflow: visible; line-height: inherit; word-wrap: normal;">make -f /path/to/libxsmm/Makefile<br></code></pre><div>following the info from: https://github.com/hfp/libxsmm/blob/master/README.md</div><div><br></div><div>And on my arch file I have:</div><div><br></div><div>LIBXSMMROOT = /lflo/cp2k2017/cp2k/cp2k/libxsmm<br></div><div><div> ifneq (,$(LIBXSMMROOT))</div><div>    DFLAGS  += -D__LIBXSMM</div><div>    IFLAGS  += -I$(LIBXSMMROOT)/include</div><div>    MIC_LDFLAGS += -offload-option,mic,ld,"$(LIBXSMMROOT)/lib/mic/libxsmm.a"</div><div>  endif</div></div><div><br></div><div>I then compile CP2K (also without errors).</div><div>However, when running a regtest, I can only see information about the other libraries mentioned above:</div><div><br></div><div>cp2kflags: omp libint fftw3 libxc elpa=201611 elpa_qr parallel mpi3 scalapack libderiv_max_am1=5 libint_max_am=6 plumed2<br></div><div><br></div><div>Also, the number of tests performed is exactly the same as before the LIBXSMM compilation.</div><div><br></div><div>My questions are: should the cp2kflags show something for LIBXSMM? Are there any tests for LIBXSMM? </div><div><br></div><div>Thanks!</div><div><br></div><div><br></div><div><br></div></div>