NameDateSize

..17-May-201918

AUTHORSH A D17-May-2019387

autogen.shH A D17-May-20191.9 KiB

ChangeLogH A D17-May-2019411

complib/H17-May-201923

config/H17-May-20193

configure.inH A D17-May-20196.8 KiB

COPYINGH A D17-May-20191.5 KiB

doc/H17-May-201921

include/H17-May-20197

INSTALLH A D17-May-20199.1 KiB

libvendor/H17-May-201932

Makefile.amH A D17-May-20191.2 KiB

man/H17-May-20195

NEWSH A D17-May-201952

opensm/H17-May-201991

opensm.spec.inH A D17-May-20194.1 KiB

osmeventplugin/H17-May-20196

osmtest/H17-May-201911

READMEH A D17-May-2019872

scripts/H17-May-20197

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