| Technical
Support Information
|
|
Unix Gaussian 03 Source Installation InstructionsIf you will be using Linda, build the regular G03 first, and then build the Linda version using the instructions here.
$ /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 % source $g03root/g03/bsd/g03.login % bsd/bldg03 >&make.log # Will take between 0.5 and 6 hours. Refer to page 4 for information on special commands to build for older processors under Linux and AIX. % ls $g03root/g03/*.exe There should be 80 files. # .login commands # .profile commands
setenv g03root "dir" g03root="dir"
setenv GAUSS_SCRDIR "sdir" GAUSS_SCRDIR="sdir"
source $g03root/g03/bsd/g03.login export g03root GAUSS_SCRDIR
. $g03root/g03/bsd/g03.profile
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 Special Commands for Older HardwareLINUX on INTEL PENTIUM II, PENTIUM PRO or ATHLONBy default, the program is compiled to use Pentium-IV instructions. Use the following build command to compile for the Pentium-III or Athlon: % bsd/bldg03 all ia32p3 >&make.log Use the following command to build for the Pentium-II and Pentium-Pro: % bsd/bldg03 all ia32p2 >&make.log IBM AIX POWER 2 and POWER 1The program builds automatically for the Power3 or Power4, when compiled on one of these machines. For the Power2 use: % bsd/bldg03 all ibmp2 >&make.log and for the Power1 use: % bsd/bldg03 all ibmp1 >&make.log Building G03 with Linda
% cd $g03root/g03 % cat $mntpnt/tar/*.taz | zcat | tar xvf - % bsd/install # repeat command for Linda % source $g03root/g03/bsd/g03.login # repeat command for Linda % mg linda
| |