Name Date Size #Lines LOC

..--

complib/H10-Jan-2016-6,7073,956

config/H10-Jan-2016-260230

doc/H10-Jan-2016-5,0983,834

include/H10-Jan-2016-50,71510,595

libvendor/H10-Jan-2016-17,46011,419

man/H10-Jan-2016-2,2171,864

opensm/H10-Jan-2016-56,18138,441

osmeventplugin/H10-Jan-2016-240154

osmtest/H10-Jan-2016-15,29410,776

scripts/H10-Jan-2016-685443

AUTHORSHD10-Jan-2016387 108

COPYINGHD10-Jan-20161.5 KiB3326

ChangeLogHD10-Jan-2016411 158

INSTALLHD10-Jan-20169.1 KiB232176

Makefile.amHD10-Jan-20161.2 KiB3322

NEWSHD10-Jan-201652 31

READMEHD10-Jan-2016872 2621

autogen.shHD10-Jan-20161.9 KiB5845

configure.inHD10-Jan-20166.8 KiB233205

opensm.spec.inHD10-Jan-20164.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