Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert "the users are not the only ones lost with 10e0 :)"
authordegomme <degomme@localhost.localdomain>
Tue, 3 Jun 2014 15:24:13 +0000 (17:24 +0200)
committerdegomme <degomme@localhost.localdomain>
Tue, 3 Jun 2014 15:24:13 +0000 (17:24 +0200)
Indeed :p

This reverts commit cec110d828d0c4d14c6264e79e520a30653c2a4a.

examples/msg/sendrecv/sendrecv.c

index 7aa41a6..cca42ac 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);
 
 msg_error_t test_all(const char *platform_file,
                      const char *application_file);
 
-double task_comm_size_lat = 10;
+double task_comm_size_lat = 1;
 double task_comm_size_bw = 10e8;
 
 /** Emitter function  */
 double task_comm_size_bw = 10e8;
 
 /** Emitter function  */