We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19a1837 commit 252fadfCopy full SHA for 252fadf
ompi/runtime/ompi_mpi_init.c
@@ -100,7 +100,7 @@
100
#include "ompi/runtime/ompi_cr.h"
101
102
/* newer versions of gcc have poisoned this deprecated feature */
103
-#if HAVE___MALLOC_INITIALIZE_HOOK
+#ifdef HAVE___MALLOC_INITIALIZE_HOOK
104
#include "opal/mca/memory/base/base.h"
105
/* So this sucks, but with OPAL in its own library that is brought in
106
implicity from libmpi, there are times when the malloc initialize
0 commit comments