<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 https://github.com/cp2k/cp2k/releases/download/v5.1.0/cp2k-5.1.tar.bz2<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>