Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // MPIImplem provides the MPI implementation details MPIImplem string // MpiMap stores the URL to download a specific version, the key being the version MpiMap map[string]string // contains filtered or unexported fields }
Config represents the configuration of the tests to run
type OFIConfig ¶
type OFIConfig struct { // Ifnet is the identifier of the network interface to use Ifnet string }
OFIConfig is the structure gathering all the configuration details relevant for OFI. These details are loaded from the tool's OFI configuration file.
func LoadOFIConfig ¶
LoadOFIConfig reads the OFI configuration file and return the associated data structure.
Click to show internal directories.
Click to hide internal directories.