MPI Distrib Exp: launch experiments from a file + example file.
This commit is contained in:
parent
bd9767a05d
commit
57dcd01149
2 changed files with 73 additions and 38 deletions
6
eo/test/mpi/experiments.json
Normal file
6
eo/test/mpi/experiments.json
Normal 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"}
|
||||
]
|
||||
}
|
||||
Reference in a new issue