Changeset 17321 for trunk/Mars/fact
- Timestamp:
- 11/16/13 19:37:04 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/fact/analysis/gain/fit.sh
r17195 r17321 21 21 fi 22 22 23 cmd=" date;ROOT_HIST=0 ${ROOTSYS}/bin/root -b -q -l ${macro}+\(\\\"${infile}\\\",\\\"${outfile}\\\"\)"23 cmd="ROOT_HIST=0 ${ROOTSYS}/bin/root -b -q -l ${macro}+\(\\\"${infile}\\\",\\\"${outfile}\\\"\)" 24 24 25 25 cd ~/Mars 26 26 27 echo "echo ${cmd}; ${cmd}" | qsub -N f${file} -q test -cwd -e ${outfile}".err" -o ${outfile}".log"27 echo "echo '${cmd}'; date; ${cmd}" | qsub -N f${file} -q test -cwd -e ${outfile}".err" -o ${outfile}".log" 28 28 29 29 cd - > /dev/null
Note:
See TracChangeset
for help on using the changeset viewer.