From 140e8a87d2424178aca00911009e9dea815646fd Mon Sep 17 00:00:00 2001 From: degomme Date: Fri, 29 Mar 2019 14:28:22 +0100 Subject: [PATCH] changelog --- ChangeLog | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e5cbb20ba5..ff93ddb327 100644 --- a/ChangeLog +++ b/ChangeLog @@ -45,10 +45,11 @@ MSG: 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 + - 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_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 -- 2.20.1