The srun is launching tasks in the allocation made by the sbatch, 
which I presume is z_part. 
________________________________________
From: [email protected] [[email protected]] On Behalf 
Of Paul Thirumalai [[email protected]]
Sent: Tuesday, February 15, 2011 11:45 AM
To: [email protected]
Subject: [slurm-dev] --partition not working

I havea script I am launching using the sbatch. The script has the following 2 
lines

#!/bin/sh
srun -N1 --partition=w_part --output=/home/kdsd03/oas/klurm/test.out 
/home/kdsd03/oas/klurm/test.sh


Now my partitions are configured as follows

PartitionName=z_part Nodes=z[23-39,41-46] Default=YES MaxTime=INFINITE State=UP
PartitionName=obi_part Nodes=obi[23-40] Default=NO MaxTime=INFINITE State=UP
PartitionName=w_part Nodes=w[1-108] Default=NO MaxTime=INFINITE State=UP
PartitionName=y_part Nodes=y[2-10,12-25,27-38,41-62,64-108,111-119,121-186] 
Default=NO MaxTime=INFINITE State=UP


When I launch the job it always lands on a node in the default partition 
(z_part). It does not land on the w_part as I have specified in my srun command.

Any help appreciated.


Reply via email to