Class SubMachineResponse

java.lang.Object
uk.ac.manchester.spinnaker.alloc.web.SubMachineResponse

public class SubMachineResponse extends Object
Describes an allocation of part of a machine to a job.
Author:
Donal Fellows
  • Field Details

    • width

      public final int width
      Rectangle width.
    • height

      public final int height
      Rectangle height.
    • depth

      public final int depth
      Depth of rectangle. 1 or 3.
    • machineName

      public final String machineName
      On what machine.
    • connections

      public final List<ConnectionInfo> connections
      How to talk to boards.
    • boards

      public final List<BoardCoordinates> boards
      Where the boards are.
    • power

      public final URI power
      Where to get machine power information.
    • machineRef

      public final URI machineRef
      Where to get the full machine description.