1998-10-08 21:57:58 +00:00
|
|
|
|
|
|
|
|
Guide to Installing NWChem Binary Builds
|
|
|
|
|
====================================================
|
2010-10-29 18:04:21 +00:00
|
|
|
$Id$
|
1998-10-08 21:57:58 +00:00
|
|
|
----------------------------------------------------
|
|
|
|
|
|
|
|
|
|
INSTALLING NWCHEM FOR GENERAL SITE USE:
|
|
|
|
|
--------------------------------------
|
|
|
|
|
To extract the tar file you will need to issue one of the following
|
|
|
|
|
commands (or any equivalent variant).
|
|
|
|
|
1) tar xvf nwchem-*******.tar
|
|
|
|
|
2) cat nwchem-******.tar.Z | uncompress | tar xvf -
|
1998-10-08 22:23:27 +00:00
|
|
|
3) gunzip -c nwchem-******.tgz | tar xvf -
|
1998-10-08 21:57:58 +00:00
|
|
|
|
|
|
|
|
After the tar file has been expanded the following file and
|
|
|
|
|
directory structure will exist.
|
|
|
|
|
|
|
|
|
|
regular file - ./INSTALL.binbuilds
|
|
|
|
|
directory - ./bin
|
|
|
|
|
directory - ./classes
|
1999-08-02 21:44:16 +00:00
|
|
|
directory - ./usr.local.lib.nwchem
|
1998-10-08 21:57:58 +00:00
|
|
|
directory - ./etc
|
|
|
|
|
|
|
|
|
|
A) The file ./INSTALL.binbuilds is this file you are reading.
|
|
|
|
|
|
|
|
|
|
B) The ./bin directory contains the binaries used for the given build
|
|
|
|
|
on the target machine. There will be an nwchem executable and any
|
|
|
|
|
other associated files that are necessary for the target platform.
|
|
|
|
|
|
|
|
|
|
C) The ./classes directory has the Java class files for the NWChem
|
1999-08-02 21:48:05 +00:00
|
|
|
support tool. This is to be used by the designated point of
|
1998-10-08 21:57:58 +00:00
|
|
|
contact at each site. See the description below.
|
2002-03-28 22:19:22 +00:00
|
|
|
|
2001-12-17 21:22:16 +00:00
|
|
|
D) The ./usr.local.lib.nwchem directory has the basis set libraries
|
1999-08-02 21:44:16 +00:00
|
|
|
and the default amber and charmm parameter files used for
|
|
|
|
|
molecular dynamics simulations.
|
2002-03-28 22:19:22 +00:00
|
|
|
|
1998-10-08 21:57:58 +00:00
|
|
|
E) The ./etc directory has an executable c-shell script to generate a
|
1999-08-02 21:44:16 +00:00
|
|
|
default ".nwchemrc" file that enables nwchem to find the
|
|
|
|
|
usr.local.lib.nwchem files. Each user will need a .nwchemrc file
|
|
|
|
|
to point to these default data files (e.g., those in the directory
|
|
|
|
|
./usr.local.lib.nwchem). The file default.nwchemrc generated by the
|
1998-10-08 21:57:58 +00:00
|
|
|
script in ./etc can be used as the target of a symbolic link in
|
1999-08-02 21:44:16 +00:00
|
|
|
c-shell each users $HOME directory. Users would have to issue the
|
|
|
|
|
following command prior to using NWChem:
|
2000-12-21 20:05:47 +00:00
|
|
|
ln -s /usr/local/NWChem/etc/default.nwchemrc $HOME/.nwchemrc
|
1998-10-08 21:57:58 +00:00
|
|
|
|
|
|
|
|
Of course users can copy this file instead of making the symbolic
|
|
|
|
|
link described above and change these defaults at their discretion.
|