- 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 following:
- Edit this file and change my_program_name with the name of your executable. Add (if needed) the arguments to your program.
- Submit your job with qsub myjob.sh