<div dir="ltr">Dear CP2K developers and Users<div><br></div><div>I try to run the cp2k job using multiple nodes with psmp exe. file. </div><div>The job can not run although it can be submited to the multiple nodes.(The job script file as below)</div><div>It can be run if I only use one node with multiple cores.</div><div>Does anyone who knows what's going on here? </div><div><br></div><div><div>Thank you very much for any suggestion.</div><div><br></div></div><div><div><font color="#000000">#!/bin/bash</font></div><div><font color="#000000"># pe request</font></div><div><font color="#000000">#$ -pe mpi_20 40</font></div><div><font color="#000000"><br></font></div><div><font color="#000000"># our Job name </font></div><div><font color="#000000">#$ -N aimd-md</font></div><div><font color="#000000"><br></font></div><div><font color="#000000">#$ -S /bin/bash</font></div><div><font color="#000000">#$ -q all.q@marge02,all.q@marge08</font></div><div><font color="#000000">#$ -V</font></div><div><font color="#000000">#$ -cwd</font></div><div><font color="#000000"><br></font></div><div><font color="#000000"># needs in </font></div><div><font color="#000000">#   $NSLOTS          </font></div><div><font color="#000000">#       the number of tasks to be used</font></div><div><font color="#000000">#   $TMPDIR/machines </font></div><div><font color="#000000">#       a valid machiche file to be passed to mpirun </font></div><div><font color="#000000">#   enables $TMPDIR/rsh to catch rsh calls if available</font></div><div><font color="#000000"><br></font></div><div><font color="#000000">echo "Got $NSLOTS slots."</font></div><div><font color="#000000">cat $TMPDIR/machines</font></div><div><font color="#000000"><br></font></div><div><font color="#000000"> MPI_HOME=/xxx/compilers_and_libraries_2019.1.144/linux/mpi/intel64</font></div><div><font color="#000000"> MPI_EXEC=$MPI_HOME/bin/mpirun</font></div><div><font color="#000000"> PROG=/xxx/cp2k-6.1/exe/Linux-x86-64-intel</font><font color="#ff0000">/<b style="">cp2k.psmp</b></font></div><div><font color="#000000"><br></font></div><div><font color="#000000"> cd $SGE_O_WORKDIR</font></div><div><font color="#000000"><br></font></div><div><font color="#000000"> $MPI_EXEC -machinefile $TMPDIR/machines -n $NSLOTS $PROG -in xxx.inp</font></div></div><div><br></div><div><br></div><div><div>Best Wishes</div><div><br></div><div>Liyi</div></div></div>