Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
changelog update
authordegomme <adegomme@users.noreply.github.com>
Mon, 18 Mar 2019 09:09:43 +0000 (10:09 +0100)
committerdegomme <adegomme@users.noreply.github.com>
Mon, 18 Mar 2019 09:09:43 +0000 (10:09 +0100)
ChangeLog

index a1b664a..912d5dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -36,6 +36,10 @@ MSG:
    Now use (int,void*) callbacks instead of (void*,void*) ones.
    The implementation was ways too messy to actually work, I guess.
 
+SMPI:
+ - Change the way SMPI_SAMPLE_* macros work to avoid invalidating cache 
+   too often and provide more accurate timings.
+
 XBT:
  - Drop sg_cmdline. Please use xbt_cmdline instead.
  - Drop the C xbt_os_mutex_t; Use the C++11 std::mutex.