1
1

* 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.
Этот коммит содержится в:
Brian Barrett 2006-02-14 04:44:00 +00:00
родитель ad25609c89
Коммит 352903290b

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

@ -19,6 +19,11 @@
#ifndef 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
/* Only include these if OMPI_CONFIG_H isn't defined (meaning if
@ -103,6 +108,8 @@
#endif
/* @OMPI_END_CONFIGURE_SECTION@ */
#ifndef OMPI_BUILDING
#define OMPI_BUILDING 0
#endif