Blame thirdparty/superlu/SuperLU_4.1/INSTALL/install.csh
|
kusano |
7d535a |
#! /bin/csh
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
set ofile = install.out # output file
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
echo '---- SINGLE PRECISION' >! $ofile
|
|
kusano |
7d535a |
./testslamch >> $ofile
|
|
kusano |
7d535a |
echo '' >> $ofile
|
|
kusano |
7d535a |
echo ---- DOUBLE PRECISION >> $ofile
|
|
kusano |
7d535a |
./testdlamch >> $ofile
|
|
kusano |
7d535a |
echo '' >> $ofile
|
|
kusano |
7d535a |
echo ---- TIMER >> $ofile
|
|
kusano |
7d535a |
./testtimer >> $ofile
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
|