Gaussian 03
| Site
| Docs
| Ref
| Resources
| Community
| FeedBack
|
| Mail
| Web
| Software
| Classes
| FAQs
|
Gaussian 03 at UMKC can be run on your Windows PC
or from your Tru64 UNIX account.
GaussView 3.0 can be run on your Windows PC to analyze/plot data
obtained from either platform.
Media for Gaussian 03 and GaussView 3.0 for Windows PC installation is available from John Whitchurch in the Department of Chemistry.
A Tru64 UNIX account on Hilbert is available via an
Account Request.
Be sure to include Gaussian as the primary reason for requesting the account.
A faculty sponsor is required when Gaussian calculations are involved.
Bourne, BASH, and KSH shell users should add the following to their .profile:
# Gaussian run environment
g03root='/usr/local/gaussian'
GAUSS_SCRDIR='/tmp/.gaussian'
export g03root GAUSS_SCRDIR
. $g03root/g03/bsd/g03.profile
CSH and TCSH shell users should add the following to their .login:
# Gaussian run environment
setenv g03root "/usr/local/gaussian"
setenv GAUSS_SCR "/tmp/.gaussian"
source $g03root/g03/bsd/g03.login
In addition, contact ops@cctr.umkc.edu to have your Hilbert username added to the gaussian access group.
Gaussian 03 may be run interactively using one of two command styles:
g03 job-name
-or-
g03 <input-file> output-file
In the first form, the program reads input from job-name.com and
writes its output to job-name.log.
When job-name is not specified, the program reads from standard input and writes to standard output,
and these can be redirected or piped in the ususl UNIX fashion.
Either form of command can be forced to the background in the same manner as any
shell command using &.
Information Services, Central Computing
University
of Missouri Kansas City