Changeset 26397
- Timestamp:
- Dec 14, 2009, 1:09:48 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/summit.copy.pro (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/summit.copy.pro
r26378 r26397 111 111 112 112 task.exec 113 # echo "DB_DEBUG: PRE" $pztoolDatastore_DB $DB:$pztoolDatastore_DB 113 114 if ($DB:n == 0) 114 115 option DEFAULT … … 121 122 if ($pztoolDatastore_DB >= $DB:n) set pztoolDatastore_DB = 0 122 123 end 124 125 # More debug 126 # echo "DB_DEBUG: POST" $pztoolDatastore_DB $DB:$pztoolDatastore_DB 123 127 periods -exec 120 124 128 end … … 127 131 task.exit 0 128 132 # flush pzDataStore book 129 book init pzDataStore133 # book init pzDataStore 130 134 # convert 'stdout' to book format 131 135 ipptool2book stdout pzDataStore -key camera:telescope -uniq -setword dbname $options:0 … … 449 453 book getword pzDataStore $PZDSPAGE use_compress -var USECOMPRESS 450 454 455 # Debug line 456 # echo "DEBUG: " $DBNAME $EXP_NAME $CAMERA $PZDSPAGE $USECOMPRESS 457 458 # unconditionally turn on requesting compression until we figuure 459 # out why the above doesn't work 460 if ($USECOMPRESS == "NULL") 461 # if ("$CAMERA" == "gpc1") 462 $USECOMPRESS = 1 463 end 464 451 465 $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 452 466 if ($USECOMPRESS == 1) … … 469 483 echo command $run 470 484 end 485 # More debug: 486 # echo "DEBUG2: " $run 471 487 command $run 472 488 end
Note:
See TracChangeset
for help on using the changeset viewer.
