!file to generate the F77 compiler benchmark programs. ! they are to have .f77 as the file type of the executable memory image ! the fortran compiler is named FORTRA.SAV and is located on the system ! disk. It is assumed that the F77 compiler is the prime compiler on the ! system and that its OTS is built into SYSLIB. The F4 OTS is named ! FORLIB.F4 and resides also on the system disk. ! ! invoke the compiler for all files ! r sy:fortra.f4 gauss=gauss/s:0/i:eis fft45=fft45/s:0/i:eis hanoi=hanoi/s:0/i:eis prime=prime/s:0/i:eis egypt=egypt/s:0/i:eis egyptd=egyptd/s:0/i:eis egyptv=egyptv/s:0/i:eis lusty=lusty/s:0/i:eis swhet=swhet/s:0/i:eis dwhet=dwhet/s:0/i:eis dg3=dg3/s:0/i:eis asea=asea/s:0/i:eis time=time/s:0/i:eis matrix=matrix/s:0/i:eis littl=littl/s:0/i:eis ^C R link oup:gauss.eis=gauss,time,sy:syslib.dis,sy:forlib.eis oup:fft45.eis=fft45,time,sy:syslib.dis,sy:forlib.eis oup:hanoi.eis=hanoi,time,sy:syslib.dis,sy:forlib.eis oup:prime.eis=prime,time,sy:syslib.dis,sy:forlib.eis oup:egypt.eis=egypt,time,sy:syslib.dis,sy:forlib.eis oup:egyptd.eis=egyptd,time,sy:syslib.dis,sy:forlib.eis oup:egyptv.eis=egyptv,time,sy:virtxm/v,sy:syslib.dis,sy:forlib.eis oup:lusty.eis=lusty,time,sy:syslib.dis,sy:forlib.eis oup:swhet.eis=swhet,time,sy:syslib.dis,sy:forlib.eis oup:dwhet.eis=dwhet,time,sy:syslib.dis,sy:forlib.eis oup:dg3.eis=dg3,time,sy:syslib.dis,sy:forlib.eis oup:asea.eis=asea,time,sy:syslib.dis,sy:forlib.eis oup:matrix.eis=matrix,time,sy:syslib.dis,sy:forlib.eis oup:littl.eis=littl,time,sy:syslib.dis,sy:forlib.eis ^C del (gauss,fft45,hanoi,prime).obj del egypt*.obj/noq del (lusty,swhet,dg3,asea).obj del (matrix,littl).obj del time.obj