
Copyright (C) 1997 D.H. Rothman and S. Zaleski. 

Covered by the GNU General Public License, see the file README.


There are four main directories, each corresponding
to a different model:

Fhp7_msite  
Fhp6_msite  
Fhp6_simp   
ilg

Installation in each directory is done by compiling the c program
with the same name (e.g. Fhp7_msite.c ) and sometimes other
subprograms. 

However installation of the codes is intended to be totally automated 
on Unix machines, with only IBM RS 6000, Sun SPARC and Silicon Graphics 
tested until now. 

1) The first step should be to select a directory for your executables. 
This directory is by defaut the source directory. 
If you wish to specify another directory for your binaries, do so now
by editing the file "Makefile"

2) On  IBM RS 6000 and Sun SPARC , just type

make

On Silicon graphics, do 

make 'MAKEARGS= CFLAGS=-O2'

3) The program is now installed. You may type 

make test

to see it running. To know more, read the file HOW_TO_USE . 



