<div dir="ltr">Hi, <br>I am pretty new to CP2K.<br>When I was trying to compile CP2K with install_cp2k_toolchain.sh on a Linux cluster, I notice that there was probably a bug in "install_elpa.sh".<br><br>I used gcc4.9.2. <br>./install_cp2k_toolchain.sh --with-openblas --with-openmpi --with-elpa<br>The compilation of EPLA will always fail. <br>It appears that install_elpa.sh used an environment variable MATH_LIBS, which seems to be not defined correctly. <br>It was found that MATH_LIBS = IF_OMP(-lopenblas_omp|-lopenblas)<br><br>My quick fix is to replace $(MATH_LIBS) with -lopenblas_omp on line 102 .<br><br>I am wondering whether this is a known issue or there is a better fix. <br><br><br>Shi <style type="text/css"> p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica} </style></div>