How do I submit a Gaussian job on the HP Superdome cluster ?
All Gaussian jobs must be submitted as batch jobs running under LSF. There is a C-shell script called batchg03 that automatically creates and submits a batch job to run Gaussian under LSF. To submit a Gaussian job using the batchg03 script, type: batchg03 filename [queue] [bsub options] where filename is the name of your Gaussian input file with or without the .com extension. queue is the LSF queue to which you want to send your Gaussian job. Specifying a queue is optional; if no queue is specified, the job will be sent to gauss8l. The list of queues that are available for Gaussian runs can be found in the LSF Queue Table. bsub options are optional. Any options from the bsub command (other than the -q option) may be used.