Debian Clusters for Education and Research: The Missing Manual

Torque Qsub Scripts

From Debian Clusters

Jump to: navigation, search

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

  1. !/bin/sh
  2. PBS -N C60_Large_Run
  3. PBS -l nodes=1
  4. PBS -l cput=720:00:00
  5. PBS -m be

cd $PBS_O_WORKDIR

Personal tools