<div dir="ltr"><div>Dear Geng,</div><div><br></div><div>I remember having the same problem before, but it was quite</div><div>some time in the past, so I hope my memory is correct.</div><div>I think I solved it by switching from IntelMPI to OpenMPI</div><div>in compiling (and running) the CP2K binaries. So at least, <br></div><div>if you got this behavior with IntelMPI, I think it would be worth <br></div><div>giving OpenMPI a try.<br></div><div><br></div><div>Note that, in my use of the ASE interface with CP2K+OpenMPI, <br></div><div>I need to suppress certain MPI-related messages, which would</div><div>otherwise crash the ASE interface. You can do this by adding</div><div>the "-mca btl ^openib" flags to your command for running the <br></div><div>CP2K shell, e.g.:</div><div><br></div><div>mpirun -np 16 -mca btl ^openib cp2k_shell.popt<br></div><div><br></div><div></div><div>Hope it helps,</div><div>Maxime<br></div></div>