Displaying 1 result from an estimated 1 matches for "pvmnode".
Did you mean:
pv_node
2005 Dec 15
0
Problems with snow and rpvm
..............................
Now, starting R ** always
from box uffbsd **
I get the following
........................
>
library(snow)
> cl <- makeCluster(2)
Loading required package: rpvm
>
cl
[[1]]
$tid
[1] 262171
$RECVTAG
[1] 33
$SENDTAG
[1] 22
attr(,"class")
[1] "PVMnode"
[[2]]
$tid
[1] 524312
$RECVTAG
[1] 33
$SENDTAG
[1] 22
attr(,"class")
[1] "PVMnode"
attr(,"class")
[1] "PVMcluster"
......................
But trying any of the commands suggested in the
cited website such as:
> clusterCall(cl, function() Sys.info...