tahoma2d/thirdparty/superlu/SuperLU_4.1/INSTALL/install.csh

15 lines
262 B
Tcsh
Raw Normal View History

2016-03-24 05:25:36 +13:00
#! /bin/csh
set ofile = install.out # output file
echo '---- SINGLE PRECISION' >! $ofile
./testslamch >> $ofile
echo '' >> $ofile
echo ---- DOUBLE PRECISION >> $ofile
./testdlamch >> $ofile
echo '' >> $ofile
echo ---- TIMER >> $ofile
./testtimer >> $ofile