A program to submit jobs to various queues. Has a section for Loadleveler, PBS, and SGE. Can submit Gaussian, CPMD, CASTEP and VASP jobs.
For example can do gorun -time 1:00:00 -proc 2 test.com
and it will submit a job to run for an hour on 2 processors using Gaussian.
gorun -mp 2 -proc 2 -time 3:00:00 test2.inp
would run CPMD on 2 MPI processors spawning 2 processes per MPI Proc for a total of 4 processors and run for 3 hours.
For latest usage, do gorun -h
Download here: gorun