xref: /NextBSD/contrib/ofed/management/opensm/README (revision eb1a5f8de9f7ea602c373a710f531abbf81141c4)
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