Documentation
¶
Index ¶
Constants ¶
View Source
const ( // OMPI is the identifier for Open MPI OMPI = "openmpi" // MPICH is the identifier for MPICH MPICH = "mpich" // IMPI is the identifier for Intel MPI IMPI = "intel" // Singularity is the identifier for Singularity SY = "singularity" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Info ¶
type Info struct { // ID is the string idenfifying the MPI implementation ID string // Version is the version of the MPI implementation Version string // URL is the URL to use to get the MPI implementation URL string // Tarball is the name of the tarball of the MPI implementation Tarball string }
Info gathers all data about a specific MPI implementation
Click to show internal directories.
Click to hide internal directories.