Changeset 7182 for trunk/MagicSoft/Mars/datacenter/scripts
- Timestamp:
- 07/12/05 15:28:51 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/runganymed
r7141 r7182 36 36 datetime=`date +%F-%H-%M-%S` 37 37 year=`date +%Y` 38 pno= 4 # number of processes, i.e. number of todo-files38 pno=24 # number of processes, i.e. number of todo-files 39 39 40 40 todofile=$listpath/ToDo-$table-$column … … 184 184 wobble=`grep 'WobbleMode:' $datasetfile` >> $scriptlog 2>&1 185 185 wobble2=`echo $wobble | grep ^\#` >> $scriptlog 2>&1 186 if [ "$ mode2" = "" ]186 if [ "$wobble2" = "" ] 187 187 then 188 188 mode="wobble" >> $scriptlog 2>&1
Note:
See TracChangeset
for help on using the changeset viewer.