To complete some of the steps requires being able to act as root or superuser.
csh --versionexecuted at a command prompt in a terminal, will return the version of csh that is installed. If csh is not installed, install it.
gfortranexecuted at a command prompt in a terminal, will return an error message of "no input files" if the compiler is installed. Likewise, the f77 or g77 command. If no fortran compiler is found, install gfortran. Note: More advanced compilers such as Intel's F90 are also fine.
whereis atlaswill return the location of ATLAS libraries, if installed. If neither MKL nor ATLAS is installed, install ATLAS.
yum list blasmay return the version and location of BLAS. If BLAS is not installed, install BLAS.
tar -xvzf gamess-current.tar.gzUntarring will create a gamess subdirectory plus numerous subdirectories within the gamess subdirectory.
# data left over from a previous run should be deleted
if (-e $PUNCH) rm -f $PUNCH endif
if (-e $MAKEFP) rm -f $MAKEFP endif
if (-e $TRAJECT) rm -f $TRAJECT endif
if (-e $RESTART) rm -f $RESTART endif
If one is fortunate, the operating system's software installer (e.g., yum) may install macmolplt when asked to. (Mine did.)
If not, then connect to http://www.scl.ameslab.gov/MacMolPlt/, choose "Downloading MacMolPlt", and then select either the source code or a pre-built binary.
Especially if problems arise, one might like to read Professor Jan Jensen's blog entry Installing GAMESS on a linux PC. The entry is part of his generally helpful blog entitled "Molecular Modeling Basics."
This program, too, is hosted at Iowa State University. Simply connect to http://www.scl.ameslab.gov/MacMolPlt/, choose "Downloading MacMolPlt", and select a Universal binary file.
The first step in downloading a copy is the license agreement. Then enter your email address and select the pre-compiled version you want. For example, select "GAMESS for Microsoft Windows". Submit. A password will be sent to your email address. When you receive the password, follow the instructions in the email to download GAMESS and the accompanying "setup guide.".
The 32-bit GAMESS offered by the GAMESS group is complicated to install and run, relying on CygWIN. If you need a 32-bit GAMESS please ask me for a copy of the slightly older (October 2012) GAMESS.Windows.32.msi self-installing file.
runall.bat 11-32 1to run all 44 test jobs that were installed along with the program. That is OK but rather slow. Instructions below show how to run just one of the test jobs, "exam01".
SET ERASEOLDFILESand set the value to true. The line should read
@SET ERASEOLDFILES=TRUE
@IF NOT EXIST parameters.gms (
and change parameters.gms to C:\gamess.64\parameters.gms
(or to C:\gamess.32\parameters.gms if you installed the
32-bit version of GAMESS).
FOR /F "tokens=1,2 delims==" %%A IN
and change "parameters.gms" as you did above.
FOR /F "tokens=1,2 delims==" %%A IN
and change "parameters.gms" as you did above.
VERSION=00. The "00" must be changed to the actual version installed in your C:\gamess.64 or C:\gamess.32 directory.
My Computer, Properties, Advanced tab, environment variablesFind "Path" in the defined variables and edit it. Different directories in the Path are separated by semicolons. For example,
C:\Windows;C:\Program Files;C:\Windows\System32;C:\gamess.64For more instructions, see computerhope.
copy tests\exam01.inp .to copy an example input file into the installation directory.
rungms exam01 > exam01.logWait for "FORTRAN STOP" to appear. That may take 10-20 seconds.
This program, too, is hosted at Iowa State University. Simply connect to http://www.scl.ameslab.gov/MacMolPlt/, choose "Downloading MacMolPlt", and select a windows installer. Download it.
Administrative privileges may be needed to install MacMolPlt into the default directory C:\Program Files.
Install MacMolPlt.
Make a shortcut copy on the desktop.
Last Modified: Tuesday, 29-Jan-2013 07:12:16 CST