Hi,<div><br></div><div>Not sure about your first method, the most recent conda-forge cp2k packages only have psmp in bin/. But in the second method, you don't request to install the psmp version just popt and pdbg.</div><div><br></div><div>-T<br><br></div><div class="gmail_quote"><div dir="auto" class="gmail_attr">On Tuesday, June 15, 2021 at 11:52:34 AM UTC-4 el...@gmail.com wrote:<br/></div><blockquote class="gmail_quote" style="margin: 0 0 0 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><br><div>Dear cp2k community,</div><div><br></div><div>I installed the cp2k under our three clusters and every time I don't get executable file "cp2k.psmp" to use it.  Even though, I run my calculations by using "cp2k.popt", however, these calculations is very slow and I don't see any difference if I use multi node comparing single node.  How to install the executable file "psmp"?   <br></div><div><br></div><div>Hint:  Our cluster has  more than 50 nodes and each node has 64 CPU. <br></div><div>Please check my installation steps in two different clusters: <br></div><div><br></div><div>#### 1st way ########<br></div><div>conda create --name cp2k<br>conda activate cp2k<br>conda install -c conda-forge cp2k<br>conda install -c conda-forge/label/cf202003 cp2k<br>conda update -n base -c defaults conda<br></div><div><br></div><div>
#### 2nd way ######## <br></div><div><br></div><div>source /opt/intel/bin/ifortvars.sh intel64<br> <br>wget <a href="https://github.com/cp2k/cp2k/releases/download/v5.1.0/cp2k-5.1.tar.bz2" target="_blank" rel="nofollow" data-saferedirecturl="https://www.google.com/url?hl=en&q=https://github.com/cp2k/cp2k/releases/download/v5.1.0/cp2k-5.1.tar.bz2&source=gmail&ust=1623863659389000&usg=AFQjCNFJaX-n942spGEfZ9dYSiW2rglRtA">https://github.com/cp2k/cp2k/releases/download/v5.1.0/cp2k-5.1.tar.bz2</a><br>tar xvf cp2k-5.1.tar.bz2<br>cd cp2k-5.1/tools/toolchain/<br>./install_cp2k_toolchain.sh --install-all --with-mkl=system</div><div><br>cd ~<br>cp /root/cp2k-5.1/tools/toolchain/install/arch/* cp2k-5.1/arch/<br>source /root/cp2k-5.1/tools/toolchain/install/setup<br> <br>cd cp2k-5.1<br>make -j 28 ARCH=local VERSION="sopt sdbg ssmp popt pdbg "<br><br></div><div><br></div><div>Best,</div><div>Esam<br></div></blockquote></div>