Allow the PML V component to be compiled on Windows. Force all
.c files to include the ompi_config.h as the first #include. This commit was SVN r17056.
Этот коммит содержится в:
родитель
eb71a634c6
Коммит
d2324050f8
@ -8,6 +8,8 @@
|
||||
* $HEADER$
|
||||
*/
|
||||
|
||||
#include "ompi_config.h"
|
||||
|
||||
#include "pml_v_output.h"
|
||||
|
||||
#if defined(HAVE_UNISTD_H)
|
||||
|
@ -11,7 +11,6 @@
|
||||
#ifndef PML_V_OUTPUT_H_HAS_BEEN_INCLUDED
|
||||
#define PML_V_OUTPUT_H_HAS_BEEN_INCLUDED
|
||||
|
||||
#include "ompi_config.h"
|
||||
#include "opal/util/output.h"
|
||||
#include <stdio.h>
|
||||
|
||||
|
@ -11,7 +11,6 @@
|
||||
#ifndef __INCLUDE_VPROTOCOL_BASE_H_
|
||||
#define __INCLUDE_VPROTOCOL_BASE_H_
|
||||
|
||||
#include "ompi_config.h"
|
||||
#include "ompi/constants.h"
|
||||
#include "opal/mca/mca.h"
|
||||
#include "../vprotocol.h"
|
||||
|
@ -7,6 +7,8 @@
|
||||
*
|
||||
* $HEADER$
|
||||
*/
|
||||
|
||||
#include "ompi_config.h"
|
||||
#include "base.h"
|
||||
#include "opal/mca/mca.h"
|
||||
#include "opal/mca/base/base.h"
|
||||
|
@ -8,6 +8,7 @@
|
||||
* $HEADER$
|
||||
*/
|
||||
|
||||
#include "ompi_config.h"
|
||||
#include "base.h"
|
||||
#include "vprotocol_base_request.h"
|
||||
|
||||
|
@ -8,6 +8,7 @@
|
||||
* $HEADER$
|
||||
*/
|
||||
|
||||
#include "ompi_config.h"
|
||||
#include "vprotocol_base_request.h"
|
||||
|
||||
int mca_vprotocol_base_request_parasite(void)
|
||||
|
@ -8,6 +8,7 @@
|
||||
* $HEADER$
|
||||
*/
|
||||
|
||||
#include "ompi_config.h"
|
||||
#include "base.h"
|
||||
#include "opal/mca/mca.h"
|
||||
#include "opal/mca/base/base.h"
|
||||
|
@ -8,6 +8,7 @@
|
||||
* $HEADER$
|
||||
*/
|
||||
|
||||
#include "ompi_config.h"
|
||||
#include "vprotocol_pessimist_eventlog.h"
|
||||
|
||||
void vprotocol_pessimist_matching_replay(int *src) {
|
||||
|
@ -11,7 +11,6 @@
|
||||
#ifndef __VPROTOCOL_PESSIMIST_EVENTLOG_H__
|
||||
#define __VPROTOCOL_PESSIMIST_EVENTLOG_H__
|
||||
|
||||
#include "ompi_config.h"
|
||||
#include "vprotocol_pessimist.h"
|
||||
#include "vprotocol_pessimist_request.h"
|
||||
|
||||
|
@ -8,6 +8,7 @@
|
||||
* $HEADER$
|
||||
*/
|
||||
|
||||
#include "ompi_config.h"
|
||||
#include "vprotocol_pessimist_sender_based.h"
|
||||
#include <sys/types.h>
|
||||
#if defined(HAVE_SYS_MMAN_H)
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user