Class AllocatedMachine
java.lang.Object
uk.ac.manchester.spinnaker.alloc.client.AllocatedMachine
A description of what boards have been allocated to a job.
-
Method Details
-
getWidth
public int getWidth()- Returns:
- Rectangle width, in triads.
-
getHeight
public int getHeight()- Returns:
- Rectangle height, in triads.
-
getDepth
public int getDepth()- Returns:
- Depth of rectangle. 1 or 3. Only the single-board case uses a depth of 1.
-
getMachineName
- Returns:
- On what machine.
-
getMachine
- Returns:
- The hosting SpiNNaker machine.
-
getConnections
- Returns:
- How to talk to boards.
-
getBoards
- Returns:
- Where the boards are.
-