<div dir="ltr">How are these nodes defined in slurm.conf file? Using expressions or each node is defined in a separate line? One way to do this is to define gpu nodes separately in node configuration in slurm.conf file and define a partition for these nodes only:<div><br></div><div>NodeName=gpu[0-3] Gres=gpu:4 cpus=64 ...</div><div>partitionName=gpupar Nodes=gpu[0-3] ...</div><div><br></div><div>This is just a sample. Actual configurations will depend on node specifications as well.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Mar 31, 2022 at 6:57 AM pankaj d <<a href="mailto:purveshp0507@gmail.com">purveshp0507@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>We have 8 fat nodes with 4 GPUs and 128 CPUs with 512 GB RAM each. We want to split the 8 nodes in to 2 partitions so that one partition takes 4 GPUs and 64 cores with 256 GB RM (gpu partition) and other partition takes same node with remaining 64 cores (in cpu partition with remaining 256 GB RAM), so a node with nodename n01 will be present in gpupar and cpupar with different configuration like gpupart will have n01 listed as 4 gpus, 64 cores, 256 GB RAM and cpupar will have n01 with remaining 64 cores and 256 GB RAM . How to achieve this?</div><div><br></div><div>Regards,</div><div><br></div><div>Purvesh </div></div>
</blockquote></div>