From: Martin Quinson Date: Sat, 20 Feb 2021 09:24:51 +0000 (+0100) Subject: typo X-Git-Tag: v3.27~324 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1dfba64e511911f2b47f453d38552d3686bdad31 typo --- diff --git a/teshsuite/models/ptask_L07/ptask_L07.cpp b/teshsuite/models/ptask_L07/ptask_L07.cpp index 0c8a33c444..7d5acb7df7 100644 --- a/teshsuite/models/ptask_L07/ptask_L07.cpp +++ b/teshsuite/models/ptask_L07/ptask_L07.cpp @@ -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"); } diff --git a/teshsuite/models/ptask_L07/ptask_L07.tesh b/teshsuite/models/ptask_L07/ptask_L07.tesh index b370cdf6b6..06ec6af4ba 100644 --- a/teshsuite/models/ptask_L07/ptask_L07.tesh +++ b/teshsuite/models/ptask_L07/ptask_L07.tesh @@ -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.