#! /bin/csh -f # # P1600/ # 251.840u 54.320s 5:27.34 93.5% 0+0k 0+0io 3850848pf+0w rh73 # 257.600u 56.490s 6:17.63 83.1% 0+0k 0+0io 3851692pf+0w # 292.880u 35.130s 12:03.31 45.3% 0+0k 0+0io 1791914pf+0w rh9 (x11) # 280.020u 31.660s 8:22.49 62.0% 0+0k 0+0io 1765885pf+0w rh9 (cons) # 287.680u 32.810s 9:46.55 54.6% 0+0k 0+0io 1769128pf+0w fresh X # this should be a local directory, it will fail now if you # give an absolute address # set rootdir=miriad # all(miriad,wip,rad) or just miriad(all=0) -- not implemented set all=0 set opts=() #set opts=(intel=1 bench=32,512,1) set branch=() #set branch=(-r MIR3) #set branch=(-r mir_3_1_1) set cvsroot=:pserver:anonymous@cvs.astro.umd.edu:/home/cvsroot if ($?CVSROOT == 0) then echo No CVSROOT, trying out $cvsroot setenv CVSROOT $cvsroot grep -q `echo $cvsroot | awk -F: '{print $3}'` ~/.cvspass if ($status) then echo 'Oops, no $CVSROOT was present, ' echo ' and this appears to be the first time you install miriad' echo ' so, we have to initialize your anonymous cvs account for' echo " cvsroot=$cvsroot" echo ' anonymous cvsroot should use a blank password, just hit :' cvs login endif endif if ($?MIR) then echo Cannot test if MIR=$MIR is present already exit 1 endif echo "Using cvs with CVSROOT=$CVSROOT" rm -rf $rootdir if (1) then (cvs -Q co $branch -d $rootdir miriad; cd $rootdir/borrow; cvs -Q co wip; cvs -Q co rad) else (cvs -Q co $branch -d $rootdir miriad) endif if (-e $rootdir/src/tools/ercmd.c) rm $rootdir/src/tools/ercmd.c cd $rootdir/install time ./install.linux $opts if (0) then source ../MIRRC.linux cd /home/teuben7/miriad/petitpas/clstats # clfind dt=0.05 in=quarter.cm dist=88000000 clstats in=quarter.cm dist=88000000 endif