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
It works (used it myself, and also Simen has used it I think).
Possibly the only point to check is that Windows uses a different protocol to open parallel cores. Possibly one has to add the argument type="FORK" when creating the clusters in Windows. But it looks like the newer versions of doParallel choose the right type automatically. Otherwise one can add a simple if-condition like
Great! Then we can choose to either state in the description that inferno requires at least version x.x of doParallel, or we add the code to support that case.
Test and in the case that it does not work, fix parallel processing when running in Windows.
The text was updated successfully, but these errors were encountered: