This is an old revision of the document!
As of January 2014, CHPC has a new scheduler - PBSPro.
Main user documentation can be found at http://resources.altair.com/pbs/documentation/support/PBSProUserGuide12.1.pdf
But here is a summary of how to submit jobs at CHPC.
The following must be plain text files, as created by unix programs like nano or vi. If you wish to create them on your desktop and copy them over, ensure they contain no formatting and have unix line endings. Microsoft Word would be a bad choice.
Example 1 : Gaussian job
#PBS -N eric.job
#PBS -l select=8:ncpus=1:jobtype=dell,place=free:group=nodetype
#PBS -l select=1:
#PBS -l walltime=1:00:00
#PBS -q workq
#PBS -m be
#PBS -o /export/home/embele/scratch5/eric.out
#PBS -e /export/home/embele/scratch5/eric.err
#PBS
cd $PBS_O_WORKDIR
source /etc/profile.d/modules.sh
module add gaussian/g09.D01
g09 < eric.com > sibusiso.log