##// END OF EJS Templates
Reworking how controller and engines startup in ipcluster....
Reworking how controller and engines startup in ipcluster. I have covered more edge cases robustly: * The engines will be shutdown if the controller dies. * If the cluster is shutdown, but the controller or engines are already dead, the exit is graceful. * The old .out and .err files created by the Windows HPC job scheduler are now removed before ipcluster starts.
bgranger -
r2335:6ad607f9
Show More
Name Size Modified Last Commit Author
/ IPython / kernel
core
scripts
tests
__init__.py Loading ...
asyncclient.py Loading ...
client.py Loading ...
clientconnector.py Loading ...
clientinterfaces.py Loading ...
clusterdir.py Loading ...
codeutil.py Loading ...
configobjfactory.py Loading ...
contexts.py Loading ...
controllerservice.py Loading ...
engineconnector.py Loading ...
enginefc.py Loading ...
engineservice.py Loading ...
error.py Loading ...
fcutil.py Loading ...
ipclusterapp.py Loading ...
ipcontrollerapp.py Loading ...
ipengineapp.py Loading ...
launcher.py Loading ...
map.py Loading ...
mapper.py Loading ...
multiengine.py Loading ...
multiengineclient.py Loading ...
multienginefc.py Loading ...
newserialized.py Loading ...
parallelfunction.py Loading ...
pbconfig.py Loading ...
pbutil.py Loading ...
pendingdeferred.py Loading ...
pickleutil.py Loading ...
task.py Loading ...
taskclient.py Loading ...
taskfc.py Loading ...
twistedutil.py Loading ...
util.py Loading ...
winhpcjob.py Loading ...