Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
avoid potential segfault when fed nonsense
[simgrid.git] / ChangeLog
index 9d91f72..c2cb83f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
-SimGrid (3.22) NOT RELEASED (Release Target: December 21. 2018, 22:23 UTC)
+SimGrid (3.22) April 1. 2019
 
-The Sneaky Release.
+The Easter Chrismas Release (this one is somewhat late).
 
 Python:
  - We are excited to introduce the SimGrid/S4U interface to your neighborhood
@@ -45,6 +45,15 @@ MSG:
 SMPI:
  - Change the way SMPI_SAMPLE_* macros work to avoid invalidating cache 
    too often and provide more accurate timings.
+ - Add -gdb, -lldb, and -vgdb shortcuts to help debug MPI codes with smpirun
+ - MPI_Alltoallw support
+ - Partial MPI nonblocking collectives implementation: MPI_Ibcast, MPI_Ibarrier,
+   MPI_Iallgather, MPI_Iallgatherv, MPI_Ialltoall, MPI_Ialltoallv, MPI_Igather,
+   MPI_Igatherv, MPI_Iscatter, MPI_Iscatterv, MPI_Ialltoallw.
+ - MPI_Request_get_status, MPI_Status_set_cancelled, MPI_Status_set_elements 
+   support
+ - Basic implementation of generalized requests (SMPI doesn't 
+   allow MPI_THREAD_MULTIPLE) : MPI_Grequest_complete, MPI_Grequest_start
 
 XBT:
  - Drop sg_cmdline. Please use xbt_cmdline instead.
@@ -58,6 +67,7 @@ XBT:
    -fsplit-stack is the way to go nowadays when using threads.
  - Drop the xbt_os_thread_t module (now unused)
  - Drop xbt_ex_display(), use simgrid::xbt::log_exception() instead.
+ - Drop xbt_str_join_array().
  - Drop cunit, use Catch2 instead.
 
 Kernel: