WebMO Home Page
   Features
   Pro Features
   Enterprise Features
   Compare Features
   System Requirements
   Screen Shots
   Working Demo
   Support
   Support Forum
   Testimonials
   Revision History
   Mailing List
   Curriculum Examples
   Workshops
   License Info
   Pricing
   Buy WebMO Pro/Ent
   Obtain Free License
   Download
WebMO - Computational chemistry on the WWW
Recent news

WebMO 10.1 is now available for free download!

WebMO 10.1 Pro and Enterprise have a variety of additional features and is available for purchase.

WebMO can now be installed on Windows, Mac, and Unix servers!

September 3, 2010
Gaussian 94 Installation Instructions for IRIX

  1. Obtain Gaussian 94
    Gaussian 94 is a commercial software product and must be purchased from Gaussian, Inc.
  2. Create a tar file from the tape distribution if necessary
    % su
    # cd /download_dir
    # tar xvof /dev/tape
    # tar cvf g94.tar g94
    # exit
  3. Verify that the following packages have been installed on the IRIX workstation:
    MIPSpro Fortran 77
    MIPSpro C
  4. Extract g94 files
    % su # cd /usr/local
    # tar xvof /download_dir/g94.tar
    # chown -R root:sys g94
  5. Compile g94
    # /bin/csh
    # setenv g94root /usr/local
    # cd $g94root/g94
    # bsd/install >& install.log
    # bsd/bld94 >& bldg94.log (takes a while)
  6. Change file permissions
    # cd /usr/local/g94
    # chmod -R o+r *
  7. Isolate version of g94 with a symbolic link
    # cd /usr/local
    # mv g94 g94E2
    # ln -s g94E2 g94 (or appropriate version)
    # exit
  8. Setup a user to run g94 and do a test run
    % cd ~
    % mkdir g94
    % cd g94
    % vi g94setup
    i (to enter insert mode)
    setenv g94root /usr/local
    setenv GAUSS_SCRDIR /tmp
    source $g94root/g94/bsd/g94.login
    <Esc>:wq (to quit and save)
    % source g94setup
    % cp -p /usr/local/g94/tests/com/test001.com test001.com
    % cp -p /usr/local/g94/tests/alpha-osf1/test001.log test001.log.alpha
    % g94 < test001.com > test001.log.sgi
    % tail test001.log.alpha
    % tail test001.log.sgi
  9. Optionally, setup g94 system policies such as max disk space
    % su
    # cd /usr/local/g94
    # vi Default.Route
    i (to enter insert mode)
    -#- MaxDisk=512MB
    <Esc>:wq (to quit and save)
    # exit

Copyright © 2000, WebMO, LLC, all rights reserved.