Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetMPIImplemFromExperiments ¶
GetImplemFromExperiments returns the MPI implementation that is associated to the experiments
func GetOutputFilename ¶
GetOutputFilename returns the name of the file that is associated to the experiments to run
Types ¶
type Config ¶
type Config struct { // HostMPI gathers all the data about the MPI to use on the host HostMPI implem.Info // ContainerMPI gathers all the data about the MPI to use in the container ContainerMPI implem.Info // Container gathers all the data about the container Container container.Config // HostBuildEnv gathers all the data about the environment to use to build the software for the host HostBuildEnv buildenv.Info // ContainerBuildEnv gathers all the data about the environment to use to build the software for the container ContainerBuildEnv buildenv.Info // App gathers all the data about the application to include in the container App app.Info // Result gathers all the data related to the result of an experiment Result results.Result }
Config is a structure that represents the configuration of an experiment
Click to show internal directories.
Click to hide internal directories.