Uses of Class
uk.ac.manchester.spinnaker.machine.MachineDimensions
Package | Description |
---|---|
uk.ac.manchester.spinnaker.machine |
Describes a SpiNNaker machine.
|
uk.ac.manchester.spinnaker.machine.bean |
Beans used to describe a SpiNNaker machine in JSON.
|
uk.ac.manchester.spinnaker.messages.model |
Model support classes for the communication messages.
|
uk.ac.manchester.spinnaker.spalloc |
SpiNNaker old-style machine allocation client.
|
uk.ac.manchester.spinnaker.transceiver |
How to actually talk to a SpiNNaker machine.
|
-
Uses of MachineDimensions in uk.ac.manchester.spinnaker.machine
Fields in uk.ac.manchester.spinnaker.machine declared as MachineDimensions Modifier and Type Field Description @Valid MachineDimensions
Machine. machineDimensions
Size of the machine along the X and Y axes, in chips.MachineDimensions
MachineVersion. machineDimensions
The only possible dimensions for this version ornull
if multiple sizes allowed.Methods in uk.ac.manchester.spinnaker.machine with parameters of type MachineDimensions Modifier and Type Method Description static MachineVersion
MachineVersion. bySize(MachineDimensions dimensions)
Calculate the machine version based on the size.Set<ChipLocation>
SpiNNakerTriadGeometry. getPotentialRootChips(MachineDimensions dimensions)
Get the coordinates of bottom left chip on each board.Constructors in uk.ac.manchester.spinnaker.machine with parameters of type MachineDimensions Constructor Description Machine(MachineDimensions machineDimensions, Iterable<Chip> chips, HasChipLocation boot)
Creates a machine starting with the supplied chips.Machine(MachineDimensions machineDimensions, HasChipLocation boot)
Creates an empty machine.VirtualMachine(MachineDimensions machineDimensions)
Creates a virtual machine to fill the machine dimensions with no ignores.VirtualMachine(MachineDimensions machineDimensions, Set<ChipLocation> ignoreChips, Map<ChipLocation,Set<Integer>> ignoreCores, Map<ChipLocation,EnumSet<Direction>> ignoreLinks)
Creates a virtual machine to fill the machine dimensions. -
Uses of MachineDimensions in uk.ac.manchester.spinnaker.machine.bean
Methods in uk.ac.manchester.spinnaker.machine.bean that return MachineDimensions Modifier and Type Method Description MachineDimensions
MachineBean. getMachineDimensions()
-
Uses of MachineDimensions in uk.ac.manchester.spinnaker.messages.model
Methods in uk.ac.manchester.spinnaker.messages.model that return MachineDimensions Modifier and Type Method Description MachineDimensions
ChipInfo. getSize()
Constructors in uk.ac.manchester.spinnaker.messages.model with parameters of type MachineDimensions Constructor Description P2PTable(MachineDimensions dimensions, Collection<ByteBuffer> columnData)
Construct a routing table from data. -
Uses of MachineDimensions in uk.ac.manchester.spinnaker.spalloc
Methods in uk.ac.manchester.spinnaker.spalloc that return MachineDimensions Modifier and Type Method Description MachineDimensions
SpallocJob. getDimensions()
MachineDimensions
SpallocJobAPI. getDimensions()
-
Uses of MachineDimensions in uk.ac.manchester.spinnaker.transceiver
Methods in uk.ac.manchester.spinnaker.transceiver that return MachineDimensions Modifier and Type Method Description MachineDimensions
Transceiver. getMachineDimensions()
MachineDimensions
TransceiverInterface. getMachineDimensions()
Get the maximum chip x-coordinate and maximum chip y-coordinate of the chips in the machine.