Documentation
¶
Index ¶
- Variables
- func Bench(t *testing.T, numNodes int, numRounds int)
- func IncFinish(iface distsys.ArchetypeInterface) tla.Value
- func IncStart(iface distsys.ArchetypeInterface) tla.Value
- func MAX(iface distsys.ArchetypeInterface, a tla.Value, b tla.Value) tla.Value
- func NODE_SET(iface distsys.ArchetypeInterface) tla.Value
- func SUM(iface distsys.ArchetypeInterface, f tla.Value, d tla.Value) tla.Value
Constants ¶
This section is empty.
Variables ¶
View Source
var ANode = distsys.MPCalArchetype{ Name: "ANode", Label: "ANode.update", RequiredRefParams: []string{"ANode.cntr", "ANode.c"}, RequiredValParams: []string{}, JumpTable: jumpTable, ProcTable: procTable, PreAmble: func(iface distsys.ArchetypeInterface) { }, }
View Source
var ANodeBench = distsys.MPCalArchetype{ Name: "ANodeBench", Label: "ANodeBench.nodeBenchLoop", RequiredRefParams: []string{"ANodeBench.cntr", "ANodeBench.out"}, RequiredValParams: []string{}, JumpTable: jumpTable, ProcTable: procTable, PreAmble: func(iface distsys.ArchetypeInterface) { iface.EnsureArchetypeResourceLocal("ANodeBench.r", tla.MakeNumber(0)) }, }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.