Loading the snowfall Package
Posted on

Forums
Hi All,
I am not sure that I should post this question here or on a more general R discussion board, but here goes.
I am trying to use the snowfall package with OpenMx to use the independent = TRUE function in the mxModel command.
I am able to load the snowfall package, but when I try sfInit(parallel=T, cpus=2) the computer is fed into an infinite loop.
The first time that this happened, Windows asked for special permission to go through the Firewall (which I allowed).
Has anyone else had this problem and, if so, how did you solve it.
I am not sure that I should post this question here or on a more general R discussion board, but here goes.
I am trying to use the snowfall package with OpenMx to use the independent = TRUE function in the mxModel command.
I am able to load the snowfall package, but when I try sfInit(parallel=T, cpus=2) the computer is fed into an infinite loop.
The first time that this happened, Windows asked for special permission to go through the Firewall (which I allowed).
Has anyone else had this problem and, if so, how did you solve it.
Thanks,
Are you certain there is an
Log in or register to post comments
In reply to Are you certain there is an by mspiegel
I am not certain that it is
I tried to run R as the administrator, and it didn't change anything.
I have found several posts on various blogs where the windows firewall settings won't let the snowfall package access multiple cores. So I turned off the firewall and still nothing.
This is all that I see:
> require (snowfall)
Loading required package: snowfall
Loading required package: snow
Attaching package: 'snow'
The following object(s) are masked from 'package:base':
enquote
> sfInit(parallel=T, cpus=2)
(And then is just stays there not doing anything until I stop it)
Log in or register to post comments
In reply to I am not certain that it is by bverhulst
As a followup, snowfall is
Log in or register to post comments
Are you using windows 7?
Log in or register to post comments