[R] Snowfall - Error in checkForRemoteErrors(val) with sfClusterApplyLB()

2016-04-28 Thread Marine Regis
Hello, I'm trying to run a code that uses the snowfall package. Here is the structure of my code. sfInit(parallel=T, cpus = 5, slaveOutfile="ErrorMessage.txt") sfExportAll() sfLibrary(rgdal) sfLibrary(raster) sfLibrary(sp) sfLibrary(rgeos) sfLibrary(snowfall) system.time( sfClusterA

Re: [R] snowfall

2011-01-12 Thread Uwe Ligges
You forgot to load the required packages on the client nodes by sfLibrary(fCalendar) sfLibrary(fractalrock) and you really should not tryCatch without evaluating the errors for yourself. Best wishes, Uwe Ligges On 12.01.2011 09:47, Santosh Srinivas wrote: Hello, Just wondering why I am u

[R] snowfall

2011-01-12 Thread Santosh Srinivas
Hello, Just wondering why I am unable to run this in parallel. A dput of my dataset is attached at the end. Please use to create my data object. I want to run this function in parallel (not sure if this is an efficient implementation): #Function to calculate the time to maturity for the option r

[R] Snowfall: "cannont open connection " problem (repost in plain text)

2010-06-24 Thread Edmond.Ng
<< Apologies for posting my question in HTML earlier. Reposted in plain text now.>> Dear R-listers, I have been using Snowfall (version 1.84) for parallel computing on a quad-PC running Windows 7 for a month or so without much problem. I started having problems runnnig R with Snowfall over o

[R] Snowfall: "cannont open connection " problem

2010-06-24 Thread Edmond.Ng
Dear R-listers, I have been using Snowfall (version 1.84) for parallel computing on a quad-PC running Windows 7 for a month or so without much problem. I started having problems runnnig R with Snowfall over our network when a new Novell client was installed for Windows 7. I experinenced netwo

[R] snowfall on Win7

2009-12-15 Thread Ola Olsson
Dear list, Does the snowfall package work under Windows 7? Recently I upgraded from Windows Vista to Windows 7, and at the same time upgraded R from 2.8.1 to 2.10. On my machine (Intel i7 based) snowfall worked perfectly on my previous installation, but after the upgrade the same scripts do n

[R] snowfall: sfExport apparently harmless error

2009-09-22 Thread Mario Valle
I'm running my script using mpirun -mp 4 and using snowfall+Rmpi on Linux 64bits. I receive the following error, but apparently without consequences on the results. Any idea? I'm able to reproduce it with a minimal script (below). Seems the critical issue is the for loop. Without it no error.

[R] snowfall: missing MPI node

2009-09-22 Thread Mario Valle
Hello, I don't know if the question pertains to Rmpi, snow or snowfall. I run my job by: mpirun -np N -hostfile $PBS_NODEFILE RMPISNOW -f my-script.r --slave In the snowfall sfInit call I have to specify one less CPU respect to the mpirun call sfInit(parallel=TRUE, cpus=N-1, type="MPI"

Re: [R] snowfall sfInit error

2008-12-24 Thread Jochen Knaus
Dear Mr. Ripley, snowfall 1.7 is finished, and is now working on Windows as intended - sorry for my oversight of that error. The given example now runs (as a sidenote: snow does not have to loaded explicitely, snowfall will do that). Also the NWS startup is fixed now (thanks to M. Schmidtberg

Re: [R] snowfall sfInit error

2008-12-12 Thread chibco
Thanks On Thu, Dec 11, 2008 at 10:19 AM, Jochen Knaus wrote: > Dear Mr. Ripley, > > indeed that it true. sfInit() currently have a bug on Windows depending on > the usage of the Linux tools and the broken Exceptionhandling. Too bad I > never tested it accordingly on Windows (as we do not have any

Re: [R] snowfall sfInit error

2008-12-11 Thread Jochen Knaus
Dear Mr. Ripley, indeed that it true. sfInit() currently have a bug on Windows depending on the usage of the Linux tools and the broken Exceptionhandling. Too bad I never tested it accordingly on Windows (as we do not have any Windows machines in our institute). snowfall 1.62 is in the pipe

Re: [R] snowfall sfInit error

2008-12-06 Thread Prof Brian Ripley
On Sat, 6 Dec 2008, [EMAIL PROTECTED] wrote: Dear all, I am trying to execute the simple example in snowfall http://cran.r-project.org/web/packages/snowfall/vignettes/snowfall.pdf ... require(snow) require(snowfall) sfInit( parallel=TRUE, cpus=2 ) sfLapply( 1:10, exp ) sfStop() I have install

[R] snowfall sfInit error

2008-12-06 Thread chibco
Dear all, I am trying to execute the simple example in snowfall http://cran.r-project.org/web/packages/snowfall/vignettes/snowfall.pdf ... require(snow) require(snowfall) sfInit( parallel=TRUE, cpus=2 ) sfLapply( 1:10, exp ) sfStop() I have installed the snow and snowfall packages in R on a mach

[R] snowfall and lam4-dev

2008-09-29 Thread Erin Hodgess
Dear R People: I was looking at the vignette for the snowfall package and it references lam4-dev. There is a command for Debian Linux, but not other flavors of Linus. Does anyone know the right command for SUSE10.1, please/ thanks, Erin -- Erin Hodgess Associate Professor Department of Compu