| Technical
Support Information
|
Gaussian 03 UNIX Binary Installation Instructions
$ /bin/csh % setenv mntpnt "/mnt/cdrom" # Set to wherever cd is mounted. % setenv g03root "dir" # Set to install location for G03. % cd $g03root % cat $mntpnt/tar/*.taz | zcat | tar xvf - % chgrp -R grp g03 # grp is the group from step 1. % cd g03 % ./bsd/install setenv g03root "dir" setenv GAUSS_SCRDIR "scr-dir" source $g03root/g03/bsd/g03.login # sets up G03 run environment. The dir in the first command is the location of the g03 directory. For example, if the path to this directory is /usr/local/g03, then set g03root to /usr/local. The scr-dir in the second command is a directory to be used by default for Gaussian 03 scratch files. There should be plenty of disk space available at this location. Note that the angle brackets are NOT included. Bourne-type shell users would use these commands instead of the ones above: g03root="dir" GAUSS_SCRDIR="scr-dir" export g03root GAUSS_SCRDIR . $g03root/g03/bsd/g03.profile | |