freebsd-skq/contrib/ofed/management/opensm
bdrewery 9ce3ca2ab7 Make GCC happy by removing empty #elif.
Sponsored by:	EMC / Isilon Storage Division
2016-03-25 04:16:04 +00:00
..
complib
config
doc
include Make GCC happy by removing empty #elif. 2016-03-25 04:16:04 +00:00
libvendor
man
opensm
osmeventplugin
osmtest Don't call abort on usage errors; print out the usage message instead 2015-01-16 21:12:36 +00:00
scripts
AUTHORS
autogen.sh
ChangeLog
configure.in
COPYING
INSTALL
Makefile.am
NEWS
opensm.spec.in
README

OpenSM README:
--------------

OpenSM provides an implementation for an InfiniBand Subnet Manager and
Administrator. Such a software entity is required to run for in order
to initialize the InfiniBand hardware (at least one per each
InfiniBand subnet).

The full list of OpenSM features is described in the user manual
provided in the doc sub directory.

The installation of OpenSM includes:

sbin/
   opensm - the SM/SA executable
   osmtest - a test program for the SM/SA
lib/
   libosmcomp.{a,so} - component library with generic services and containers
   libopensm.{a,so} - opensm services for logs and mad buffer pool
   libosmvendor.{a,so} - interface to the user mad service of the driver
include/
   iba/ib_types.h - IBA types header file
   complib/ - component library includes
   vendor/  - vendor library includes
   opensm/  - public opensm library includes