You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my configuration, I have parallelMap.default.autostart = TRUE. This does not work properly in conjunction with parallelExport() -- I'm getting messages about the specified objects being exported and imported again, but subsequent code fails saying that those objects are undefined.
If I add an explicit parallelStart() before doing the exports, everything works fine.
The text was updated successfully, but these errors were encountered:
I have decided to remove the autostart option.
It was not really possible to have stable and bug free package with this, when I offer nice things as parallelLibrary, parallelExport and so on.
(there are simply too many places where you must potentially "autostart")
I have decided that the user does not lose so much when I remove this option, and he has to write 1 line more, but gains a lot in stability and usability.
In my configuration, I have
parallelMap.default.autostart = TRUE
. This does not work properly in conjunction withparallelExport()
-- I'm getting messages about the specified objects being exported and imported again, but subsequent code fails saying that those objects are undefined.If I add an explicit
parallelStart()
before doing the exports, everything works fine.The text was updated successfully, but these errors were encountered: