0

I have a requirement for setting up slurm on one physical server, with 2 different partation and 2 main node so, need to have,

partation1 wihich need to have node1 and need to be used by group1 user partation2 wihich need to have node2 and need to be used by group2 user

in 1 physical server , if anybody could help on this, is this possible , if yes , how?

biplab
  • 5
  • 2
  • You can partition certain servers without having to resort to using VMs. Do you have a Sun E10000 or IBM AS/400 per chance? Otherwise you need to question the requirements. – doneal24 Feb 22 '23 at 00:13

1 Answers1

0

That requirement is nonsense. Placing a node in two partitions is not a problem, but to make two nodes out of it you would need to run two VMs on the server, which is counterproductive for resource scheduling.

I'd argue that even creating two partitions doesn't make much sense.

Check out the accounting options and QOS, which allows you to manage resource usage for different accounts.

Gerald Schneider
  • 23,274
  • 8
  • 57
  • 89