Name Date Size #Lines LOC

..--

complib/H26-Jul-2015-6,7073,956

config/H26-Jul-2015-260230

doc/H26-Jul-2015-5,0983,834

include/H26-Jul-2015-50,71510,595

libvendor/H26-Jul-2015-17,46011,419

man/H26-Jul-2015-2,2171,864

opensm/H26-Jul-2015-56,18138,441

osmeventplugin/H26-Jul-2015-240154

osmtest/H26-Jul-2015-15,29410,776

scripts/H26-Jul-2015-685443

AUTHORSHD26-Jul-2015387 108

COPYINGHD26-Jul-20151.5 KiB3326

ChangeLogHD26-Jul-2015411 158

INSTALLHD26-Jul-20159.1 KiB232176

Makefile.amHD26-Jul-20151.2 KiB3322

NEWSHD26-Jul-201552 31

READMEHD26-Jul-2015872 2621

autogen.shHD26-Jul-20151.9 KiB5845

configure.inHD26-Jul-20156.8 KiB233205

opensm.spec.inHD26-Jul-20154.1 KiB147124

README

1OpenSM README:
2--------------
3
4OpenSM provides an implementation for an InfiniBand Subnet Manager and
5Administrator. Such a software entity is required to run for in order
6to initialize the InfiniBand hardware (at least one per each
7InfiniBand subnet).
8
9The full list of OpenSM features is described in the user manual
10provided in the doc sub directory.
11
12The installation of OpenSM includes:
13
14sbin/
15   opensm - the SM/SA executable
16   osmtest - a test program for the SM/SA
17lib/
18   libosmcomp.{a,so} - component library with generic services and containers
19   libopensm.{a,so} - opensm services for logs and mad buffer pool
20   libosmvendor.{a,so} - interface to the user mad service of the driver
21include/
22   iba/ib_types.h - IBA types header file
23   complib/ - component library includes
24   vendor/  - vendor library includes
25   opensm/  - public opensm library includes
26