Infiniband Subnet Manager
OpenSM provides an implementation for an InfiniBand Subnet Manager and
Administration. Such a software entity is required to run for in order
to initialize the InfiniBand hardware (at least one per each InfiniBand
subnet).
- Devel package for openSUSE:Factory
- Links to openSUSE:Factory / opensm
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout science:HPC/opensm && cd $_
- Create Badge
Refresh
Refresh
Source Files
Sources could not be expanded: conflict in file opensm.spec
Comments 3
It seems any params from
sysconfig/opensm
are ignored, asopensm-launch
uses none of them.It looks like the provided
sysconfig/opensm
is supposed to work with old redhat-opensm.init, but it does not suit the neweropensm-launch
.@NovA80 I'd need to run some test but a quick look at the codeshows that it should not be ignored https://build.opensuse.org/package/view_file/science:HPC/opensm/opensm.launch?expand=1 line 12: [ -f /etc/sysconfig/opensm ] && . /etc/sysconfig/opensm
Yes, the config file is imported into
opensm-launch
, but the script just doesn't use any of the variables defined there. See for examplePORT_NUM=1
, it just does not transformed intoopensmd
startup options.