search for: xpvm

Displaying 3 results from an estimated 3 matches for "xpvm".

Did you mean: xpm
2002 Aug 19
4
question about Rpvm, SNOW, etc.
Dear R-devel, Inspired by Michael Li's talk at JSM, I decided to try rpvm and snow on our two linux boxes. It only took me a couple of hours of screwing around to get it working (sooner if I had RTFM). Our setup is: 2 dual PIII-866 Xeons, one with 2GB RDRAM, the other with 1.28GB RDRAM. The first machine is acting as the NIS/NFS server. both /usr and /home are exported to the second
2006 Jul 10
0
SAMBA 3.0.22 unusual nmbd spawning
...ITCAMPUS(1) current master browser = BAIKONUR nmbd[15468]: BAIKONUR 400c9b2b (Samba Server 3.0.22) nmbd[15468]: PROMETHEUS 40011003 () nmbd[15468]: TRANSPLUTO 40011003 (J?rg) nmbd[15468]: LEDA 40011203 (R16) nmbd[15468]: XPGSX 40011003 () nmbd[15468]: KALLISTO 40011403 () nmbd[15468]: XPVM 40011003 () nmbd[15468]: dump_workgroups() nmbd[15468]: dump workgroup on subnet UNICAST_SUBNET: netmask=172.16.x.xx: nmbd[15468]: TEMP(5) current master browser = MESSE-PC-1 nmbd[15468]: MSHOME(4) current master browser = PIONEER nmbd[15468]: ARBEITSGRUPPE(3) current master browser = BISONDEMO...
2024 Mar 08
1
Function environments serialize to a lot of data until they don't
Hello R-help, I've noticed that my 'parallel' jobs take too much memory to store and transfer to the cluster workers. I've managed to trace it to the following: # `payload` is being written to the cluster worker. # The function FUN had been created as a closure inside my package: payload$data$args$FUN # function (l, ...) # withCallingHandlers(fun(l$x, ...), error =