psrenergy / JobQueueMPI.jl

Helpers to implement Job Queue with MPI
Mozilla Public License 2.0
3 stars 1 forks source link

How do we treat subsequent jobs? #3

Closed pedroripper closed 5 months ago

pedroripper commented 5 months ago

Consider that you have two job queues to work. Should the workers_loop keep running until all job queues are done or should we call the workers_loop again?

The thing is that, as of today, when the workers receive a termination message, their process is killed with exit(0)