Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
software:gaussian:farber [2017-10-23 17:01] – created sraskar | software:gaussian:farber [2021-04-27 16:21] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Gaussian on Farber ====== | ||
+ | Templates for Grid Engine queue submission scripts are available for batch Gaussian jobs in ''/ | ||
+ | |||
+ | <note tip>It is a good idea to periodically check in ''/ | ||
+ | |||
+ | ===== Batch job using Job Class ===== | ||
+ | |||
+ | Starting in Univa Grid Engine 8.2 on Farber, a job class is available that simplifies the submission of Gaussian jobs. | ||
+ | |||
+ | A "job class" is a template created by the system administrator that defines implicit options that will be applied to a qsub job submission. | ||
+ | |||
+ | ^ Job Class ^ Properties^ | ||
+ | | gaussian | ||
+ | | gaussian.single | ||
+ | | gaussian.small | ||
+ | | gaussian.large | ||
+ | |||
+ | Given a Gaussian input file, '' | ||
+ | |||
+ | <code - H2O.com> | ||
+ | # M06 opt | ||
+ | |||
+ | water optimization | ||
+ | |||
+ | 0 1 | ||
+ | O | ||
+ | H 1 r1 | ||
+ | H 1 r1 2 a1 | ||
+ | |||
+ | r1=0.9 | ||
+ | a1=120.0 | ||
+ | </ | ||
+ | |||
+ | |||
+ | the user need not write a job script but can issue the following command: | ||
+ | |||
+ | < | ||
+ | qsub -jc gaussian.single -N water -- H2O.com | ||
+ | </ | ||
+ | |||
+ | A job will be submitted that when executed uses the default version of Gaussian (e.g. g09d01) on a single processor with the '' | ||
+ | |||
+ | < | ||
+ | qsub -jc gaussian.large -N water -- H2O.com H2O-20C.log | ||
+ | </ |