1
1

* fixes to maek sure we don't activate memory debugging in ompi_config.h

This commit was SVN r1717.
Этот коммит содержится в:
Brian Barrett 2004-07-14 18:01:21 +00:00
родитель ae9a547055
Коммит b86076859d
2 изменённых файлов: 3 добавлений и 2 удалений
src/mpi/cxx

Просмотреть файл

@ -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