Changeset 7024 for trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
- Timestamp:
- 05/13/05 11:49:02 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
r7019 r7024 111 111 lines=`cat $todofile.txt | wc -l` 112 112 echo "number of lines: "$lines >> $scriptlog 2>&1 113 while (( "$lines" < "$pno" )) 114 do 115 echo "# of lines ($lines) < # of processes ($pno) " 116 pno=`expr $pno / 2` 117 done 118 echo "pno: "$pno 113 119 nofiles=`expr $lines / \( $pno - 1 \)` 114 120 echo "number of files: "$nofiles >> $scriptlog 2>&1
Note:
See TracChangeset
for help on using the changeset viewer.