Changeset 16174 for trunk/ippTasks/register.pro
- Timestamp:
- Jan 21, 2008, 8:14:27 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/register.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/register.pro
r15781 r16174 141 141 book getword regPendingImfile $pageName tmp_class_id -var TMP_CLASS_ID 142 142 book getword regPendingImfile $pageName uri -var URI 143 book getword regPendingImfile $pageName workdir -var WORKDIR 143 book getword regPendingImfile $pageName workdir -var WORKDIR_TEMPLATE 144 144 book getword regPendingImfile $pageName dbname -var DBNAME 145 145 … … 148 148 149 149 # specify choice of remote host 150 if ($parallel) 151 host anyhost 152 else 153 host local 154 end 150 set.host.for.camera $camera $class_id 151 152 # we need to set the workdir based on 1) nebulous or not? 2) chip/host relationship 153 # this function uses workdir_template, workdir_default, volume_template, volume_default, 154 # it sets workdir and volume 155 ### this function needs to be improved: it is using fixed input and output var names 156 ### do we want these types of small outputs to go to a common filesystem? 157 set.workdir.by.camera $CAMERA $TMP_CLASS_ID $WORKDIR_TEMPLATE 155 158 156 159 ## generate output log based on filerule XXX put this in a function?
Note:
See TracChangeset
for help on using the changeset viewer.
