Changeset 9611 for trunk/MagicSoft
- Timestamp:
- 07/06/10 15:58:15 (14 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9610 r9611 19 19 -*-*- END OF LINE -*-*- 20 20 21 2010/07/06 Daniela Dorner 22 23 * datacenter/scripts/runstar_mc: 24 - fixed typo 25 - added inpath to command line 26 27 28 21 29 2010/07/05 Daniela Dorner 22 30 -
trunk/MagicSoft/Mars/datacenter/scripts/runstar_mc
r9605 r9611 54 54 makedir $outpath 55 55 log=$outpath/$program`printf %08d $sequence` 56 inpath=$mcpath/callisto/`printf %03d $cereskey`/`printf %08d $sequence | cut -c 1-4`/`printf %08d $sequence | cut -c 5-8` 56 57 57 58 setstatus "start" 58 59 59 command="./star -b -q -v4 -f -- out=$outpath --log=$log.log --html=$log.htmlsequfile"60 command="./star -b -q -v4 -f --ind=$inpath --out=$outpath --log=$log.log --html=$log.html $sequfile" 60 61 printprocesslog "INFO executing "$command 61 62 $command
Note:
See TracChangeset
for help on using the changeset viewer.