I updated to the latest CRAN versions of 'rlecuyer', 'Rmpi', and 'snow':
    
,----[ sessionInfo() ]
| ...
| other attached packages:
| [1] rlecuyer_0.3-3 Rmpi_0.6-1     snow_0.3-10   
| ...
`----

But I still obtain:

,----
| Error in .lec.SetPackageSeed(seed) : 
|   Seed[1] >= -1065242851, Seed is not set.
`----

when executing

,----
| library(snow)
| RNGkind("L'Ecuyer-CMRG")
| cl <- makeCluster(parallel::detectCores(), type="MPI")
| .t <- snow::clusterSetupRNG(cl, seed=.Random.seed[2:7])
| stopCluster(cl)
`----

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to