Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
typo
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 20 Feb 2021 09:24:51 +0000 (10:24 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 20 Feb 2021 09:24:51 +0000 (10:24 +0100)
teshsuite/models/ptask_L07/ptask_L07.cpp
teshsuite/models/ptask_L07/ptask_L07.tesh

index 0c8a33c..7d5acb7 100644 (file)
@@ -291,7 +291,7 @@ static void main_dispatcher()
    c1->wait();
    c2->wait();
    end_time = sg4::Engine::get_clock();
-   XBT_INFO("Actual result: 1 small and 1 large concurrent communication takes %.4f seconds.",
+   XBT_INFO("Actual result: 1 small and 1 large concurrent communications take %.4f seconds.",
              end_time - start_time);
    XBT_INFO("\n");
 }
index b370cdf..06ec6af 100644 (file)
@@ -134,4 +134,4 @@ $ ${bindir:=.}/ptask_L07 --cfg=host/model:ptask_L07 ${platfdir}/ptask_L07.xml --
 > Should be done in 0.8001 seconds: 1e8/1.25e8 for transfer + 1e-4 of latency
 > The small communication has a negligible impact on the large one.
 > This corresponds to paying latency once and having the full bandwidth for the large communication.
-> Actual result: 1 small and 1 large concurrent communication takes 0.8001 seconds.
+> Actual result: 1 small and 1 large concurrent communications take 0.8001 seconds.