MPI Distrib Exp: launch experiments from a file + example file.

This commit is contained in:
Benjamin BOUVIER 2012-10-01 23:27:41 -04:00
commit 57dcd01149
2 changed files with 73 additions and 38 deletions

View file

@ -0,0 +1,6 @@
{
"experiments":[
{"size":"10", "packet_size":"1", "seed":"1337", "distribution":{"name":"normal", "mean":"500", "stddev":"100"}, "worker_print_waiting_time":"1", "filename":""}
{"size":"10", "packet_size":"1", "seed":"1337", "distribution":{"name":"normal", "mean":"100", "stddev":"20"}, "worker_print_waiting_time":"1", "filename":"exp2.result.txt"}
]
}