From 22295f640199d3f6ec3e2a0cc71d4db7049047ce Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Fri, 19 Feb 2021 14:51:24 +0100 Subject: [PATCH 1/1] Typo. --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fd3a5ba30e..55e7fd547a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -192,7 +192,7 @@ SMPI: allocations' size above which they are considered "shared" by default (as if they were performed through SMPI_SHARED_MALLOC macros). Default = 0 = disabled feature. - Note : malloc, calloc and free are now overriden by smpicc/cxx by default. + Note : malloc, calloc and free are now overridden by smpicc/cxx by default. This can cause some troubles if codes are already overriding these. If this is the case, defining SMPI_NO_OVERRIDE_MALLOC in the compilation flags can help, but will make this feature unusable. -- 2.20.1