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
I could see how this could be useful. In particular, we could develop a better system for reserving computing resources and document it. Also, I was wondering if you ever figured out what the problem was running parallel code on the machine that is in the closet-like room. Did you learn something worth including?
Also, that tutorial and many tutorials are a little more complicated than necessary. I just parallelized a script simply by changing lapply to parallel::mclapply and Map to parallel::mcMap, along with supplying a mc.cores argument for each of those parallel functions.
Did you check Stack Overflow or other resources for solutions to this problem?
Describe the topic and goal of the tutorial
List the learning objectives of the tutorial.
Describe how this tutorial is Drake Lab specific.
Reasoning for why this tutorial should be included in the Wiki.
Describe features you would like to see in the tutorial
What packages should it use? Would screenshots be helpful? A video of the technique?
Additional context
Add any other context about the feature request here.
Could easily link to other tutorials, and then have Drake lab HMM specific information (max no cores, calendar, etc.).
The text was updated successfully, but these errors were encountered: