Hello I'm trying to make reservations for CPUs. What I want to do: A user launch a job for x CPU. As long as this job runs, those x CPU can't be used for another job. If a user launch a job for y CPU and that there is no y CPU available, that job would wait. Is it possible? I'm using torque with pbs_sched, not MAUI, not MOAB. thank you