Hello, I was wondering if it is possible to allow oversubscribing for resources in a reservation. For instance, I create a reservation for a user of a specific node. Then I would like to allow that user to do whatever they want, including (say the nodes has 88 cores):
srun -n 88 --pty bash and in another terminal srun -n 88 someothercommand etc. Is something along those lines possible? Best Regards, -Dean Hidas