[torqueusers] Need help with NCPUS not working in QSUB
Lenox, Billy AMRDEC/Sentient Corp.
billy.lenox at us.army.mil
Thu Oct 6 08:55:47 MDT 2011
I have torque setup on a head node system with 5 compute nodes
Two have 8 cores and 3 have 4 cores setup into on queue called batch
When I use a submit script
#!/bin/bash
#PBS -l ncpus=28
#PBS -l walltime=72:00:00
#PBS -o output.out
#PBS -e ie.error
Here /var/spool/torque/server_priv/nodes
seed001 np=8 batch
seed002 np=8 batch
seed003 np=8 batch
seed004 np=8 batch
seed005 np=8 batch
When I submit the script it only runs on one node SEED001
I don't know why it only runs on one node.
Billy
More information about the torqueusers
mailing list