;======================================================================
Installation can be done mostly automatically using:

install-gapmpi-4b3.sh      (for GAP-4 beta), OR:
install-gapmpi-4.x.sh      (for GAP-4.x full release)

;======================================================================
After installation, the following files are provided.

README.port-to-gap
src/gapmpi.c
src/gapmpi.o
lib/slavelist.g
lib/masslave.g
mpinu/*             Distribution to make libmpi.a  (MPI subset library,
			used in building GAP/MPI kernel))
doc/*		    Documentation of GAP/MPI
examples/*          Examples of usage of GAP/MPI
procgroup         A copy of this must be in your current directory
		        when you execute GAP

;======================================================================
Hopefully you can ignore these files.  They were needed for running
  under GAP 4b3.  GAP 4.1 should have a modified kernel with the
  necessary changes for GAP/MPI already built-in.

gap4b3-src-gap.c      Modified src/gap.c from gap4b3 distribution
		      Look for the "#ifdef GAPMPI" and add those to the
			current src/gap.c in the same places.
gap4b3-src-funcs.c    Bug fixes for GAP 4b3.  GAP 4.1 should be fixed already.
gap4b3-src-streams.c  Bug fixes for GAP 4b3.  GAP 4.1 should be fixed already.
gap4b3-bin-i586-Makefile  Sample of required mod's for bin/i586-*/Makefile
			    configure should create this for you in GAP 4.1

[ There are other gap4b3-src-* files with bug fixes and enhancements.
  Equivalent patches should be included in GAP-4.x, and so you can
  ignore the additional files. ]
