Hi everyone, I have two partitions that share the same nodes, like below. I have two types of jobs: job type 1, job type 2. I do not want type 2 jobs to share resources with other jobs of the same type but I want type 2 jobs to share consumable resources with type 1 jobs. Type 2 jobs are jobs that take a long time ie 1-10 days with sporadic computing, while type 1 jobs are intensive jobs but very short 1-60 seconds.
PartitionName=queue1 Shared=YES LLN=YES MaxTime=INFINITE State=UP DisableRootJobs=NO Nodes=four[0-15] PartitionName=queue2 Shared=YES LLN=YES MaxTime=INFINITE State=UP DisableRootJobs=NO Nodes=four[0-15] Is there a way of getting nodes to be scheduled this manner?
