Manual Relocator¶
Relocator for user-provided relocation directives
-
class
relocators.manualRelocator.
ManualRelocator
[source]¶ Main class
-
addDirective
(time, model, destination)[source]¶ Add a relocation directive, this relocation will be scheduled and will be executed as soon as the GVT passes over the provided time.
Parameters: - time – the time at which this should happen
- model – the model that has to be moved (its model_id)
- destination – the destination kernel to move it to
-