This are results obtained on a NEC TX7 (16 proc.s, 1.5 GHz processors) with the
NEC FTN 3.4 compiler (very similar to the Intel 7.1 compiler) for the
single-CPU EuroBen Benchmark V4.2.

Remarks:

mod2b - Solution of a dense linear system. In addition to the provided Fortran
        version, it was also run with the linear algebra routines from NEC's
	Math Keisan Library with large improvements in performance (see 
	mod2b_lib.log).
mod2d - Solution of a dense eigenvalue problem. In addition to the provided
	Fortran version, it was also run with the linear algebra routines from
	NEC's Math Keisan Library.  There were modest to small improvements in
	performance (see  mod2d_lib.log).
mod2f - 1-D complex-to-complex FFT did not work properly because of incorrect
        code that is generated by the FTN 3.4 compiler for the radix-8
	transform subroutine.			
