Open babsey opened 1 week ago
The command nest-server-mpi always prints the simulation output which is inefficient.
nest-server-mpi
I added logger for worker in nest-server-mpi file and for master in hl_api_server.py.
hl_api_server.py
With the environment variable NEST_SERVER_MPI_LOGGER_LEVEL=DEBUG before running nest-server-mpi it will shows outputs otherwise none.
NEST_SERVER_MPI_LOGGER_LEVEL=DEBUG
The command
nest-server-mpi
always prints the simulation output which is inefficient.I added logger for worker in
nest-server-mpi
file and for master inhl_api_server.py
.With the environment variable
NEST_SERVER_MPI_LOGGER_LEVEL=DEBUG
before runningnest-server-mpi
it will shows outputs otherwise none.