<div dir="ltr">Hi<div><br><div>I compiled CP2K 7.1 and libint 2.6, but popt file can not run.</div><div>I followed this tutorials : <a href="https://xconfigure.readthedocs.io/en/latest/cp2k/">https://xconfigure.readthedocs.io/en/latest/cp2k/</a> and I used Intel compiler</div><div>The compilations of libxsmm, libxc, elpa are fine,except libint.</div><div><br></div><div>After run make -j and make check, there is no error or warning. But make install given some warnings</div></div><div><br></div><div><div>ld: Warning: alignment 32 of symbol `libint2_build_eri' in /opt/cp2k/libint/lib/.libs/libint2.a(libint2_static_init.o) is smaller than 64 in libint_f.o</div><div>ld: Warning: alignment 32 of symbol `libint2_build_eri1' in /opt/cp2k/libint/lib/.libs/libint2.a(libint2_static_init.o) is smaller than 64 in libint_f.o</div><div>ld: Warning: alignment 32 of symbol `libint2_build_3eri' in /opt/cp2k/libint/lib/.libs/libint2.a(libint2_static_init.o) is smaller than 64 in libint_f.o</div><div>ld: Warning: alignment 32 of symbol `libint2_build_3eri1' in /opt/cp2k/libint/lib/.libs/libint2.a(libint2_static_init.o) is smaller than 64 in libint_f.o</div><div>ld: Warning: alignment 32 of symbol `libint2_build_2eri' in /opt/cp2k/libint/lib/.libs/libint2.a(libint2_static_init.o) is smaller than 64 in libint_f.o</div><div>ld: Warning: size of symbol `libint2_build_2eri' changed from 392 in libint_f.o to 648 in /opt/cp2k/libint/lib/.libs/libint2.a(libint2_static_init.o)</div><div>ld: Warning: alignment 32 of symbol `libint2_build_2eri1' in /opt/cp2k/libint/lib/.libs/libint2.a(libint2_static_init.o) is smaller than 64 in libint_f.o</div><div>ld: Warning: size of symbol `libint2_build_2eri1' changed from 288 in libint_f.o to 512 in /opt/cp2k/libint/lib/.libs/libint2.a(libint2_static_init.o)</div></div><div><br></div><div>When compiling CP2K, if I add LIBINTROOT, it will give some warnings</div><div><br></div><div><div>ld: Warning: alignment 32 of symbol `libint2_build_3eri' in /opt/cp2k/libint/default-hsw/lib/libint2.a(libint2_static_init.o) is smaller than 64 in /opt/cp2k/cp2k/lib/Linux-x86-64-intelx/popt/libcp2kmain.a(libint_wrapper.o)</div><div>ld: Warning: alignment 32 of symbol `libint2_build_2eri' in /opt/cp2k/libint/default-hsw/lib/libint2.a(libint2_static_init.o) is smaller than 64 in /opt/cp2k/cp2k/lib/Linux-x86-64-intelx/popt/libcp2kmain.a(libint_wrapper.o)</div><div>ld: Warning: alignment 32 of symbol `libint2_build_3eri' in /opt/cp2k/libint/default-hsw/lib/libint2.a(libint2_static_init.o) is smaller than 64 in /opt/cp2k/cp2k/lib/Linux-x86-64-intelx/popt/libcp2kmain.a(libint_wrapper.o)</div><div>ld: Warning: alignment 32 of symbol `libint2_build_2eri' in /opt/cp2k/libint/default-hsw/lib/libint2.a(libint2_static_init.o) is smaller than 64 in /opt/cp2k/cp2k/lib/Linux-x86-64-intelx/popt/libcp2kmain.a(libint_wrapper.o)</div></div><div><br></div><div>And if I ignore the warnings and continuously run mpirun -n 4 popt ..., the program crash, not give any information and not exit.</div><div>If not add libint , the program run perfectly.</div><div><br></div><div>How to solve this problem?</div><div><br></div><div>Best wishes</div><div>Eric</div></div>