nest / nest-simulator

The NEST simulator
http://www.nest-simulator.org
GNU General Public License v2.0
544 stars 370 forks source link

Add logger for nest-server-mpi #3365

Open babsey opened 1 week ago

babsey commented 1 week ago

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 in 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.