Changeset 25027 for branches/pap/ippTasks/simtest.pro
- Timestamp:
- Aug 7, 2009, 4:08:25 PM (17 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTasks/simtest.pro (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/ippTasks/simtest.pro
r23478 r25027 27 27 end 28 28 29 $SIMTEST_RAWDIR = raw 30 $SIMTEST_WORKDIR = work 31 32 29 33 macro simtest 30 34 if ($0 != 4) … … 38 42 echo " SIMTEST_CAMERA : define an alternate camera (otherwise uses entry in sequence file)" 39 43 echo " SIMTEST_SEQUENCE : define the set of observations generated (simtest.basic.config)" 40 echo " SIMTEST_AUTO : define the analysis steps to perform (simtest. auto)"44 echo " SIMTEST_AUTO : define the analysis steps to perform (simtest.basic.auto)" 41 45 echo " SIMTEST_THREADS : set the number of threads for the processing node (0)" 42 46 echo "" … … 70 74 # the labels "wait" and "proc" are special names used in automate.pro 71 75 72 $ppsim = "ppSimSequence $MODULES:0/$SIMTEST_SEQUENCE simtest.mkimages simtest.inject -path raw -workdir work-dbname $dbname -label wait -dvodb DVO -tess_id TESS"76 $ppsim = "ppSimSequence $MODULES:0/$SIMTEST_SEQUENCE simtest.mkimages simtest.inject -path $SIMTEST_RAWDIR -workdir $SIMTEST_WORKDIR -dbname $dbname -label wait -dvodb DVO -tess_id TESS" 73 77 if ("$PPSIM_RECIPE" != "default") 74 78 $ppsim = $ppsim -ppsim_recipe $PPSIM_RECIPE … … 95 99 96 100 module.tasks 101 102 add.label proc 97 103 98 104 if ($SIMTEST_THREADS == 0) … … 121 127 end 122 128 129 macro simtest.setup.nebulous.basic 130 $PPSIM_RECIPE = default 131 $SIMTEST_SEQUENCE = simtest.basic.config 132 $SIMTEST_AUTO = simtest.nebulous.basic.auto 133 $SIMTEST_USER = `whoami` 134 $SIMTEST_RAWDIR = neb://anyhost/simtest.$SIMTEST_USER/raw 135 $SIMTEST_WORKDIR = neb://anyhost/simtest.$SIMTEST_USER/work 136 end 137 123 138 macro simtest.setup.detverify 124 139 $PPSIM_RECIPE = default
Note:
See TracChangeset
for help on using the changeset viewer.
