NameDateSize

..20-Dec-201618

AUTHORSH A D08-Mar-2015387

autogen.shH A D08-Mar-20151.9 KiB

ChangeLogH A D08-Mar-2015411

complib/H20-Dec-201623

config/H20-Dec-20163

configure.inH A D08-Mar-20156.8 KiB

COPYINGH A D08-Mar-20151.5 KiB

doc/H20-Dec-201621

include/H20-Dec-20167

INSTALLH A D08-Mar-20159.1 KiB

libvendor/H20-Dec-201632

Makefile.amH A D08-Mar-20151.2 KiB

man/H20-Dec-20165

NEWSH A D08-Mar-201552

opensm/H20-Dec-201691

opensm.spec.inH A D08-Mar-20154.1 KiB

osmeventplugin/H20-Dec-20166

osmtest/H20-Dec-201611

READMEH A D08-Mar-2015872

scripts/H20-Dec-20167

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