1
1

* temporary fix for ib btl compilation with old ofed versions 1.3.x.

This commit was SVN r24533.
Этот коммит содержится в:
Mike Dubman 2011-03-16 17:53:51 +00:00
родитель d5dfe05521
Коммит 3204af2d36

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

@ -44,9 +44,17 @@
#include "connect/connect.h" #include "connect/connect.h"
#include "orte/util/show_help.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> #include <infiniband/mad.h>
*/
#define IB_SA_CLASS 0x3
#define IB_SA_ATTR_PATHRECORD 0x35
#include <iba/ib_types.h> #include <iba/ib_types.h>
#ifdef HAVE_UNISTD_H #ifdef HAVE_UNISTD_H
#include <unistd.h> #include <unistd.h>
#endif #endif