From ea808d2ecd3a993d1334da0d4efb7c451e2b53cb Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Sat, 27 Mar 2021 21:25:18 +0100 Subject: [PATCH] changelog update --- ChangeLog | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index e39ed89dc4..21b8ebb03f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -43,7 +43,7 @@ XBT: - Deprecate xbt_dynar_to_array(). SMPI: - - Handle leak checking (experimental): SMPI will now display a message if MPI + - Handle leak checking: SMPI will now display a message if MPI handles are still present at the end of a simulation. This may be nothing, but if the number is high it could be a problem. To display more information about the type of leaked handle, option --cfg=smpi/list-leaks:n. will display @@ -51,7 +51,7 @@ SMPI: may trigger handle leaks in SMPI. Using smpirun with -wrapper "valgrind --leak-check=full --track-origins=yes" can provide more information to help locate precisely the leaks. - - Memory allocations analysis (experimental): MPI codes using malloc/calloc to + - Memory allocations analysis: MPI codes using malloc/calloc to allocate memory, and not compiled with SMPI_NO_OVERRIDE_MALLOC, can use smpi/display-analysis option to show at the end of execution the amount of memory allocated through these calls, and locate the most expensive one. @@ -74,8 +74,9 @@ SMPI: - Test on yum-based systems - New nightly tested Proxy-apps: - OpenMPI mpi-test-suite - - Coral MCB, LSMS, Qbox - - ECP/Mantevo Cloverleaf3D + - Coral MCB, LSMS, Qbox, CLOMP + - ECP/Mantevo Cloverleaf3D, Ember + - Codevault bhtree_mpi C binding and interface: - Rename (lowercase) functions sg_actor_get_PID, sg_actor_get_PPID, sg_actor_by_PID. -- 2.20.1