How do I send a job to a specific node in PBS/TORQUE?
I think you must specify the node name after nodes.
#PBS -l nodes=abc
However, this doesn't seem to work and I'm not sure why.
This question …
Q: How do I find the available PBS queues on the "typical" Torque MPI system?
(asking our admin takes 24+ hours, and the system changes with constant migration)
(for example, "Std8" is one possible queue)
#PBS -q Std8
When I submit a job using
qsub script.sh
is $@ setted to some value inside script.sh? That is, are there any command line arguments passed to script.sh?