Push job output into a file and then read that file #983
Labels
enhancement
New feature or request
nmpi service
The NMPI service back-end that interfaces to SpiNNaker. Former RemoteSpiNNaker
The JobManager currently uses a JobOutputPipe to forward the output log from a job to a local file, simultaneously storing it in a file for later debugging. Instead, the output should be pushed to a file directly (i.e. using the equivalent of > outputfile.txt) and then this file should be read dynamically to keep track of the output. This would then allow the job to continue to run even if the JobManager should disappear.
The text was updated successfully, but these errors were encountered: