Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
the users are not the only ones lost with 10e0 :)
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 3 Jun 2014 15:12:36 +0000 (17:12 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 3 Jun 2014 15:12:36 +0000 (17:12 +0200)
examples/msg/sendrecv/sendrecv.c

index cca42ac..7aa41a6 100644 (file)
@@ -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  */