Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Infiniband is the ID used to identify Infiniband Infiniband = "IB" // Default is the ID used to identify the default networking configuration Default = "default" )
View Source
const ( // IBForceKey is the key used in the configuration file to specific in Infiniband should always be used IBForceKey = "force_ib" // MXMDirKey is the key used in the configuration file to specify where MXM files are installed MXMDirKey = "mxm_dir" // KNEMDirKey is the key used in the configuration file to specify where knem files are installed KNEMDirKey = "knem_dir" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Info ¶
Info is a structure storing the details about the network on the system
func Detect ¶
Detect is the function called to detect the network on the system and load the corresponding networking component
func LoadDefault ¶
LoadDefault is the function called to load the default component for networking
Click to show internal directories.
Click to hide internal directories.