Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename this macro.
authorAugustin Degomme <adegomme@users.noreply.github.com>
Sun, 1 Dec 2019 17:22:40 +0000 (18:22 +0100)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Sun, 1 Dec 2019 17:22:40 +0000 (18:22 +0100)
commit869e112fd4bb47fc88e5eae3357dce84bbf7dcbb
treeccfb60f518e3910795553e0348c7c406fa33bf85
parentc16e65422f592e372f48297d0536b23b7a01d351
rename this macro.
It's actually useful outside of sampi, to disable malloc override when it conflicts with other codes and is not needed.
Fors instance FFTW uses FFTW(malloc(x)) to actually call fftw_malloc, and our macro was then breaking compilation.
include/smpi/sampi.h
include/smpi/smpi_helpers.h