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
Tinker Installation Instructions

  1. Download a copy of the Tinker source code
    Visit the Tinker homepage and download a copy of the Full Distribution (GNU zip)
  2. Uncompress the archive
    % su
    # cd /usr/local
    # tar xzvf /{download_dir}/tinker.tar.gz
    # chown -R root:root tinker
  3. Copy and update the Makefile
    # cd /usr/local/tinker
    # cp make/Makefile source/
    # cd source
    # vi Makefile
    (Uncomment the appropriate machine type; update compiler path as appropriate)
  4. Compile Tinker
    # make
  5. Install Tinker
    # cd /usr/local/tinker
    # mkdir bin
    # cp -p source/*.x bin/
  6. Run a test job
    % cp /usr/local/tinker/example/dialanine.* ~/
    % vi dialanine.key
    (Edit the parameters line to point to /usr/local/tinker/params/charmm27)
    % /usr/local/tinker/bin/analyze.x dialanine
  7. Workarounds
    • For the g77 compiler, make the following change in openend.f:
      c     open (unit=iunit,file=name,status='old',position='append')
            open (unit=iunit,file=name,status='old',access='append')

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