Hi I have my partitions configured as follows # COMPUTE NODES NodeName=z[23,24,26,28-39] Procs=4 Sockets=1 CoresPerSocket=4 ThreadsPerCore=1 NodeName=z[25,27] Procs=2 Sockets=1 CoresPerSocket=2 ThreadsPerCore=1 NodeName=obi[23-40] Procs=4 Sockets=1 CoresPerSocket=4 ThreadsPerCore=1 NodeName=w[001-108] Procs=2 Sockets=1 CoresPerSocket=2 ThreadsPerCore=1 NodeName=y[002-010,012-025,027-038] Procs=2 Sockets=1 CoresPerSocket=2 ThreadsPerCore=1 NodeName=y[040-062,064-108,111-119,121-186] Procs=4 Sockets=1 CoresPerSocket=4 ThreadsPerCore=1 PartitionName=z_part Nodes=z[23-39] Default=NO Shared=NO MaxNodes=1 MaxTime=INFINITE State=UP PartitionName=obi_part Nodes=obi[23-40] Default=NO Shared=NO MaxNodes=1 MaxTime=INFINITE State=UP PartitionName=w_part Nodes=w[001-108] Default=NO Shared=NO MaxNodes=1 MaxTime=INFINITE State=UP PartitionName=y_part Nodes=y[002-010,012-025,027-038,040-062,064-108,111-119,121-186] Default=NO Shared=NO MaxTime=INFINITE State=UP PartitionName=gov_part Nodes=z[23,24] Shared=YES Default=NO MaxNodes=1 MaxTime=INFINITE State=UP PartitionName=all_part Nodes=z[23-39],obi[23-40],w[001-108],y[002-010,012-025,027-038,041-062,064-108,111-119,121-186] Shared=NO Default=YES MaxNodes=1 MaxTime=INFINITE State=UP
However the partition names gov_part is not working. When I submit a job to that partition I get the following response /usr/bin/srun -N1 --partition=gov_part /home/kdsd03/oas/klurm/testing/test_time.py srun: Requested partition configuration not available now srun: job 24483 queued and waiting for resources After that when I hit Ctrl-C i get the following lines in stdout. srun: Force Terminated job 24483 srun: Job allocation 24483 has been revoked. Please help Thanks paul
