hbp_nrp_distributed_nest.launch.NestBrainProcess module

A distributed brain process that can be launched standalone on remote hosts.

class NestBrainProcess(sim_config)[source]

Bases: object

A distributed Nest brain process that can be launched standalone on remote hosts.

MPI_MSG_TAG = 100
run()[source]

Blocking run loop for this brain process. First accept any transfer function configuration via MPI messages and then block running the brain until terminated externally by the CLE shutting down.