0. setups cd /work/landshark-clued0/weigang/p2112_singletop source setenv.csh 1. Copy Victor's script. cp /work/polk-clued0/baites/Moriond2009/top_cafe/configs/singletop/submit_p21_recaf.sh top_cafe/configs/singletop 2. Find a large output directory. In this case we used some UIC disks. cd /rooms/bulls mkdir -p Moriond2009/RunIIa/qcd mkdir -p Moriond2009/RunIIb/qcd 3. Run the script. cd /work/landshark-clued0/weigang/p2112_singletop top_cafe/configs/singletop/submit_p21_recaf.sh p17 CC qcd zero /rooms/flames/weigang/Moriond2009/RunIIa/qcd top_cafe/configs/singletop/submit_p21_recaf.sh p20 CC qcd zero /rooms/flames/weigang/Moriond2009/RunIIb/qcd # Tips: If you just run top_cafe/configs/singletop/submit_p21_recaf.sh, it will give you the options to choose. Very useful. # Later when I have the authority to /prj_root, the command would be something like: top_cafe/configs/singletop/submit_p21_recaf.sh p17 CC qcd zero /prj_root/2671/top_write/weigang/RunIIa/qcd The above script act...