You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cmtk-...@googlegroups.com
Hello,
We have noticed that connectomemapper uses two cores while processing. I have found that this is due to busy waiting in the logme.runCmd function. Attached is a simple two line patch for logme.py that will fix this issue. It just sleeps for one second during each iteration of the busy waiting loop.