Changeset 17195 for trunk/Mars/fact


Ignore:
Timestamp:
09/20/13 12:21:52 (11 years ago)
Author:
tbretz
Message:
Removed some output to allow the use in a cron job without getting flooded by emails; added the start date to the output.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/fact/analysis/gain/fit.sh

    r17159 r17195  
    1515    infile=$inpath"/"${file}
    1616    outfile=${outpath}"/"${file}
    17    
     17
    1818    if [ -e $outfile ]
    1919    then
     
    2121    fi
    2222
    23     cmd="ROOT_HIST=0 ${ROOTSYS}/bin/root -b -q -l ${macro}+\(\\\"${infile}\\\",\\\"${outfile}\\\"\)"
     23    cmd="date; ROOT_HIST=0 ${ROOTSYS}/bin/root -b -q -l ${macro}+\(\\\"${infile}\\\",\\\"${outfile}\\\"\)"
    2424
    2525    cd ~/Mars
    2626
    27     echo Submitting ${file}
    2827    echo "echo ${cmd}; ${cmd}" | qsub -N f${file} -q test -cwd -e ${outfile}".err" -o ${outfile}".log"
    2928
Note: See TracChangeset for help on using the changeset viewer.