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

WebMO 8.0 is now available for free download!

WebMO 8.0 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!

July 4, 2008
GAMESS Installation Instructions for IRIX

  1. Obtain a copy of the GAMESS source code
    Visit the GAMESS homepage and request a copy of the source code
  2. Download the source code file, gamess_tar.Z, as directed in the email message that you receive
  3. Verify that the following packages have been installed on the IRIX workstation:
    MIPSpro Fortran 77
    MIPSpro C
  4. Uncompress the archive
    % su
    # cd /usr/local
    # cp /download_dir/gamess_tar.Z /usr/local
    # gunzip gamess_tar.Z
    # tar xvf gamess_tar
    # chown -R root:sys gamess
    # chmod -R 755 gamess
    # chmod -R g-s gamess
  5. Update the comp, compall, lked, and runall scripts.
    # cd /usr/local/gamess
    # vi scriptname
    Change the line
    chdir /u1/mike/gamess
    to
    chdir /usr/local/gamess
    and (except in 'runall' script, where no reference exists)
    set TARGET=ibm
    to
    set TARGET=sgi
  6. Update the rungms script
    Edit the following lines to read as follows
    set TARGET=sockets
    and
    set SCR=/tmp
    and later in the file
    if ($os == IRIX) set GMSPATH=/usr/local/gamess
  7. Edit and compile the 'Activate' program
    # cd /usr/local/gamess/tools
    # cp actvte.code actvte.f
    # vi actvte.f
    For typical Unix systems, simply replace all cards beginning with '*UNX' in the first 4 columns with 4 blanks. See comments in the file for help and more details.
    # f77 -o actvte.x actvte.f
  8. Compile and link GAMESS
    # cd /usr/local/gamess
    # /bin/csh (if not already in csh or tcsh)
    # setenv PATH .:${PATH} (necessary because /bin/comp may also be in path)
    # compall >& compall.log
    # lked gamess 00 >& lked.log
  9. Test GAMESS
    % cd ~
    % mkdir scr
    % mkdir gamess
    % cp -p /usr/local/gamess/tests/exam01.inp ~/gamess
    % cd ~/gamess
    % /usr/local/gamess/rungms exam01 > e01.log
  10. If errors occur while testing, delete all scratch and result files to permit further tests
    % rm -f ~/scr/exam01*
    % rm -f /tmp/exam01*
    % rm -f ~/gamess/exam01.log

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