Skip to content
Snippets Groups Projects
Commit 0b417720 authored by Andre Brait's avatar Andre Brait
Browse files

MAYBE making the automation script in Perl work.

parent cc2ce590
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ for($speed=2; $speed<9; $speed+=3) {
print "Simulation $SimCount - Speed mean=$speed var=$speedVariance, NumNodes = $numNodes\n";
die "Terminated prematurely" unless
system("java -Xmx1000m -cp \"binaries/bin;binaries/jdom.jar\" sinalgo.Main " .
system("java -Xmx1000m sinalgo.Main " .
"-project sample1 " . # choose the project
"-gen $numNodes sample1:S1Node Random RandomDirection " . # generate nodes
"-overwrite randomDirection/NodeSpeed/Mean=$speed " . # Node speed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment