1
1

- By include "mpi.h" tell the compiler to look in local include dirs,

first.

This commit was SVN r20800.
Этот коммит содержится в:
Rainer Keller 2009-03-17 14:44:04 +00:00
родитель 7d6e8b6c76
Коммит f5b4e250cb

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

@ -30,7 +30,7 @@
#if defined(__cplusplus) || defined(c_plusplus)
// do not include ompi_config.h. it will smash free() as a symbol
#include <mpi.h>
#include "mpi.h"
// we include all this here so that we escape the silly namespacing issues
#include <map>