Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
changelog
authordegomme <adegomme@users.noreply.github.com>
Fri, 29 Mar 2019 00:04:26 +0000 (01:04 +0100)
committerdegomme <adegomme@users.noreply.github.com>
Fri, 29 Mar 2019 00:05:41 +0000 (01:05 +0100)
ChangeLog

index d9056c9..e5cbb20 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -45,6 +45,14 @@ MSG:
 SMPI:
  - Change the way SMPI_SAMPLE_* macros work to avoid invalidating cache 
    too often and provide more accurate timings.
 SMPI:
  - Change the way SMPI_SAMPLE_* macros work to avoid invalidating cache 
    too often and provide more accurate timings.
+ - Add -gdb and -lldb shortcuts to help debug MPI codes with smpirun
+ - 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_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.
 
 XBT:
  - Drop sg_cmdline. Please use xbt_cmdline instead.