Changeset 10042 for trunk/Mars/datacenter
- Timestamp:
- 10/27/10 17:49:17 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/datacenter/scripts/copyoutput
r10016 r10042 82 82 primstocopy=( `sendquery` ) 83 83 num=`expr ${#primstocopy[@]} / ${#prims[@]} ` 84 if [ ${#primstocopy[@]} -eq 0 ] 85 then 86 printprocesslog "INFO no files to copy for step "$step 87 continue 88 fi 84 89 # BE CAREFUL: 85 # this currently works onlyfor corsika so far90 # this only works for corsika so far 86 91 for (( s=0 ; s < $num ; s++ )) 87 92 do
Note:
See TracChangeset
for help on using the changeset viewer.