- Create a dedicated directory somewhere in /work
- Place all files needed by your job (and possibly also the executable) in this directory.
- Create a file with a suitable name (like myjob.sh) containing the script that follows.
- Edit this file and change the obvious things (like program name, arguments to program, job name, number of processors).
- Submit the job with qsub myjob.sh.
- Check that it started without problems using qstat.