domc Questions

4

Solved

The documentation for doMC seems very sparse, listing only doMC-package and registerDoMC(). The problem I'm encountering is I'll spawn several workers via doMC/foreach, but then when the job is don...
Officeholder asked 13/2, 2014 at 15:43

3

Solved

For some packages like doMC & doSMP, i get the warning & inability to library(doMC). As shown below, i have no problem with subselect thus no file/directory permission issue. Also tried rep...
Barcarole asked 9/5, 2013 at 2:58

3

While using "multicore" parallelism using foreach and the doMC backend (I use doMC as at the time I looked into it other package did not allow logging from the I would like to get a progress bar, u...
Dishwasher asked 6/7, 2018 at 15:9

3

Solved

How to avoid "could not find function "%dopar%"" in a function of a package when only imports (not depends) foreach in DESCRIPTION of a package? is there a way like foreach::%dopar% as I use foreac...
Kitti asked 13/5, 2015 at 13:39

5

Solved

I'm getting the titular error: mcfork(): Unable to fork: Cannot allocate memory after trying to run a function with mcapply, but top says I'm at 51% This is on an EC2 instance, but I do have up...
Nondisjunction asked 27/3, 2013 at 20:35

1

Solved

I am on Win7 OS with R 3.3.1 in Rstudio. Intention is to use glmnet with parallel processing. From the ?glmnet help: parallel: If TRUE, use parallel foreach to fit each fold. Must register para...
Rozanna asked 4/11, 2016 at 15:15

1

Solved

What's the difference between doParallel and doMC in R concerning foreach function? doParallel supports windows, unix-like, while doMC supports unix-like only. In other words, why doParallel cannot...
Oaf asked 11/3, 2015 at 14:52

1

Solved

I have a case where foreach using doMC as a backend produces different behaviors on different machines. On a linux server running Ubuntu 12.04.4 LTS the following code (adapted from the foreach v...
Pogy asked 10/6, 2014 at 16:1

1

Solved

I have an R code that involves several foreach workers to perform some tasks in parallel. I am using foreach and doMC for this purpose. I want to let each of the foreach workers recruits some new w...
Hirza asked 20/6, 2013 at 20:14

2

I've got a complicated, long function that I'm using to do simulations. It can generate errors, mostly having to do with random vectors ending up with equal values with zero-variance, getting fed e...
Aide asked 25/2, 2013 at 19:43

1

Solved

I've got a few test pieces of code that I've been running on various machines, always with the same results. I thought the philosophy behind the various do... packages was that they could be used i...
Hobbism asked 7/4, 2011 at 23:51
1

© 2022 - 2024 — McMap. All rights reserved.