Mercurial > hg > Database > Alice
annotate scripts/run_manager.sh @ 543:f3f7e256ee03 dispose
add AliceDaemon on paramater
author | Nozomi Teruya <e125769@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 03 Aug 2015 20:00:53 +0900 |
parents | 2a8440684441 |
children |
rev | line source |
---|---|
142 | 1 #!/bin/bash |
2 max=$1 | |
3 child_num=$2 | |
348 | 4 jar_path=../build/libs/Alice.jar |
5 | |
142 | 6 ruby ./topology/treen.rb $1 $2 > ./topology/tree.dot |
7 dot -Tpng ./topology/tree.dot > ./topology/tree.png | |
348 | 8 java -cp $jar_path alice.topology.manager.TopologyManager -p 10000 -conf ./topology/tree.dot & |