Changeset 26378 for trunk/ippTasks/summit.copy.pro
- Timestamp:
- Dec 9, 2009, 12:14:22 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/summit.copy.pro (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/summit.copy.pro
r25340 r26378 147 147 # run pzgetexp periodically to populate pzPendingExp in the database (no I/O) 148 148 # this task is querying the data store for a list of exposures ("filesets") 149 # and inserting these into a db table on the local cluster (pz PendingExp)149 # and inserting these into a db table on the local cluster (pzDownloadExp) 150 150 task pzgetexp 151 151 periods -exec 30 … … 446 446 stderr $LOGDIR/summit.copy.log 447 447 448 book getpage pzDataStore 0 -var PZDSPAGE -key dbname $DBNAME 449 book getword pzDataStore $PZDSPAGE use_compress -var USECOMPRESS 450 448 451 $run = summit_copy.pl --uri $URI --filename $FILENAME --exp_name $EXP_NAME --inst $CAMERA --telescope $TELESCOPE --class $CLASS --class_id $CLASS_ID --bytes $BYTES --md5 $MD5SUM --dbname $DBNAME --timeout 120 --verbose --copies 2 449 if ($ COMPRESS)452 if ($USECOMPRESS == 1) 450 453 $run = $run --compress 451 else 452 $run = $run --bytes $BYTES 453 end 454 if (("$MD5SUM" != "NULL") && ("$MD5SUM" != "0") && (not($COMPRESS))) 454 end 455 # if (("$MD5SUM" != "NULL") && ("$MD5SUM" != "0") && (not($COMPRESS))) 455 456 # && (($YEAR > 2008) || (("$YEAR" = "2007") && ($MONTH > 8)))) 456 $run = $run --md5 $MD5SUM457 end457 # $run = $run --md5 $MD5SUM 458 # end 458 459 if ($NEBULOUS) 459 460 $run = $run --nebulous … … 463 464 # store the pageName for future reference below 464 465 options $pageName 465 466 466 467 # create the command line 467 468 if ($VERBOSE > 1)
Note:
See TracChangeset
for help on using the changeset viewer.
