freebsd-dev/contrib/ofed/management/opensm
Enji Cooper 5962fd53ac Don't call abort on usage errors; print out the usage message instead
PR: 196793
MFC after: 3 days
Sponsored by: EMC / Isilon Storage Division
2015-01-16 21:12:36 +00:00
..
complib
config
doc
include
libvendor
man
opensm Fix for compilation issue. Don't use the "abs()" function for unsigned 2015-01-08 10:13:56 +00:00
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