CElegansNeuroML icon indicating copy to clipboard operation
CElegansNeuroML copied to clipboard

Sometimes nrniv tasks don't get terminated after CTRL+C

Open lungd opened this issue 8 years ago • 2 comments

If I interrupt the optimizer at a certain point, multiple nrniv tasks remain running. A sigint handler at the right place should do the trick.

lungd avatar Jun 07 '17 12:06 lungd

That's the expected behaviour, that the set of Neuron sims that have been set running will continue to completion and then exit. Or were you suggestion that they quit at the same time as the python script that set them running?

pgleeson avatar Jul 05 '17 13:07 pgleeson

Sorry for the delay. I meant that the nrniv subprocesses can become zombies. At least with ubuntu and python27.

lungd avatar Jul 11 '17 13:07 lungd