On Greenplanet, Gaussview can submit jobs directly through the slurm queuing system. Once you have signed the Gaussian Confidentiality Agreement, you will ba added to the "gaussian" auxiliary group.
To load the Gaussian environment, type this into the terminal:
ml gaussian
To then start GaussView, enter:
gv&
after which a few windows should pop up on your local X11 display. The "&" just runs GaussView in the background, letting you continue to use the terminal.
Most resource parameters (memory, number of processors, etc.) can be specified by filling in the relevant fields in the GUI, but the time limit must be handled specially. The only free-form text area is the "title" line, so in addition to your title, add your job time limit in the format: "timelimit=days-hours:minutes:seconds". If you do not specify a time limit, your job wil be terminated after 3 hours.
Our license for Gaussian does not cover running single jobs across multiple nodes, only multiple processors on a single node.
Once you have prepared your calculation in GaussView, and click "submit", the following happens:
Note: If the job is cancelled before finishing normally (over time limit, out of memory, or other errors), the end commands in run_slurm.jobname will not get to run. A separate cleanup script will then run that tries to move everything back to the submission directory.