Displaying 20 results from an estimated 1000 matches similar to: "prblems changing directory in mpi snow clusters"
2010 Aug 25
2
Problem with clusterCall, "Error in checkForRemoteErrors(lapply(cl, recvResult)) : "
Hi all,
I am trying to use snow package to do a parallel MCMC. I have read a few
guides and articles, the following is that I came up with.
When I run it I got the error message:
Error in checkForRemoteErrors(lapply(cl, recvResult)) :
4 nodes produced errors; first error: could not find function "ui.Next"
The data is a longitudinal data with few repeated readings on a number of
2008 Oct 03
0
snow/rmpi using deinompi question
Dear R Users,
I have set-up:
- R 2.7.2
- rmpi using deinoMPI, and
- snpw
on two Windows XP machines. I would like to use the
makeCluster(...,"MPI") command to create a cluster. Assume the machines
are A and B. I would like the master to be on A and the nodes to be on B.
How do I achieve this outcome ?
I can see both machines using the DeinoMPI GUI.
Thanks in advance,
Tolga
2011 Feb 03
1
problem with parLapply from snow
Hi,
The following function use to work, but now it doesn't giving the error
"> CallSnow(, 100)
Using snow package, asking for 2 nodes
2 slaves are spawned successfully. 0 failed.
Error in checkForRemoteErrors(val) :
2 nodes produced errors; first error: no applicable method for 'lapply' applied to an object of class "list"
".
Where this is the
2008 Sep 08
1
cluster/snow question
Dear R Users,
I am attempting to use the snow package for clustering. Is there a way to
identfy, in the environment of each node, a rank for that node and also,
the total size of the cluster ?
By way of analogy, I am looking for the functions in snow equivalent to
mpi.comm.rank() and mpi.comm.size() from RMPI, in case that makes things
clearer.
Thanks in advance,
Tolga
Generally, this
2011 Feb 24
1
parallel bootstrap linear model on multicore mac (re-post)
Hello all,
I am re-posting my previous question with a simpler, more transparent,
commented code.
I have been ramming my head against this problem, and I wondered if
anyone could lend a hand. I want to make parallel a bootstrap of a
linear mixed model on my 8-core mac. Below is the process that I want to
make parallel (namely, the boot.out<-boot(dat.res,boot.fun, R = nboot)
command).
2005 Dec 01
1
Snow & rvpm
At office, using the internal LAN at my disposal, I'm having a go at parallel
computing - to begin with - with pvm, rpvm & snow.
The two boxes are as follows
Remote machine uffbsd:
CPU: Intel(R) Pentium(R) 4 CPU 2.00GHz (1994.13-MHz 686-class CPU)
Origin = "GenuineIntel" Id = 0xf24 Stepping = 4
real memory = 260046848 (248 MB)
This machine NbBSD:
CPU: Mobile Intel(R)
2012 Aug 08
1
random number generator with SNOW/ Parallel/ foreach
Dear All,
I have three classes of questions about generating random numbers with
different packages (windows xp 32bit R).
.
1. Suppose I would like to use package *foreach*, can I use current
Sys.time as a seed?
Although I can get the time up to1e-6 second precesion, the code below dose
not work well on a local machine with two cores. #################
library(foreach)
library(snow)
2008 Jul 16
3
Snow or alternative MPI packages on Windows
Guys,
I'm running R on both Windows & Linux. I'm looking at a number of packages
for parallel execution. It seems that the most used packages are "snow" and
"Rmpi".
snow seems more user friendly, but it doesn't run on windows. I see from
searching the mailing list that I'm not the first one to try it on Windows.
There was a message that kind of shed some
2006 Mar 13
1
Parallel computing with the snow package: external file I/O possible?
Hello,
I am trying to do model autocalibration using the snow and rgenoud
packages. The function I want to run in task-parallel fashion across
multiple machines is one that pre- and post-processes data and runs an
external model code. My problem is that external file I/O is happening
only in the master node and not in the slaves. I have followed Jasjeet
Sekhon's suggestion to test the
2008 Jul 18
2
Landscape mode for pdf
Dear R Users,
I would like to get the pdf() command to create graphics in landscape
mode, as I am plotting 8 graphs in 2 rows and 4 columns. This is being
generated for an a4 printer (so I also use the paper="a4" command). Is
there a way I can ask pdf() to generate the document in landscape mode ?
Thanks,
Tolga
Generally, this communication is for informational purposes only
and it
2006 Apr 20
1
Parallel computing with the snow package: external file I/O possible?
Hello,
After getting help to solve part of my problem and some delay on my
part, I am posting a more refined version to see if someone can help me
further. I am trying to autocalibrate a model in my subject area using
the snow and rgenoud packages. I want to use the key function "fn" that
is called by genoud() to finalize input, run the model executable, and
compute the objective
2008 Jun 06
3
col.names ?
Dear R Users,
A bit of an elementary question, but somehow, I haven't been able to
figure it out. I'd like to changes the column names of a data frame, so I
am looking for something like col.names (as in row.names). Could someone
please show me how to change the column names of a data frame ?
Thanks,
Tolga
Generally, this communication is for informational purposes only
and it is
2008 Jul 07
2
Sorting a list
Dear R Users,
A bit of a simple question, but I could not find the answer thru google
("sorting lists r cran","how can i sort a list r cran") or RSiteSearch...
how can I sort a list ?
One imagines something like sort.list would do the job, but that's not the
one.
> foo<-list(a=10,b=2,c=3)
> sort.list(foo)
Error in sort.list(foo) : 'x' must be atomic
2008 Jul 08
6
Automatic placement of Legends
Dear R-Users,
I am looking for a way to get legends placed automagically in an empty
spot on a graph. Additional complication comes through my useage of
multiple graphs on the same plot through mfrow.
Is there a way to achieve this in R ? I have legends for each of the
sub-plots.
Many thanks in advance,
Tolga
Generally, this communication is for informational purposes only
and it is not
2008 Jun 19
4
How can I execute a .R/script file
Dear R-Users,
I've written a number of functions in a .R/script file. I would like to
call those functions from another script file. How can I execute all the
code in a script file so that the functions are available for use in my
other script file ?
I have tried help.search("script") and various Google alternatives but
couldn't come up with anything.
Thanks in advance,
2008 Aug 04
2
Long Range Dependence: Hurst exponent estimation
Dear R Users,
Can anyone point me to a package for R vrsion 2.7.1 which implements some
Hurst exponent estimation methods ?
Thanks in advance,
Tolga
Generally, this communication is for informational purposes only
and it is not intended as an offer or solicitation for the purchase
or sale of any financial instrument or as an official confirmation
of any transaction. In the event you are
2008 Dec 08
1
statistics on "runs" of numbers
Dear R Users,
Is there a package or some functionality in R which returns statistics on
"runs" of numbers, i.e. series of numbers with similar qualities in a time
series ? For example, the number of +ves,-ves, histograms on cumulations
in runs, etc. ?
Thanks in advance,
Tolga
Generally, this communication is for informational purposes only
and it is not intended as an offer or
2008 Dec 17
3
replacing elements of a zoo object
Dear R Users,
I am trying to do something quite simple: replace the elements of a zoo
object. For some reason, the following code does not seem to work. How can
I replace the value for the 14th of Dec of 2008 in the zoo object x below
with 1 (it is currently NA).
> x
2008-12-11 2008-12-12 2008-12-13 2008-12-14 2008-12-15 2008-12-16
361.667 389.875 NA NA 397.822
2008 Jun 28
1
Converting the results of granger.test into a matrix
Dear R Users,
The granger.test command in the MSBVAR package estimates all possible
bivariate Granger causality tests for m variables. If one passes a data
frame with 3 rows, it returns 6 granger tests in two rows, one for the
F-statistic and another for the p-value.
For example:
> a<-rnorm(1:10)
> b<-c(lag(a),rnorm(1))
> c<-c(lag(b),rnorm(1))
>
2008 Jul 14
1
options() question for displaying numbers in the GUI
Dear R Users,
I would like the R GUI to display numbers with comma separators, i.e.
1,000,000.00
instead of
1000000
Is there a flag in option() for this behaviour. A google/RSiteSearch has
not revealed anything but perhaps I have missed it.
Thanks in advance,
Tolga
Generally, this communication is for informational purposes only
and it is not intended as an offer or solicitation for the