This are results obtained on a Bull NovaScale (16 proc.s, 1.3 GHz processors)
with the Intel ifort 8.0 compiler for the single-CPU EuroBen Benchmark V4.2.

Remarks:
mod1d - Program to assess (cache) memory bank conflicts. The ifort 8.0
        compiler is not able to make a working executable. Therefore,
	the efc 7.1 result mod1d-7.1.log is included which is OK.
mod2b - Program to solve a dense linear system. Apart from the result for the
        standard Fortran code in mod2b.log there is also a version where
	the Intel MKL library is used. The result is in mod2b_mkl.log (and
	it is significantly better).
mod2d - Solution of a dense eigenvalue problem. With the ifort 8.0 compiler
        only problem sizes up to N = 500 are solved. Beyond that a segmentation
	fault occurs. This does NOT happen with the older efc 7.1 compiler
	(or on other systems with other compilers for that matter).
	So, we have to assume that a new error is introduced with this compiler.	
