Unable to delete previous doSMP queues
I'm trying to use doSMP, and when I try w <- startWorkers(4) , I get the error 1: In startWorkers(workerCount = 4) : there is an existing doSMP session using doSMP1 (actually doSMP1,...doSMP8). Now, when I try to remove this using rmSessions('doSMP1') I get the error message attempting to delete qnames: doSMP1 unable to delete queues: doSMP1 Any suggestions on how to get this to work. On my 8-core machine, doSNOW stopped working from version 2.11, and I would like to be able to parallel process locally without sending things out to a linux server. I'm running R 2.12.1 (32-bit) on WinXP 64-bit