Changeset 11109 for branches/eam_branch_00/ippTasks/phase0.pro
- Timestamp:
- Jan 15, 2007, 3:05:56 PM (20 years ago)
- File:
-
- 1 edited
-
branches/eam_branch_00/ippTasks/phase0.pro (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_00/ippTasks/phase0.pro
r11085 r11109 38 38 periods -timeout 30 39 39 40 # XXX provide a special word (ie NULL) that silently drops stdout, stderr?40 # silently drop stdout 41 41 stdout NULL 42 42 stderr $LOGSUBDIR/phase0.imfile.log … … 86 86 87 87 book setword p0PendingImfile $pageName state RUN 88 # p0PendingImfile->pageName->state = RUN89 88 90 89 book getword p0PendingImfile $pageName exp_tag -var EXP_TAG 91 # $EXP_TAG = p0PendingImfile->pageName->exp_tag92 90 book getword p0PendingImfile $pageName class -var CLASS 93 91 book getword p0PendingImfile $pageName class_id -var CLASS_ID 94 92 book getword p0PendingImfile $pageName uri -var URI 93 book getword p0PendingImfile $pageName outpath -var OUTPATH 95 94 96 95 # specify choice of remote host … … 105 104 list word -split $word 106 105 $base = $word:0 107 stdout $LOGSUBDIR/$base/$EXP_TAG.p0.log 108 stderr $LOGSUBDIR/$base/$EXP_TAG.p0.log 109 exec mkdir -p $LOGSUBDIR/$base 106 107 ## generate output log based on filerule 108 $outroot = $OUTPATH/$EXP_TAG 109 $logfile = `ipp_filename.pl PHASE0.LOG $outroot $CLASS_ID` 110 stdout $logfile 111 stderr $logfile 112 exec mkdir -p $OUTPATH 110 113 111 114 # save the pageName for future reference below … … 119 122 end 120 123 121 # success124 # default exit status 122 125 task.exit default 123 126 process_exit p0PendingImfile $options:0 $JOB_STATUS … … 139 142 periods -timeout 30 140 143 141 stdout $LOGSUBDIR/phase0.exp.log144 stdout NULL 142 145 stderr $LOGSUBDIR/phase0.exp.log 143 146 … … 187 190 book setword p0PendingExp $pageName state RUN 188 191 book getword p0PendingExp $pageName exp_tag -var EXP_TAG 192 book getword p0PendingExp $pageName outpath -var OUTPATH 189 193 190 194 # specify choice of remote host:(need to choose based on chips) … … 195 199 end 196 200 197 # XXX this is still a lame rule 198 $word = `basename $EXP_TAG | tr '.' ' '` 199 list word -split $word 200 $base = $word:0 201 stdout $LOGSUBDIR/$base/$EXP_TAG.p0.log 202 stderr $LOGSUBDIR/$base/$EXP_TAG.p0.log 203 exec mkdir -p $LOGSUBDIR/$base 201 ## generate output log based on filerule 202 $outroot = $OUTPATH/$EXP_TAG 203 $logfile = `ipp_filename.pl PHASE0.LOG $outroot FPA` 204 stdout $logfile 205 stderr $logfile 206 exec mkdir -p $OUTPATH 204 207 205 208 # save the pageName for future reference below
Note:
See TracChangeset
for help on using the changeset viewer.
