| Technical
Support Information
|
|
Installation of GaussView 3.07 for UNIX SystemsPrelimary step for all systems:
Scenario 1: Gaussian 03 and GaussView on the SAME computer:
$ /bin/csh % setenv mntpnt "/mnt/cdrom" # Set to wherever cd is mounted. % setenv g03root "dir" # Set to location of g03 directory. % cd $g03root The correct directory to specify in the third command is the location of the g03 subdirectory, not the path to that directory. Thus, if the path to the Gaussian 03 directory is /apps/chem/g03, then set g03root to /apps/chem. % cat $mntpnt/tar/*.taz | zcat | tar xvf - % chgrp -R grp gv # grp is group selected in step 0. Scenario 2: Gaussian 03 and GaussView on DIFFERENT computers:
$ /bin/csh % setenv mntpnt "/mnt/cdrom" # Set to wherever cd is mounted. % cd install-point % cat $mntpnt/tar/*.taz | zcat | tar xvf - % chgrp -R grp gv # grp is the group from step 0. % setenv GV_DIR /usr/local/bin/gv # C shells $ GV_DIR=/usr/loca/bin/gv; export GV_DIR # Bourne-type shells You will probably want to place one of these commands into users .profile or .login files. | |