This are the results of EuroBen V3.9 on an SGI Origin3000 with the
following testing circumstances:
--------------------------------------------------------------------------
 Computer                  SGI Origin3000-R14K 500 MHz                     
 Memory size               512 GB                                          
 Compiler version          MIPSpro Fortran version 7.3.1.2m                
 Compiler options          -O3 -n32                    
 Operating System version  IRIX 6.5.10                                     
 Working precision          64-bits precision                              
--------------------------------------------------------------------------
Remarks:
1) The tests are done using the -n32 compiler option. This is NOT the
   default, which is -64. The latter generates 64-bit addresses instead
   of 32-bit addresses which result from the -n32 option.
   The reason is that with the -n32 option some loops are executed up
   to 25% faster than with the -64 option with the present compiler
   version, 7.3.1.2m. With the next release of the compiler, f90
   version 7.3.1.3, this discrepancy should disappear.
   We chose to use the -n32 option to get the fastest possible results
   overall.
2) Of program 'mod3b', the out-of-core 2-D FFT, the small version was
   run, as the large problem size resulted in a bus error although enough
   memory and disk space were available. We must look into this.
