hbp_nrp_distributed_nest.launch.host.LocalLauncher module

localhost launch target configuration.

class LocalLauncher[source]

Bases: hbp_nrp_distributed_nest.launch.host.IHostLauncher

This launch configuration targets the localhost for all processes and is suitable for local installs or deployed installs where the newly spawned processes can run on the same host as the REST backend.

create_launch_scripts()[source]

Nothing to create since the target is localhost.

deploy()[source]

Nothing to deploy since the target is localhost.

shutdown()[source]

Shutdown by trying to kill any running processes and deleting the temporary directory.