From: Martin Quinson Date: Tue, 3 Jun 2014 15:12:36 +0000 (+0200) Subject: the users are not the only ones lost with 10e0 :) X-Git-Tag: v3_12~1020 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/cec110d828d0c4d14c6264e79e520a30653c2a4a the users are not the only ones lost with 10e0 :) --- diff --git a/examples/msg/sendrecv/sendrecv.c b/examples/msg/sendrecv/sendrecv.c index cca42acbd5..7aa41a6355 100644 --- a/examples/msg/sendrecv/sendrecv.c +++ b/examples/msg/sendrecv/sendrecv.c @@ -29,7 +29,7 @@ int receiver(int argc, char *argv[]); msg_error_t test_all(const char *platform_file, const char *application_file); -double task_comm_size_lat = 1; +double task_comm_size_lat = 10; double task_comm_size_bw = 10e8; /** Emitter function */