SpiNNakerManchester / spalloc_server

A SpiNNaker machine allocation and partitioning application.
0 stars 2 forks source link

Allow request of specific multi-board blocks #5

Open mossblaser opened 8 years ago

mossblaser commented 8 years ago

This has been found to be a potentially useful feature for some folk doing diagnostic stuff.

To implement this, the request() method of the PackTree datastructure would need to be extended to allow the allocation of arbitrary rectangular regions of triads.

Though in principle, allocating arbitrary sets of boards may be useful, in keeping with the rest of the implementation, limiting things to just particular triads makes the most sense.

alan-stokes commented 7 years ago

@lplana does this issue reflect a real issue? or could it be closed due to over complexity? @dkfellows doesn't know what this really means, or more better, he think why is this different from allocating a bunch of specific boards.

alan-stokes commented 7 years ago

@lplana has explained it. valid enhancement which will need to be looked at some point