Open ChaDuss opened 5 years ago
Try using numCores=4 instead of 16. Seems like an issue with the multi threading.
Thanks but it did not work with numCores = 4 or numCores =1 : Warning messages: 1: In selectChildren(pids[!fin], -1) : cannot wait for child 6006 as it does not exist 2: In parallel::mccollect(...) : 1 parallel job did not deliver a result 3: In selectChildren(pids[!fin], -1) : cannot wait for child 6017 as it does not exist 4: In parallel::mccollect(...) : 1 parallel job did not deliver a result
I tried looking for this error online (https://github.com/HenrikBengtsson/future/issues/218) and it seems its a problem with R 3.5.0. Maybe update R to 3.6.0?
Anyway, according to this thread, these warnings are harmless.
I am in trouble with the function CreateSinglerObject. I got those "Warning messages" several times with different counts and I don't understand why.
I work with R3.6 and Ubuntu.
Do you know what can I do to fix it ?
Than you very much.
Bests,