<div dir="ltr"><div>You're welcome -- I hope it helps, I remember this was <br></div><div>a very annoying (and puzzling) problem when I first <br></div><div>encountered it!</div><div><br></div><div>If you know the path to your cp2k_shell.popt binary,</div><div>you can look at the output of the "ldd" command, and</div><div>that should contain references to either IntelMPI or <br></div><div>OpenMPI (or yet other) libraries, e.g.</div><div><br></div><div>ldd <path to binary></div><div>or (if the directory with the CP2K binaries is in your $PATH):<br></div><div>ldd `which cp2k_shell.popt`<br></div><div><br></div><div>--Maxime<br></div><div><br></div></div>