* add some structured comments so that we can easily parse out the configurable
parts of mpi.h when making a fat binary This commit was SVN r9025.
Этот коммит содержится в:
родитель
ad25609c89
Коммит
352903290b
@ -19,6 +19,11 @@
|
|||||||
#ifndef OMPI_MPI_H
|
#ifndef OMPI_MPI_H
|
||||||
#define OMPI_MPI_H
|
#define OMPI_MPI_H
|
||||||
|
|
||||||
|
/* The comment below (and the ending partner) are for building fat
|
||||||
|
distributions on platforms that support it. Please do not remove */
|
||||||
|
|
||||||
|
/* @OMPI_BEGIN_CONFIGURE_SECTION@ */
|
||||||
|
|
||||||
#ifndef OMPI_CONFIG_H
|
#ifndef OMPI_CONFIG_H
|
||||||
|
|
||||||
/* Only include these if OMPI_CONFIG_H isn't defined (meaning if
|
/* Only include these if OMPI_CONFIG_H isn't defined (meaning if
|
||||||
@ -103,6 +108,8 @@
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* @OMPI_END_CONFIGURE_SECTION@ */
|
||||||
|
|
||||||
#ifndef OMPI_BUILDING
|
#ifndef OMPI_BUILDING
|
||||||
#define OMPI_BUILDING 0
|
#define OMPI_BUILDING 0
|
||||||
#endif
|
#endif
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user