Changeset 10674
- Timestamp:
- Dec 12, 2006, 5:25:02 PM (19 years ago)
- Location:
- trunk/ippTasks
- Files:
-
- 2 edited
-
pantasks.pro (modified) (2 diffs)
-
phase0.pro (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/pantasks.pro
r10673 r10674 2 2 $network = 1 3 3 $parallel = 1 4 $scripts = . 5 $WORKDIR = `ipp_datapath.pl path://ESSENCE/` 4 $scripts = $HOME/src/pantasks/ipp/ippTasks 5 $LOGDIR = `ipp_datapath.pl path://ESSENCE/` 6 $LOGDIR = "$LOGDIR/logs" 7 exec mkdir -p $LOGDIR 8 6 9 $loadpoll = 1 7 10 $loadexec = 5 … … 16 19 controller host add sn4 17 20 controller host add sn5 18 # controller host add sn619 # sn7 serves the disk21 # controller host add sn6 22 # sn7 serves the disk 20 23 end 21 24 end -
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.
