<DIV>Dear All,</DIV>
<DIV> </DIV>
<DIV>I like to make the nodes ID specified in my script file. I know for a case of one node I simply add:</DIV>
<DIV> </DIV>
<DIV>#PBS -l nodes=node1 to the script file.</DIV>
<DIV> </DIV>
<DIV>How about if I want to specify node=1 upto node16.</DIV>
<DIV> </DIV>
<DIV>I goggled it and found:</DIV>
<DIV> </DIV>
<DIV>#PBS -l nodes-node1:ppn=1:+node2:ppn=2+node3:ppn=2....</DIV>
<DIV> </DIV>
<DIV>It is not working, and the job goes to the first node (here node1) and it doesn't look for an empty node. (e..g if node3 is empty)</DIV>
<DIV> </DIV>
<DIV>thank you,</DIV>
<DIV>Sarvin</DIV>