Changeset 10674 for trunk/ippTasks/phase0.pro
- Timestamp:
- Dec 12, 2006, 5:25:02 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/phase0.pro (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/phase0.pro
r10673 r10674 16 16 17 17 $Phase0ImfileFail = 0 18 19 if ($?LOGDIR == 0) 20 echo "LOGDIR not defined: load pantasks.pro first" 21 break 22 end 23 $LOGSUBDIR = $LOGDIR/phase0 24 exec mkdir -p $LOGSUBDIR 18 25 19 26 # select images ready for phase0 analysis … … 28 35 periods -timeout 30 29 36 30 stdout phase0.imfile.log31 stderr phase0.imfile.log37 stdout $LOGSUBDIR/phase0.imfile.log 38 stderr $LOGSUBDIR/phase0.imfile.log 32 39 33 40 task.exec … … 106 113 end 107 114 108 stdout $WORKDIR/$EXP_TAG.$CLASS_ID.log 109 stderr $WORKDIR/$EXP_TAG.$CLASS_ID.log 115 # XXX this is still a lame rule 116 $word = `basename $EXP_TAG | tr '.' ' '` 117 list word -split $word 118 $base = $word:0 119 stdout $LOGSUBDIR/$base.p0.log 120 stderr $LOGSUBDIR/$base.p0.log 110 121 111 122 # create the command line … … 150 161 periods -timeout 30 151 162 152 stdout phase0.exp.log153 stderr phase0.exp.log163 stdout $LOGSUBDIR/phase0.exp.log 164 stderr $LOGSUBDIR/phase0.exp.log 154 165 155 166 # success … … 213 224 $EXP_TAG = $word:0 214 225 215 stdout $WORKDIR/$EXP_TAG.log 216 stderr $WORKDIR/$EXP_TAG.log 226 # XXX this is still a lame rule 227 $word = `basename $EXP_TAG | tr '.' ' '` 228 list word -split $word 229 $base = $word:0 230 stdout $LOGSUBDIR/$base.p0.log 231 stderr $LOGSUBDIR/$base.p0.log 217 232 218 233 # specify choice of remote host:(need to choose based on chips)
Note:
See TracChangeset
for help on using the changeset viewer.
