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
Filename | Size | Changed |
---|---|---|
_service | 0000000716 716 Bytes | |
baselibs.conf | 0000000229 229 Bytes | |
conf.sysconfig | 0000003848 3.76 KB | |
opensm-3.3.24.0.844ab3b7edaa.tar.gz | 0001392133 1.33 MB | |
opensm-remove-date-time.patch | 0000000453 453 Bytes | |
opensm.changes | 0000011856 11.6 KB | |
opensm.launch | 0000000937 937 Bytes | |
opensm.service | 0000000613 613 Bytes | |
opensm.spec | 0000005968 5.83 KB |
Revision 23 (latest revision is 32)
buildservice-autocommit
accepted
request 695785
from
Nicolas Morey-Chaisemartin (NMoreyChaisemartin)
(revision 23)
baserev update by copy to link target
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.