Questions tagged [dompi]
17 questions
0
votes
2 answers
Can not change boolean variable value inside foreach function with doMPI
I've built the following mwe that shows a series of nested functions, that are called inside a foreach statement, with MPI as a backend. All of this is packaged inside an R package. The problem is that when I load the package, and then call fun3,…

Jim Maas
- 1,481
- 2
- 16
- 36
-1
votes
1 answer
Utilize serveral multicore linux servers for computation in R
I have four 32 cores linux servers (CentOS 7) that I would like to utilize for a parallelized computation in R
So far I have been only using doMC packages and registerDoMC(cores=32) to utilize the multicore capabilities of a single server. I would…

lui.lui
- 81
- 1
- 7