Skip to content

Commit 1587770

Browse files
committed
This transceiver needs a machine!
1 parent a11fe52 commit 1587770

File tree

1 file changed

+2
-0
lines changed
  • SpiNNaker-allocserv/src/main/java/uk/ac/manchester/spinnaker/alloc/allocator

1 file changed

+2
-0
lines changed

SpiNNaker-allocserv/src/main/java/uk/ac/manchester/spinnaker/alloc/allocator/Spalloc.java

+2
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
import uk.ac.manchester.spinnaker.alloc.security.Permit;
8383
import uk.ac.manchester.spinnaker.alloc.web.IssueReportRequest;
8484
import uk.ac.manchester.spinnaker.alloc.web.IssueReportRequest.ReportedBoard;
85+
import uk.ac.manchester.spinnaker.connections.MachineAware;
8586
import uk.ac.manchester.spinnaker.connections.SCPConnection;
8687
import uk.ac.manchester.spinnaker.machine.ChipLocation;
8788
import uk.ac.manchester.spinnaker.machine.CoreLocation;
@@ -1741,6 +1742,7 @@ public TransceiverInterface getTransceiver() throws IOException,
17411742
null, null, InetAddress.getByName(conn.getHostname())));
17421743
}
17431744
txrx = new Transceiver(MachineVersion.FIVE, connections);
1745+
txrx.getMachineDetails();
17441746
rememberer.rememberTransceiverForJob(id, txrx);
17451747
return txrx;
17461748
}

0 commit comments

Comments
 (0)