runrcg

The script file runrcg executes the TT-RCG program. Depending on the computersystem used a scriptfile must be written directing the coefficients-of-fractional-parentage datafiles rcg_cfp72, rcg_cfp73 and rcg_cfp74 to the FORTRAN units 72, 73 and 74, the inputfile $1.rcg to FORTRAN unit 10, outputfile $1.rcg_out to FORTRAN unit 9 and the file with the calculated matrices $1.rme_rcg to FORTRAN unit 14. Information on the execution and eventual errormessages are directed to $1.rcg_err. Additionaly the directories where the datafiles and the executables can be found are defined.

ln -s ../rcg_cfp72 fort.72    
ln -s ../rcg_cfp73 fort.73
ln -s ../rcg_cfp74 fort.74
ln -s $1.rcg fort.10
ln -s $1.rcg_out fort.9        (= links to fortran units)
tt-rcg >>& $1.rcg_err          (= executing tt-rcg)
mv fort.14 $1.rme_rcg          (= rename matrix outputfile)