Hi everyone,
we are running R on a Linux Cluster with several R versions installed in
parallel.
If I run:
library(parallel)
cl <- makePSOCKcluster(
rep('nodeX', 24),
homogeneous = FALSE,
rscript = '/usr/local/apps/R/R-3.2.2/bin/Rscript'
)
then still R-3.0.0 gets launched on nodeX. Version 3.0.0 is the default
R version, which is started when I just type R in the terminal without
any further configuration.
Cheers,
Guido
______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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.