Raptor PBS
From EVOCD
Purpose
This PBS script is used to submit jobs to the job queue for the cluster named "Raptor" at HPC2.
Implementation
- Edit the following line with the name of the script Raptor should run:
./<name of script>
- Be sure to remove the brackets ('<', '>').
- Save code with a unique name and no file extension.
Source Code
#PBS -N <name of output files> #PBS -l nodes=1:ppn=4 #PBS -l walltime=48:00:00 #PBS -q q64p48h@raptor #PBS -mea #PBS -r n #PBS -V cd $PBS_O_WORKDIR ./<name of script>