tahoma2d/thirdparty/superlu/SuperLU_4.1/INSTALL/install.csh
2016-03-24 01:31:57 +09:00

14 lines
262 B
Tcsh

#! /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