implem

package
v1.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 17, 2019 License: BSD-3-Clause Imports: 0 Imported by: 1

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

func IsMPI added in v1.2.2

func IsMPI(i *Info) bool

IsMPI checks if information passed in is an MPI implementation

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL