Is there a way to create a socket cluster of 64-bit instances?
I am working on an application the uses Snowfall to create a socket cluster. The master instance seems to be 64-bit but the slave instances are 32-bit. How do I get Snow/Snowfall to use 64-bit slave instances inste开发者_如何学Pythonad?
> sessionInfo()
R version 2.12.1 (2010-12-16)
Platform: x86_64-pc-mingw32/x64 (64-bit)
locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
If you select the slave instances by providing hostnames or IP addresses then it is up to you provide 64-bit instances rather than 32-bit instances.
精彩评论