* fixes to maek sure we don't activate memory debugging in ompi_config.h
This commit was SVN r1717.
Этот коммит содержится в:
родитель
ae9a547055
Коммит
b86076859d
@ -3,7 +3,8 @@
|
||||
// $HEADER$
|
||||
//
|
||||
|
||||
#include "ompi_config.h"
|
||||
// do not include ompi_config.h because it kills the free/malloc defines
|
||||
#include "mpi.h"
|
||||
#include "mpi/cxx/mpicxx.h"
|
||||
#include "threads/mutex.h"
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
#if defined(__cplusplus) || defined(c_plusplus)
|
||||
|
||||
#include "ompi_config.h"
|
||||
// do not include ompi_config.h. it will smash free() as a symbol
|
||||
#include <mpi.h>
|
||||
|
||||
// we include all this here so that we escape the silly namespacing issues
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user