Uses of Class
uk.ac.manchester.spinnaker.machine.board.ValidTriadHeight
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.allocator |
The core allocation system.
|
uk.ac.manchester.spinnaker.alloc.compat |
Spalloc v1 compatibility interface.
|
uk.ac.manchester.spinnaker.alloc.web |
The user-facing web interface to the new spalloc service.
|
uk.ac.manchester.spinnaker.py2json |
Conversion utility.
|
uk.ac.manchester.spinnaker.spalloc |
SpiNNaker old-style machine allocation client.
|
-
Uses of ValidTriadHeight in uk.ac.manchester.spinnaker.alloc.allocator
Fields in uk.ac.manchester.spinnaker.alloc.allocator with annotations of type ValidTriadHeight Modifier and Type Field Description @uk.ac.manchester.spinnaker.machine.board.ValidTriadHeight int
SpallocAPI.CreateDimensions. height
Height requested, in triads.@uk.ac.manchester.spinnaker.machine.board.ValidTriadHeight int
SpallocAPI.CreateDimensionsAt. height
Height requested, in triads. -
Uses of ValidTriadHeight in uk.ac.manchester.spinnaker.alloc.compat
Method parameters in uk.ac.manchester.spinnaker.alloc.compat with annotations of type ValidTriadHeight Modifier and Type Method Description protected abstract int
V1CompatTask. createJobRectangle(@uk.ac.manchester.spinnaker.machine.board.ValidTriadWidth int width, @uk.ac.manchester.spinnaker.machine.board.ValidTriadHeight int height, Map<@NotBlank String,@NotNull Object> kwargs, byte[] cmd)
Create a job asking for a rectangle of boards. -
Uses of ValidTriadHeight in uk.ac.manchester.spinnaker.alloc.web
Fields in uk.ac.manchester.spinnaker.alloc.web with annotations of type ValidTriadHeight Modifier and Type Field Description @uk.ac.manchester.spinnaker.machine.board.ValidTriadHeight int
CreateJobRequest.Dimensions. height
The height of the rectangle of boards to allocate, in triads. -
Uses of ValidTriadHeight in uk.ac.manchester.spinnaker.py2json
Fields in uk.ac.manchester.spinnaker.py2json with annotations of type ValidTriadHeight Modifier and Type Field Description @uk.ac.manchester.spinnaker.machine.board.ValidTriadHeight int
Machine. height
The height of the machine, in triads. -
Uses of ValidTriadHeight in uk.ac.manchester.spinnaker.spalloc
Constructor parameters in uk.ac.manchester.spinnaker.spalloc with annotations of type ValidTriadHeight Constructor Description CreateJob(@uk.ac.manchester.spinnaker.machine.board.ValidTriadWidth int width, @uk.ac.manchester.spinnaker.machine.board.ValidTriadHeight int height)
Build a request for a rectangle of boards.