Add some more dependencies.
This commit was SVN r7316.
Этот коммит содержится в:
родитель
13f4191334
Коммит
efac21256b
@ -23,6 +23,7 @@
|
||||
#include "opal/util/output.h"
|
||||
#include "ompi/mca/pml/pml.h"
|
||||
#include "ompi/mca/ptl/ptl.h"
|
||||
#include "ompi/communicator/communicator.h"
|
||||
#include "ptl_mx.h"
|
||||
#include "ptl_mx_peer.h"
|
||||
#include "ptl_mx_sendfrag.h"
|
||||
|
@ -17,11 +17,11 @@
|
||||
#include "ompi/include/constants.h"
|
||||
#include "opal/util/output.h"
|
||||
#include "opal/threads/threads.h"
|
||||
#include "opal/mca/base/mca_base_param.h"
|
||||
#include "ptl_mx.h"
|
||||
#include "ptl_mx_module.h"
|
||||
#include "ptl_mx_peer.h"
|
||||
|
||||
|
||||
/*
|
||||
* The MX component
|
||||
*/
|
||||
|
@ -16,12 +16,13 @@
|
||||
|
||||
#include "ptl_mx.h"
|
||||
#include "ompi/include/constants.h"
|
||||
#include "ompi/mca/pml/base/pml_base_module_exchange.h"
|
||||
#include "ompi/communicator/communicator.h"
|
||||
#include "opal/util/output.h"
|
||||
#include "ptl_mx_peer.h"
|
||||
#include "ptl_mx_proc.h"
|
||||
#include "ptl_mx_module.h"
|
||||
|
||||
|
||||
static mca_ptl_mx_module_t* mca_ptl_mx_create(uint64_t addr);
|
||||
|
||||
static void* mca_ptl_mx_mem_alloc( size_t* size, void* userdata )
|
||||
|
@ -19,8 +19,9 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "include/sys/atomic.h"
|
||||
#include "class/orte_proc_table.h"
|
||||
#include "mca/pml/base/pml_base_module_exchange.h"
|
||||
#include "orte/class/orte_proc_table.h"
|
||||
#include "ompi/mca/pml/base/pml_base_module_exchange.h"
|
||||
#include "opal/util/output.h"
|
||||
#include "ptl_mx.h"
|
||||
#include "ptl_mx_peer.h"
|
||||
#include "ptl_mx_proc.h"
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user