Changeset 36680 for branches/eam_branches/ps2-tc3-20130727/ippTasks
- Timestamp:
- Apr 21, 2014, 5:42:34 AM (12 years ago)
- Location:
- branches/eam_branches/ps2-tc3-20130727
- Files:
-
- 13 edited
- 2 copied
-
. (modified) (1 prop)
-
ippTasks (modified) (1 prop)
-
ippTasks/Makefile.am (modified) (2 diffs)
-
ippTasks/diff.pro (modified) (4 diffs)
-
ippTasks/dist.pro (modified) (1 diff)
-
ippTasks/fullforce.pro (copied) (copied from trunk/ippTasks/fullforce.pro )
-
ippTasks/nightly_science.pro (modified) (1 diff)
-
ippTasks/pantasks.pro (modified) (1 diff)
-
ippTasks/pstamp.pro (modified) (6 diffs)
-
ippTasks/rawcheck.pro (copied) (copied from trunk/ippTasks/rawcheck.pro )
-
ippTasks/register.pro (modified) (1 diff)
-
ippTasks/staticsky.pro (modified) (2 diffs)
-
ippTasks/summit.copy.pro (modified) (1 diff)
-
ippTasks/survey.pro (modified) (3 diffs)
-
ippTasks/warp.pro (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ps2-tc3-20130727
- Property svn:mergeinfo changed
-
branches/eam_branches/ps2-tc3-20130727/ippTasks
- Property svn:mergeinfo deleted
-
branches/eam_branches/ps2-tc3-20130727/ippTasks/Makefile.am
r35110 r36680 27 27 survey.pro \ 28 28 replicate.pro \ 29 rawcheck.pro \ 29 30 diskbalance.pro \ 30 31 dist.pro \ … … 45 46 diffphot.pro \ 46 47 lap.pro \ 48 lapgroup.pro \ 47 49 vp.pro \ 48 bg.regeneration.pro 50 bg.regeneration.pro \ 51 fullforce.pro 49 52 50 53 other_files = \ -
branches/eam_branches/ps2-tc3-20130727/ippTasks/diff.pro
r30438 r36680 47 47 active true 48 48 end 49 task diff.summary.load50 active true51 end52 task diff.summary.run53 active true54 end55 49 end 56 50 … … 67 61 end 68 62 task diff.revert 69 active false70 end71 task diff.summary.load72 active false73 end74 task diff.summary.run75 63 active false 76 64 end … … 499 487 task diff.summary.load 500 488 host local 489 active false 501 490 502 491 periods -poll $LOADPOLL … … 559 548 periods -exec $RUNEXEC 560 549 periods -timeout 60 550 active false 561 551 562 552 task.exec -
branches/eam_branches/ps2-tc3-20130727/ippTasks/dist.pro
r31854 r36680 31 31 list DIST_STAGE -add "warp_bg" 32 32 list DIST_STAGE -add "sky" 33 list DIST_STAGE -add "skycal" 34 list DIST_STAGE -add "ff" 33 35 34 36 $currentStage = 0 -
branches/eam_branches/ps2-tc3-20130727/ippTasks/nightly_science.pro
r34882 r36680 370 370 periods -poll $LOADPOLL 371 371 periods -exec $LOADEXEC 372 periods -timeout 480372 periods -timeout 1000 373 373 npending 1 374 374 -
branches/eam_branches/ps2-tc3-20130727/ippTasks/pantasks.pro
r34176 r36680 490 490 book delpage $1 -key pantaskState UNKNOWN_ERR 491 491 book delpage $1 -key pantaskState CRASH_ERR 492 book delpage $1 -key pantaskState CRASH 493 book delpage $1 -key pantaskState TIMEOUT 492 494 end 493 495 end -
branches/eam_branches/ps2-tc3-20130727/ippTasks/pstamp.pro
r35462 r36680 152 152 active true 153 153 end 154 task pstamp.queue.cleanup 155 active true 156 end 154 157 end 155 158 macro pstamp.cleanup.off … … 158 161 end 159 162 task pstamp.cleanup.run 163 active false 164 end 165 task pstamp.queue.cleanup 160 166 active false 161 167 end … … 825 831 book getword pstampDependent $pageName imagedb -var IMAGEDB 826 832 book getword pstampDependent $pageName rlabel -var RLABEL 833 book getword pstampDependent $pageName label -var LABEL 827 834 book getword pstampDependent $pageName outdir -var OUTDIR 828 835 book getword pstampDependent $pageName need_magic -var NEED_MAGIC … … 846 853 stderr $MYLOGFILE 847 854 848 $run = pstamp_checkdependent.pl --dep_id $DEP_ID --stage_id $STAGE_ID --stage $STAGE --component $COMPONENT --imagedb $IMAGEDB --rlabel $RLABEL $NEED_MAGIC --fault_count $FAULT_COUNT --max_fault_count $PSTAMP_MAX_FAULT_COUNT --logfile $MYLOGFILE855 $run = pstamp_checkdependent.pl --dep_id $DEP_ID --stage_id $STAGE_ID --stage $STAGE --component $COMPONENT --imagedb $IMAGEDB --rlabel $RLABEL --label $LABEL $NEED_MAGIC --fault_count $FAULT_COUNT --max_fault_count $PSTAMP_MAX_FAULT_COUNT --logfile $MYLOGFILE 849 856 850 857 add_standard_args run … … 944 951 # overloading nfs 945 952 946 npending 10953 npending 5 947 954 948 955 task.exec … … 1118 1125 end 1119 1126 end 1127 1128 task pstamp.queue.cleanup 1129 host local 1130 1131 periods -poll $RUNPOLL 1132 periods -exec 600 1133 periods -timeout 120 1134 npending 1 1135 1136 task.exec 1137 stdout NULL 1138 stderr $LOGSUBDIR/pstamp.queue.cleanup.log 1139 1140 $run = pstamp_queue_cleanup.pl 1141 command $run 1142 end 1143 1144 task.exit $EXIT_SUCCESS 1145 # echo nothing to do 1146 end 1147 1148 task.exit default 1149 showcommand failure 1150 end 1151 1152 task.exit crash 1153 showcommand crash 1154 end 1155 1156 task.exit timeout 1157 showcommand timeout 1158 end 1159 end -
branches/eam_branches/ps2-tc3-20130727/ippTasks/register.pro
r35830 r36680 267 267 task register.imfile.run 268 268 periods -poll $RUNPOLL 269 periods -exec $RUNEXEC269 periods -exec 1.0 270 270 periods -timeout 30 271 271 -
branches/eam_branches/ps2-tc3-20130727/ippTasks/staticsky.pro
r34814 r36680 64 64 end 65 65 66 $RA_POLL_MAX = 0 67 68 macro set.ra.max 69 if ($0 != 2) 70 echo "USAGE: set.ra.max (ra_max_deg)" 71 break 72 end 73 $RA_POLL_MAX = $1 74 end 75 macro get.ra.max 76 echo $RA_POLL_MAX 77 end 78 66 79 ### Load tasks for staticsky 67 80 ### Tasks are loaded into staticskyResult. … … 80 93 if ($LABEL:n == 0) break 81 94 $run = staticskytool -todo 95 if ($RA_POLL_MAX > 0) 96 $run = $run -ra_max $RA_POLL_MAX 97 end 82 98 if ($DB:n == 0) 83 99 option DEFAULT -
branches/eam_branches/ps2-tc3-20130727/ippTasks/summit.copy.pro
r35210 r36680 34 34 macro copy.status 35 35 book listbook pzPendingImfile 36 end 37 38 macro copy.reset 39 book init pzPendingExp 40 book init pzPendingImfile 41 book init pzPendingAdvance 42 end 43 44 # aliases because copy.* isn't intuitive 45 macro pztool.reset 46 copy.reset 47 end 48 49 macro summitcopy.reset 50 summitcopy.reset 36 51 end 37 52 -
branches/eam_branches/ps2-tc3-20130727/ippTasks/survey.pro
r35676 r36680 583 583 584 584 macro survey.add.relstack 585 if ($0 != 3)586 echo "USAGE: survey.add.relstack (label) (releasename) "585 if ($0 != 4) 586 echo "USAGE: survey.add.relstack (label) (releasename) (stacktype)" 587 587 break 588 588 end … … 590 590 book setword SURVEY_RELSTACK $1 LABEL $1 591 591 book setword SURVEY_RELSTACK $1 RELEASE_NAME $2 592 book setword SURVEY_RELSTACK $1 STACK_TYPE $3 592 593 book setword SURVEY_RELSTACK $1 STATE PENDING 593 594 end … … 1846 1847 book setword SURVEY_RELSTACK $label STATE DONE 1847 1848 book getword SURVEY_RELSTACK $label RELEASE_NAME -var RELEASE_NAME 1849 book getword SURVEY_RELSTACK $label STACK_TYPE -var STACK_TYPE 1848 1850 1849 1851 # XXX: Can we use the survey task for stack types other than nightly? 1850 $run = releasetool -definerelstack -label $label -release_name $RELEASE_NAME -set_state processed -set_stack_type nightly1852 $run = releasetool -definerelstack -label $label -release_name $RELEASE_NAME -set_state processed -set_stack_type $STACK_TYPE 1851 1853 1852 1854 if ($DB:n == 0) -
branches/eam_branches/ps2-tc3-20130727/ippTasks/warp.pro
r28375 r36680 58 58 active true 59 59 end 60 task warp.summary.load61 active true62 end63 task warp.summary.run64 active true65 end66 60 end 67 61 … … 87 81 end 88 82 task warp.revert.warped 89 active false90 end91 task warp.summary.load92 active false93 end94 task warp.summary.run95 83 active false 96 84 end … … 545 533 task warp.summary.load 546 534 host local 547 535 active false 548 536 periods -poll $LOADPOLL 549 537 periods -exec $LOADEXEC … … 605 593 periods -exec $RUNEXEC 606 594 periods -timeout 60 595 active false 607 596 608 597 task.exec
Note:
See TracChangeset
for help on using the changeset viewer.
