Changeset 11476 for trunk/ippTasks/phase2.pro
- Timestamp:
- Jan 30, 2007, 6:33:50 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/phase2.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/phase2.pro
r11336 r11476 24 24 macro phase2.status 25 25 book listbook p2PendingImfile 26 end 27 28 macro phase2.reset 29 book init p2PendingImfile 30 end 31 32 macro phase2.on 33 task phase2.imfile.load 34 active true 35 end 36 task phase2.imfile.run 37 active true 38 end 39 end 40 41 macro phase2.off 42 task phase2.imfile.load 43 active false 44 end 45 task phase2.imfile.run 46 active false 47 end 26 48 end 27 49 … … 114 136 115 137 ## generate output log based on filerule 116 $outroot = $WORKDIR/$EXP_TAG 117 $logfile = `ipp_filename.pl PHASE2.LOG $outroot $CLASS_ID` 138 $outroot = `ipp_datapath.pl $WORKDIR` 139 $outroot = $outroot/$EXP_TAG 140 # $logfile = `ipp_filename.pl PHASE2.LOG $outroot $CLASS_ID` 141 $logfile = $outroot/$EXP_TAG.$CLASS_ID.p2.log 118 142 stdout $logfile 119 143 stderr $logfile
Note:
See TracChangeset
for help on using the changeset viewer.
