Hi,<br><br> I am using maui 3.2.6p21 version .we are having 16 processors SMP nodes .<br> a) I would like to reserve nodes using setres but I would like to reserve nodes in node + task geometry fashion.<br>
For Ex:<br> setres Nodes=2:ppn=4<br> <br> b)When I tried to reserve number of cores using "setres" upto tasks=16 ,it allocates exact no of tasks but for more than<br>
16 tasks . It doesnot allocate exact resource but more number of tasks get reserved .<br><br> For Ex:<br> 1] setres -r PROCS=1 TASKS==2<br>
<br> reservation " abcd.0" created on 1 node:(2 tasks)<br> <br>
2] setres -r PROCS=1 TASKS=17<br><br> reservation " abcd.0 " created on 2 nodes:(32 tasks)<br> <br> The cases which are mentioned above ,how it can be achieved using mentioned maui version(3.2.6p21) and if possible <br>
in any other versions of maui. <br>