We are using Torque version 2.4.6 and maui version 3.3 .<br><br>We have 8 cores on each node. Some strange behaviour for <br><br>echo sleep 100 | qsub -l nodes=2<br>echo sleep 100 | qsub -l nodes=2:ppn=1<br><br><b>torque select only one node and run 2 process on it, that is wrong behaviour.<br>
Actually, It should allocate two different nodes and run single process on each.<br></b><br><br>For<br>nodes=n, ppn=2...8 , everything works fine.<br><br>Ex:<br>echo sleep 100 | qsub -l nodes=2:ppn=2<br><b>it allocate 2 nodes and run 2 process on each. </b><br>
<br>With Regards,<br>Alap Pandya <br>