|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T l
Length: 618 (0x26a) Types: TextFile Names: »linpack.cf«
└─⟦db229ac7e⟧ Bits:30007240 EUUGD20: SSBA 1.2 / AFW Benchmarks └─⟦this⟧ »EUUGD20/AFUU-ssba1.21/ssba1.21F/linpack/linpack.cf«
#! /bin/sh # SSBA 1.21F # # Script : linpack.cf # INSTALL=../install printer=`cat $INSTALL/printer.cmd` optprinter=`cat $INSTALL/printer.opt` pager=`cat $INSTALL/pager.cmd` f77=`cat $INSTALL/fortran.cmd` optf77=`cat $INSTALL/fortran.opt` flof77=`cat $INSTALL/fortran.flo` sed -e "s/^PRINTER.*$/PRINTER = ${printer}/"\ -e "s/^PRINTOPT.*$/PRINTOPT= ${optprinter}/"\ -e "s/^PAGER.*$/PAGER = ${pager}/"\ -e "s/^COMPILER.*$/COMPILER= ${f77}/"\ -e "s/^LOCALOPT.*$/LOCALOPT= ${optf77}/"\ -e "s/^FLOPT.*$/FLOPT= ${flof77}/"\ <linpack.mk >linpack.tmp mv linpack.tmp linpack.mk chmod u+x linpack.run