* temporary fix for ib btl compilation with old ofed versions 1.3.x.
This commit was SVN r24533.
Этот коммит содержится в:
родитель
d5dfe05521
Коммит
3204af2d36
@ -44,9 +44,17 @@
|
||||
#include "connect/connect.h"
|
||||
#include "orte/util/show_help.h"
|
||||
|
||||
/*
|
||||
todo: fix type redefinition :
|
||||
Old OFED 1.3.x has same type ib_gid_t defined in mad.h and ib_types.h
|
||||
|
||||
#include <infiniband/mad.h>
|
||||
*/
|
||||
#define IB_SA_CLASS 0x3
|
||||
#define IB_SA_ATTR_PATHRECORD 0x35
|
||||
#include <iba/ib_types.h>
|
||||
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user