Changeset 10048 for trunk/Mars/datacenter
- Timestamp:
- 11/03/10 16:48:10 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/datacenter/scripts/copyoutput
r10042 r10048 79 79 80 80 # 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="$sitekey81 query="SELECT "${prims[@]}" FROM "$step"Status WHERE NOT ISNULL(fStartTime) AND NOT ISNULL(fStopTime) AND ISNULL(fAvailable) AND ISNULL(fReturnCode) AND fProcessingSiteKEY="$sitekey 82 82 primstocopy=( `sendquery` ) 83 83 num=`expr ${#primstocopy[@]} / ${#prims[@]} ` … … 94 94 filenum=${primstocopy[$s+$s+1]} 95 95 printprocesslog "INFO copying corsika files for run "$runnum" file "$filenum 96 echo "INFO copying corsika files for run "$runnum" file "$filenum97 96 extension=`printf %08d $runnum | cut -c 1-4`/`printf %08d $runnum | cut -c 5-8` 98 97 cd $mcpath/$program
Note:
See TracChangeset
for help on using the changeset viewer.