Changeset 24060
- Timestamp:
- May 4, 2009, 4:06:13 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/survey.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/survey.pro
r23907 r24060 4 4 check.globals 5 5 6 list DIFF_WW 7 ThreePi.Run2.g.v0 8 ThreePi.Run2.r.v0 9 ThreePi.Run2.i.v0 10 end 11 12 $DIFF_WW_CNT = 0 13 6 14 task diff.check 7 15 host local 8 16 9 17 periods -poll 10 10 periods -exec 6011 periods -timeout 60 18 periods -exec 120 19 periods -timeout 600 12 20 npending 1 13 21 … … 15 23 stderr $LOGDIR/diffcheck.log 16 24 25 # generate diff warp-warp runs 17 26 task.exec 18 $run = difftool -dbname gpc1 -definewarpwarp -distance 0.1 -input_label $LABEL -template_label $LABEL -label $LABEL -workdir neb://@HOST@.0/gpc1/$LABEL -good_frac 0.1 -simple 27 if ($DIFF_WW:n == 0) break 28 $run = difftool -dbname gpc1 -definewarpwarp -distance 0.1 -good_frac 0.1 29 $run = $run -input_label $DIFF_WW:$DIFF_WW_CNT 30 $run = $run -template_label $DIFF_WW:$DIFF_WW_CNT 31 $run = $run -label $DIFF_WW:$DIFF_WW_CNT 32 $run = $run -workdir neb://@HOST@.0/gpc1/$DIFF_WW:$DIFF_WW_CNT 33 $run = $run -reduction WARPWARP 34 35 $DIFF_WW_CNT ++ 36 if ($DIFF_WW_CNT >= $DIFF_WW:n) 37 echo "reset DIFF_WW_CNT (was $DIFF_WW_CNT)" 38 set DIFF_WW_CNT = 0 39 end 40 19 41 command $run 20 42 end
Note:
See TracChangeset
for help on using the changeset viewer.
