Uses of Annotation Interface
uk.ac.manchester.spinnaker.machine.board.ValidTriadWidth
Packages that use ValidTriadWidth
Package
Description
The core allocation system.
Spalloc v1 compatibility interface.
The user-facing web interface to the new spalloc service.
SpiNNaker old-style machine allocation client.
-
Uses of ValidTriadWidth in uk.ac.manchester.spinnaker.alloc.allocator
Fields in uk.ac.manchester.spinnaker.alloc.allocator with annotations of type ValidTriadWidth -
Uses of ValidTriadWidth in uk.ac.manchester.spinnaker.alloc.compat
Method parameters in uk.ac.manchester.spinnaker.alloc.compat with annotations of type ValidTriadWidthModifier and TypeMethodDescriptionprotected 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 ValidTriadWidth in uk.ac.manchester.spinnaker.alloc.web
Fields in uk.ac.manchester.spinnaker.alloc.web with annotations of type ValidTriadWidthModifier and TypeFieldDescription@uk.ac.manchester.spinnaker.machine.board.ValidTriadWidth int
CreateJobRequest.Dimensions.width
The width of the rectangle of boards to allocate, in triads. -
Uses of ValidTriadWidth in uk.ac.manchester.spinnaker.spalloc
Constructor parameters in uk.ac.manchester.spinnaker.spalloc with annotations of type ValidTriadWidthModifierConstructorDescriptionCreateJob
(@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.