diff --git a/opal/mca/memory/linux/malloc.c b/opal/mca/memory/linux/malloc.c index 3b77c7034d..95fb5de60e 100644 --- a/opal/mca/memory/linux/malloc.c +++ b/opal/mca/memory/linux/malloc.c @@ -4,6 +4,10 @@ * * Additional copyrights may follow. */ + +/* OMPI change: With Intel Compiler v12.1 on linux, any launch fails even before main() */ +#pragma optimize("", off) + #define OPAL_DISABLE_ENABLE_MEM_DEBUG 1 #include "opal_config.h"