Enter "quit" or "exit" to terminate dispynode,
"stop" to stop service, "start" to restart service,
"release" to check and close computation,
"cpus" to change CPUs used, anything else to get status: ?
Serving 4 CPUs
Completed:
0 Computations, 0 jobs, 0.000 sec CPU time
Running:
Enter "quit" or "exit" to terminate dispynode,
"stop" to stop service, "start" to restart service,
"release" to check and close computation,
"cpus" to change CPUs used, anything else to get status: quit
Enter "quit" or "exit" to terminate dispynode,
"stop" to stop service, "start" to restart service,
"release" to check and close computation,
"cpus" to change CPUs used, anything else to get status: exit
When quit/exit is the first command, dispynode does exit immediately, but claims "KeyboardInterrupt" -- which there was not...
Enter "quit" or "exit" to terminate dispynode,
"stop" to stop service, "start" to restart service,
"release" to check and close computation,
"cpus" to change CPUs used, anything else to get status: quit
Traceback (most recent call last):
File "/opt/bin/dispynode.py", line 2006, in
time.sleep(0.1)
File "/opt/bin/dispynode.py", line 1981, in sighandler
raise KeyboardInterrupt
KeyboardInterrupt
After starting
dispynode.py
and obtaining status, I entered "quit" which did not do anything. Entering it again finally exited:When quit/exit is the first command, dispynode does exit immediately, but claims "KeyboardInterrupt" -- which there was not...