1
1
This commit was SVN r24980.
Этот коммит содержится в:
Mike Dubman 2011-08-03 07:07:29 +00:00
родитель f539b20a8f
Коммит 7b18ab2fa9
3 изменённых файлов: 2 добавлений и 2 удалений

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

@ -11,6 +11,8 @@
#define MTL_MXM_H_HAS_BEEN_INCLUDED #define MTL_MXM_H_HAS_BEEN_INCLUDED
#include <stdint.h> #include <stdint.h>
#include <sys/types.h>
#include <unistd.h>
#include <mxm/api/mxm_api.h> #include <mxm/api/mxm_api.h>
#include <mxm/api/mxm_addr.h> #include <mxm/api/mxm_addr.h>

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

@ -10,7 +10,6 @@
#include "ompi_config.h" #include "ompi_config.h"
#include "orte/util/show_help.h" #include "orte/util/show_help.h"
#include "opal/mca/event/event.h"
#include "opal/util/output.h" #include "opal/util/output.h"
#include "opal/mca/base/mca_base_param.h" #include "opal/mca/base/mca_base_param.h"
#include "ompi/proc/proc.h" #include "ompi/proc/proc.h"

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

@ -10,7 +10,6 @@
#ifndef MCA_MTL_MXM_ENDPOINT_H #ifndef MCA_MTL_MXM_ENDPOINT_H
#define MCA_MTL_MXM_ENDPOINT_H #define MCA_MTL_MXM_ENDPOINT_H
#include "opal/class/opal_list.h" #include "opal/class/opal_list.h"
#include "opal/mca/event/event.h"
#include "ompi/mca/mtl/mtl.h" #include "ompi/mca/mtl/mtl.h"
#include "mtl_mxm.h" #include "mtl_mxm.h"