Ignore:
Timestamp:
11/03/10 16:48:10 (14 years ago)
Author:
Daniela Dorner
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/datacenter/scripts/copyoutput

    r10042 r10048  
    7979   
    8080   # get primaries for which output has to be copied
    81    query="SELECT "${prims[@]}" FROM "$step"Status WHERE NOT ISNULL(fStartTime) AND NOT ISNULL(fStopTime) AND ISNULL(fAvailable) AND fProcessingSiteKEY="$sitekey
     81   query="SELECT "${prims[@]}" FROM "$step"Status WHERE NOT ISNULL(fStartTime) AND NOT ISNULL(fStopTime) AND ISNULL(fAvailable) AND ISNULL(fReturnCode) AND fProcessingSiteKEY="$sitekey
    8282   primstocopy=( `sendquery` )
    8383   num=`expr ${#primstocopy[@]} / ${#prims[@]} `
     
    9494      filenum=${primstocopy[$s+$s+1]}
    9595      printprocesslog "INFO copying corsika files for run "$runnum" file "$filenum
    96       echo "INFO copying corsika files for run "$runnum" file "$filenum
    9796      extension=`printf %08d $runnum | cut -c 1-4`/`printf %08d $runnum | cut -c 5-8`
    9897      cd $mcpath/$program
Note: See TracChangeset for help on using the changeset viewer.