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
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
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
<< 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
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
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
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.
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"
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
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
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
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
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
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
14 matches
Mail list logo