Wanted: Ultra-fast fortran compiler for UNIX

Scott R. Anderson sra at oddjob.UUCP
Wed Jul 24 00:31:27 AEST 1985


In article <9871 at Glacier.ARPA> conor at Glacier.UUCP (Conor Rafferty) writes:

>Published work (by Jack Dongarra at Argonne National Laboratory
>[dongarra at anl-mcs]) shows about 25-30% slower runtimes for the 4.2BSD
>compiler over the VMS 4.1 compiler, for dense linear algebra.

I have a copy of Jack Dongarra's Technical Memorandum No. 23 (dated
July 18, 1985) which was passed around at a recent conference here
on high-performance computing.  For those who are interested, here
are the results of solving a linear system of equations of order
100 with LINPACK on a VAX 11/780 with FPA:

Precision    Operating System    MFLOPS    Time (sec)    Unit (usec)
---------    ----------------    ------    ----------    -----------

Double         VMS v4.1           0.14        4.96          14.4
               UNIX 4.2BSD        0.13        5.67          16.5

Single         VMS v4.1           0.25        2.74          7.98
               UNIX 4.2BSD        0.21        3.25          9.47

(Unit is the execution time for the statement y(i) = y(i) + t * x(i).)

These results verify that the UNIX f77 compiler is not as efficient
as the VMS fortran compiler, but the "slowness" factor is actually
14-19%, not 25-30%.

				Scott Anderson
				ihnp4!oddjob!kaos!sra



More information about the Comp.unix mailing list