SpiNNakerManchester / spalloc

SpiNNaker machine allocation client.
Apache License 2.0
0 stars 1 forks source link

How much of this is still used #89

Open Christian-B opened 11 months ago

Christian-B commented 11 months ago

Some of the spalloc stuiff is now done by spinnman.

FEC SpallocAllocator has from spalloc_client import Job from spalloc_client.states import JobState

But how much of the rest is still sued.

rowleya commented 11 months ago

Ah I think the failing of the spalloc PR highlights that we only test the programmatic use of the spalloc client. There is also a command-line version of the client that probably gets tested in the spalloc unit tests directly at best.

rowleya commented 11 months ago

Note I know that the command line client does get used at least somewhat