Gaussian 09

Status
Yes

First, notify Paul Weakliem or Fuzzy Rogers that you wish to use Gaussian so your account can be enabled. You must be in the gaussian user group in order to use it. UCSB has a site license for Gaussian;  please review the agreement(which includes information about citing the use of the program) at the link at bottom of this page

You need to also set your account to be able to use Gaussian by adding the following

(for tcsh users add this to your .cshrc file)

# Gaussian09
setenv g09root /sw/chem
source $g09root/g09/bsd/g09.login

(for bash users - most people - add this to your .bash_profile file)

# Gaussian09
export g09root=/sw/chem
source $g09root/g09/bsd/g09.profile

Gaussian09 is available on Knot (up to 12 cores/node) and QSR (up to 4 cores/node).   For CNSI and MRL members, it's also available on the Guild and Lattice clusters (also to 12 cores/node). To use multiple cores you must put the following at the top of your command file. (if you're a GaussView user, see here for additional info for how to set this up)

%NProcShared=12

where the number is how many cores you want to use (in this case 12). Be careful to only specify as many cores (or less) than are on the node.

Then, you simply submit it to the queue (on either Knot, QSR, or Altix) with

subg09 myfile.com

where myfile.com is your Gaussian command file. It will ask you a few questions (about time limits, number of cores, etc.).

Monitor the job execution with the 'showq' and 'qstat -a' command.

GaussView

For detailed instructions on Gaussivew, click here

You can use the Graphical interface Gaussview on Knot with the command 'gv'. You can view, draw, and analyze your Gaussian input/output using this program.  Note you must be logged into Knot with an X11 capable program (e.g. Mac X11, XQuartz, the NX client, etc.) to use it.

For people using their own copy of GaussView on their Mac or PC

You should save your checkpoint files as 'formatted', i.e. add the line 'FORMCHK' as an additional keyword when creating your input file so you it will be readable on your Mac or PC.

Or simply run

formchk myfile.chk 

after your run has completed to convert it. If you get an error about 'Missing or bad bad data' when reading a formatted checkpoint file (fchk), first run the program 'fix_form' on that file.  (it changes the spelling of the word 'independent' in the file that is the cause of the problem). e.g.

fix_form myfile.fchk

 

File
File