application

package
v0.1.13-1 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AMG

type AMG struct {
	metrics.LauncherWorker
}

AMG is a launcher + workers metric application

func (AMG) Family

func (m AMG) Family() string

I think this is a simulation?

func (AMG) Options

func (m AMG) Options() map[string]intstr.IntOrString

Exported options and list options

func (*AMG) SetOptions

func (m *AMG) SetOptions(metric *api.Metric)

Set custom options / attributes for the metric

func (AMG) Url

func (m AMG) Url() string

func (AMG) Validate

func (n AMG) Validate(spec *api.MetricSet) bool

Validate that we can run AMG

type BDAS

type BDAS struct {
	metrics.LauncherWorker
}

func (BDAS) Family

func (m BDAS) Family() string

I think this is a simulation?

func (BDAS) Options

func (m BDAS) Options() map[string]intstr.IntOrString

Exported options and list options

func (BDAS) PrepareContainers

func (m BDAS) PrepareContainers(
	spec *api.MetricSet,
	metric *metrics.Metric,
) []*specs.ContainerSpec

func (*BDAS) SetOptions

func (m *BDAS) SetOptions(metric *api.Metric)

Set custom options / attributes for the metric

func (BDAS) Url

func (m BDAS) Url() string

type CabanaPIC

type CabanaPIC struct {
	metrics.LauncherWorker
}

func (CabanaPIC) Family

func (m CabanaPIC) Family() string

I think this is a simulation?

func (CabanaPIC) Options

func (m CabanaPIC) Options() map[string]intstr.IntOrString

Exported options and list options

func (*CabanaPIC) SetOptions

func (m *CabanaPIC) SetOptions(metric *api.Metric)

Set custom options / attributes for the metric

func (CabanaPIC) Url

func (m CabanaPIC) Url() string

func (CabanaPIC) Validate

func (m CabanaPIC) Validate(set *api.MetricSet) bool

type HPL

type HPL struct {
	metrics.LauncherWorker
	// contains filtered or unexported fields
}

func (HPL) Family

func (m HPL) Family() string

I think this is a simulation?

func (HPL) Options

func (m HPL) Options() map[string]intstr.IntOrString

Exported options and list options

func (HPL) PrepareContainers

func (m HPL) PrepareContainers(
	spec *api.MetricSet,
	metric *metrics.Metric,
) []*specs.ContainerSpec

func (*HPL) SetOptions

func (m *HPL) SetOptions(metric *api.Metric)

Set custom options / attributes for the metric

func (HPL) Url

func (m HPL) Url() string

type Kripke

type Kripke struct {
	metrics.LauncherWorker
}

func (Kripke) Family

func (m Kripke) Family() string

I think this is a simulation?

func (Kripke) ListOptions

func (n Kripke) ListOptions() map[string][]intstr.IntOrString

func (Kripke) Options

func (m Kripke) Options() map[string]intstr.IntOrString

Exported options and list options

func (*Kripke) SetOptions

func (m *Kripke) SetOptions(metric *api.Metric)

Set custom options / attributes for the metric

func (Kripke) Url

func (m Kripke) Url() string

func (Kripke) Validate

func (n Kripke) Validate(spec *api.MetricSet) bool

Validate that we can run Kripke

type LDMS

type LDMS struct {
	metrics.SingleApplication
	// contains filtered or unexported fields
}

func (LDMS) Family

func (m LDMS) Family() string

I think this is a simulation?

func (LDMS) ListOptions

func (n LDMS) ListOptions() map[string][]intstr.IntOrString

func (LDMS) Options

func (m LDMS) Options() map[string]intstr.IntOrString

Exported options and list options

func (LDMS) PrepareContainers

func (m LDMS) PrepareContainers(
	spec *api.MetricSet,
	metric *metrics.Metric,
) []*specs.ContainerSpec

func (*LDMS) SetOptions

func (m *LDMS) SetOptions(metric *api.Metric)

Set custom options / attributes for the metric

func (LDMS) Url

func (m LDMS) Url() string

type Laghos

type Laghos struct {
	metrics.LauncherWorker
}

func (Laghos) Family

func (m Laghos) Family() string

I think this is a simulation?

func (Laghos) Options

func (m Laghos) Options() map[string]intstr.IntOrString

Exported options and list options

func (*Laghos) SetOptions

func (m *Laghos) SetOptions(metric *api.Metric)

Set custom options / attributes for the metric

func (Laghos) Url

func (m Laghos) Url() string

type Lammps

type Lammps struct {
	metrics.LauncherWorker
}

func (Lammps) Family

func (m Lammps) Family() string

I think this is a simulation?

func (Lammps) Options

func (m Lammps) Options() map[string]intstr.IntOrString

Exported options and list options

func (Lammps) PrepareContainers

func (m Lammps) PrepareContainers(
	spec *api.MetricSet,
	metric *metrics.Metric,
) []*specs.ContainerSpec

Prepare containers with jobs and entrypoint scripts

func (*Lammps) SetOptions

func (m *Lammps) SetOptions(metric *api.Metric)

Set custom options / attributes for the metric

func (Lammps) Url

func (m Lammps) Url() string

func (Lammps) Validate

func (m Lammps) Validate(spec *api.MetricSet) bool

LAMMPS can be run on one node

type Nekbone

type Nekbone struct {
	metrics.LauncherWorker
}

func (Nekbone) Family

func (m Nekbone) Family() string

I think this is a simulation?

func (Nekbone) Options

func (m Nekbone) Options() map[string]intstr.IntOrString

Exported options and list options

func (*Nekbone) SetOptions

func (m *Nekbone) SetOptions(metric *api.Metric)

Set custom options / attributes for the metric

func (Nekbone) Url

func (m Nekbone) Url() string

type Pennant

type Pennant struct {
	metrics.LauncherWorker
}

func (Pennant) Family

func (m Pennant) Family() string

I think this is a simulation?

func (Pennant) Options

func (m Pennant) Options() map[string]intstr.IntOrString

Exported options and list options

func (*Pennant) SetOptions

func (m *Pennant) SetOptions(metric *api.Metric)

Set custom options / attributes for the metric

func (Pennant) Url

func (m Pennant) Url() string

type Quicksilver

type Quicksilver struct {
	metrics.LauncherWorker
}

func (Quicksilver) Family

func (m Quicksilver) Family() string

I think this is a simulation?

func (Quicksilver) Options

func (m Quicksilver) Options() map[string]intstr.IntOrString

Exported options and list options

func (*Quicksilver) SetOptions

func (m *Quicksilver) SetOptions(metric *api.Metric)

Set custom options / attributes for the metric

func (Quicksilver) Url

func (m Quicksilver) Url() string

Jump to

Keyboard shortcuts

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