Torque Qsub Scripts
From Debian Clusters
About Torque
If you haven't done the initial set up of Torque and Maui yet, then the Using a Scheduler and Queue page may be of interest.
Stuff
qsub -q eternity qsub.script
- !/bin/sh
- PBS -N C60_Large_Run
- PBS -l nodes=1
- PBS -l cput=720:00:00
- PBS -m be
cd $PBS_O_WORKDIR

