Displaying 18 results from an estimated 18 matches for "networkspace".
Did you mean:
networkspaces
2010 Oct 29
1
NetWorkSpace from REvolution; Distributed Computing setup questions
***Summary:***
I'm setting up a cluster using netWorkSpace, and I'm having issues
with the sleigh initialization. My R function to initialize the sleigh
succeeds and the sleigh appears to be ready, but I get apparently
conflicting information from "status(s)", "rankCount(s)", and "s"; and
basic sleigh functions cause the s...
2008 Sep 04
1
Erlang-style message-passing in R: Rmpi, Snow, NetWorkSpaces, etc.
...ent to snow. Also uses MPI underneath.
- Rmpi: Probably. Should definitely work for my needs, only question
is if it's the best choice. Is it stable, complete, robust, etc.?
- rpvm: Maybe. Should be equivalent to Rmpi, but MPI is much more
popular on clusters than PVM these days.
- NetWorkSpaces: Maybe. This looks like a rather mature and
well-supported multi-language TupleSpace implementation, so it could
certainly be made to work.
Passing all my large R data objects back and forth solely as strings
seems very unappealing, but the docs hint that it includes direct
(or at lea...
2008 Feb 11
2
Viable Approach to Parallel R?
...a notice
that the server is migrating. Has this work been discontinued? Anyone
using this? I see RScaLAPACK is still available, from reading the above
it seems that was bundled with taskpR. Does it function without the
other components? (Guess I'll try it and find out :)
C. Sleigh & "NetworkSpaces"
I see that SCAI (Scientific Computing Associates) offers a parallel R
package based on something they call NetworkSpaces and "Sleigh"
(inspired by Snow). They sell services around the product but it is open
source. They have an enhanced version that they sell & support.
http:...
2006 Mar 21
1
build R on windows
...the DESCRIPTION file, this allows
the build process to generate a zip file. However, when I load the
library in R command console
by typing "library(nws)", the command just hung trying to load the library.
Here is the content of the description file,
Package: nws
Title: R functions for NetWorkSpaces and Sleigh
Version: 1.3.0
License: GPL Version 2 or later
Depends: R (>=2.1), methods
SaveImage: true
URL: http://nws-r.sourceforge.net
Is there any subtlety between building R packages in Linux and Windows?
I can build and load this package under Linux. But can't figure out
what's...
2009 Nov 04
1
Incremental file list is being sent, but no new files are being written
Hi all
I am trying to backup via ssh the complete contents of a hard drive, but I'm
running into some trouble.
The source is an ext3 drive on an Ubuntu 9.10, and contains various files
with sizes ranging from several KB to 5GB to a total of approximately 250GB.
The source is a modified LaCie NetworkSpace 500GB on which I've opened a new
root user and installed tools such as ssh and rsync, and I connected to my
home LAN.
At first I ran the command:
rsync -avhe ssh --delete /media/data/ user at networkspace:/home/user/backup
And watched the files transfer at an average rate of 1.10MB/s.
Being...
2008 Jun 28
2
Parallel R
Hello,
The problem I'm working now requires to operate on big matrices.
I've noticed that there are some packages that allows to run some
commands in parallel. I've tried snow and NetWorkSpaces, without much
success (they are far more slower that the normal functions)
My problem is very simple, it doesn't require any communication
between parallel tasks; only that it divides simetricaly the task
between the available cores. Also, I don't want to run the code in a
cluster, just m...
2009 Apr 21
1
Closed-source non-free ParallelR ?
...(e.g. mclust). REvolution Computing developed all of the code in ParallelR (except for the bundled GPL packages Stephen mentions), and we decided to release it under our own license in REvolution R Enterprise.
That said, we do already release components of parallelR, such as the underlying engine, Networkspaces (also written by REvolution Computing) under an open source licence. Also, we are likely to release some other components including foreach and iterators, to CRAN soon.
David Smith
Director of Community, REvolution Computing
mdowle > The examples you give (MCE, RColorBrewer, Bioconductor) are...
2008 Jul 17
4
REvolution computing
Hi, everybody. Sorry to bring up the subject again but I have visited the revolution computing web page, but its not clear when or what will be the new release be. Does anybody have information about that?. Does anybody know if the version that will be released will be validated?. I have been reading the previous mails about validation and I work in a Pharma company and validation is a big
2010 May 09
0
"Bayesian change point" package bcp 2.2.0 available
Version 2.2.0 of package bcp is now available. It replaces the suggests of
NetWorkSpaces (previously used for optional parallel MCMC) with the
dependency on package foreach, giving greater flexibility and supporting a
wider range of parallel backends (see doSNOW, doMC, etc...).
For those unfamiliar with foreach (thanks to Steve Weston for this
contribution), it's a beautiful and...
2010 May 10
0
Bayesian change point" package bcp 2.2.0 available
Version 2.2.0 of package bcp is now available.? It replaces the
suggests of NetWorkSpaces (previously used for optional parallel MCMC)
with the dependency on package foreach, giving greater flexibility and
supporting a wider range of parallel backends (see doSNOW, doMC,
etc...).
For those unfamiliar with foreach (thanks to Steve Weston for this
contribution), it's a beautiful and...
2009 Jan 24
0
R and Hadoop Integrated Processing Environment - RHIPE
Hello,
We have created an interface between R and Hadoop so that the user
can, after a fashion, interact with very large datasets
using the Map Reduce programming model. We also use IBM's TSpaces to
implement a shared memory implementation that can be
accessed via R(somewhat like networkspaces). RHIPE uses Rserve to
execute R code.
Some of the functions implemented are:
mrlapply - run lapply across a Hadoop cluster
mrsubsetf - subset a file according to an R function
mtapplyf - run a tapply on a file -
mrmapreduce - run a map reduce algorithm on a file or group of files.
The user...
2010 May 09
0
"Bayesian change point" package bcp 2.2.0 available
Version 2.2.0 of package bcp is now available. It replaces the suggests of
NetWorkSpaces (previously used for optional parallel MCMC) with the
dependency on package foreach, giving greater flexibility and supporting a
wider range of parallel backends (see doSNOW, doMC, etc...).
For those unfamiliar with foreach (thanks to Steve Weston for this
contribution), it's a beautiful and...
2010 May 10
0
Bayesian change point" package bcp 2.2.0 available
Version 2.2.0 of package bcp is now available.? It replaces the
suggests of NetWorkSpaces (previously used for optional parallel MCMC)
with the dependency on package foreach, giving greater flexibility and
supporting a wider range of parallel backends (see doSNOW, doMC,
etc...).
For those unfamiliar with foreach (thanks to Steve Weston for this
contribution), it's a beautiful and...
2008 Feb 16
2
R on a computer cluster
Dear all,
I usually run R on my laptop with Windows XP Professional.
Now I really want to run R on a computer cluster (4 processors) with
Suse Linux Enterprise ver. 10. But I am new with computer cluster.
Should I modify my functions in order to use the greater
performance
and availability than that provided by my laptop?
Is there any R
manual on parallel computations on
2009 Aug 30
1
Combining: R + Condor in 2009 ? (+foreach maybe?)
Hello dear R-help group (and David Smith from REvolution),
I would like to perform parallel computing using R with Condor (hopefully
using foreach or other recommended solutions, if available) for some
"Embarrassingly parallel" problem.
I will start by listing what I found so far, and then go on asking for help.
So far I found the a manual by Xianhong Xie from Rnews_2005-2 (see page
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
2009 Apr 24
1
About ParallelR and licensing of packages
Howdy all...
Reading with interest the thread(s) about REvolution, package
licensing and the requirements of the GPL.
First of all, let me introduce myself?. ?I joined REvolution Computing
in February, after working for nearly 4 years for Intel as an open
source strategist and before that for 6 years at Sun, where I
established the first corporate open source programs office. ?I'm a
Member of
2010 Oct 31
1
R-help Digest, Vol 92, Issue 31
...ges do not open (Dimitri Liakhovitski)
57. Re: help pages do not open (Joshua Wiley)
58. R version 2-12.0 - running as 32 or as 64 bit?
(Dimitri Liakhovitski)
59. Re: R version 2-12.0 - running as 32 or as 64 bit?
(Berwin A Turlach)
60. Re: One-class SVM (Steve Lianoglou)
61. NetWorkSpace from REvolution; Distributed Computing setup
questions (Timothy Murphy)
62. Re: R version 2-12.0 - running as 32 or as 64 bit?
(Duncan Murdoch)
63. Re: Memory use in R (Duncan Murdoch)
64. Re: SARIMA simulation using time series history (Knut Erik Vedahl)
65. how to debug (mt...