This directory contains the following files:

bench.tar.uue:
	This is the uuencoded tar file containing all software to be
	installed on the workstations.

ibig.c and Makefile:
	The Makefile enables you to compile the ibig program in some sizes.
	Be sure that the routine vector() is vectorised and the routine
	scalar() is not vectorised. If, for whatever reason, you can not build
	a working ibig program, you are allowed to rewrite ibig in fortran.
	In that case we would like to hear what the problem was.
	


ibig is a program which can be compiled in different sizes:

Program		SIZE		Memory requirement

ibig1		1000		+/- 0.04 Mword code + 0.003 Mword data
ibig2		10000		+/- 0.04 Mword code + 0.03  Mword data
ibig3		100000		+/- 0.04 Mword code + 0.3   Mword data
ibig4		1000000		+/- 0.04 Mword code + 3     Mword data

Be sure that one floating point variable is stored in one 64-bit word.
The makefile does one test run to certify this size.

