Changeset 10723 for trunk/ippTasks/pantasks.pro
- Timestamp:
- Dec 14, 2006, 8:11:35 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/pantasks.pro (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/pantasks.pro
r10691 r10723 7 7 # $scripts = $HOME/src/pantasks/ipp/ippTasks 8 8 $scripts = . 9 $LOGDIR = `ipp_datapath.pl path://ESSENCE` 9 # $LOGDIR = `ipp_datapath.pl path://ESSENCE` 10 $LOGDIR = `ipp_datapath.pl path://SIMTEST` 11 10 12 $LOGDIR = $LOGDIR/logs 11 13 exec mkdir -p $LOGDIR … … 19 21 if ($parallel) 20 22 controller exit true 21 controller host add sn2 22 controller host add sn3 23 controller host add sn4 24 controller host add sn5 25 # controller host add sn6 23 controller host add alala 24 # controller host add sn2 25 # controller host add sn3 26 # controller host add sn4 27 # controller host add sn5 28 # controller host add sn6 26 29 # sn7 serves the disk 27 30 end … … 31 34 32 35 macro load.tasks 33 input $scripts/phase0.pro36 # input $scripts/phase0.pro 34 37 # input $scripts/phase2.pro 35 38 # input $scripts/phase3.pro 36 #input $scripts/detrend.process.pro37 #input $scripts/detrend.stack.pro38 #input $scripts/detrend.norm.pro39 #input $scripts/detrend.resid.pro40 #input $scripts/detrend.reject.pro39 input $scripts/detrend.process.pro 40 input $scripts/detrend.stack.pro 41 input $scripts/detrend.norm.pro 42 input $scripts/detrend.resid.pro 43 input $scripts/detrend.reject.pro 41 44 end 42 45 … … 108 111 exec rm -f ../object/*.p3.*.jpg 109 112 end 113 114 macro showcommand 115 local n 116 117 if ($VERBOSE) 118 $command = $taskarg:0 119 for n 1 $taskarg:n 120 $command = $command $taskarg:$n 121 end 122 if ($0 == 2) 123 echo "$1 for: $command" 124 else 125 echo "command: $command" 126 end 127 end 128 end
Note:
See TracChangeset
for help on using the changeset viewer.
