search for: taskpr

Displaying 11 results from an estimated 11 matches for "taskpr".

2007 Apr 12
1
taskPR
Hello I tried to load the taskPR-package in R, but it doesn't work at all. Everytime I try /library("taskPR")/, I get the error-message: Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library '/home/bw135690/R-2.4.1/library/taskPR/libs/taskPR.so': /home/bw135690/R-...
2007 Dec 05
1
Help installing taskPR
Hello, I'd like to take a look at how the taskPR package performs on our computational cluster, and this morning I've spend some time trying to do a test install of this package on one of our linux machines. Unfortunately I've been unsuccessful in completing the install, and I wondered if someone could please advise me. As I've noted...
2008 Feb 11
2
Viable Approach to Parallel R?
...eem to be: A. Snow (with Rmpi or Rpvm) (as described in http://www.r-project.org/useR-2006/Slides/Harrington+Salibian-Barrera.pd f from the 2006 R User Conference) It is my understanding that this approach is viable, and works with OpenMPI 1.2.4. Is anyone using this method with good results? B. taskpR, RScaLAPACK, pMatrix I read a paper http://sdm.lbl.gov/sdmcenter/projects/SDM.center.parallel.r.2-pager.4.do c coming out of the ORNL, describing what they call "parallel R", which included taskpr, RScaLAPACK, pMatrix. I notice that taskpR is no longer available in "contrib", n...
2008 Sep 04
1
Erlang-style message-passing in R: Rmpi, Snow, NetWorkSpaces, etc.
...it. - biopara: Not suitable, simple one-way master/slave communication only, just like papply. - snow: Not directly suitable, the supported communication is intended to be very simple. But since it runs on top of Rmpi, perhaps its utility code would be useful in conjunction with Rmpi? - taskPR: Sounds equivalent 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 PV...
2009 Feb 07
3
New package test results available
...s (e.g. rgdal and EBImage) as the libraries and JVM were compiled under gcc's conventions (even though a Sun JVMi is used). About half the packages using rJava segfault, which seems to a JNI issue. Some packages use gcc-specific compiler flags: LogConcDEAD Matching amap geometry memisc taskPR but the vast majority of the errors reported are C++ errors. One class that may not be immediately obvious is the use of C headers in C++: you are supposed to write e.g. #includd <cmath> NOT #include <math.h> Symptoms of this can be seen for packages BayesTree EMCC MCMCfglmm...
2007 Mar 06
2
How to utilise dual cores and multi-processors on WinXP
...g all the results back to gether at the end for analysis. If I can distribute the runs over all the processors available in my machine, I'm going to roughly halve the run speed. The question is, how to do this? I've looked at many of the packages in this area: rmpi, snow, snowFT, rpvm, and taskPR - these all seem to have the functionality that I want, but don't exist for windows. The best solution is to switch to Linux, but unfortunately that's not an option. Another option is to divide the task in half from the beginning, spawn two "slave" instances of R (e.g. via Rcmd)...
2005 Sep 01
1
controlling where *.Rout gets printed. Possible?
...","mimR","ncdf","pathmix","rcdd","rgdal","rpvm", "Rmpi","RQuantLib","RMySQL", "RNetCDF","RODBC","ROracle","RScaLAPACK","rsprng","RWinEdt","taskPR") shouldFail <- theNew %in% failPackages install.packages( theNew[!shouldFail],dependencies=T) # VGAM is not in CRAN yet, but Zelig wants it. # install.packages("VGAM", CRAN="http://www.stat.auckland.ac.nz/~yee"); update.packages(CRAN="http://www.stat.auckland...
2006 Apr 05
2
Problems in package management after Linux system upgrade
...evice","gap","gnomeGUI","mimR","pathmix","rcdd","rgdal","rpvm","Rmpi","RQuantLib","RMySQL", "RNetCDF","RODBC","ROracle","rsprng","RWinEdt","taskPR") #rejected because I subjectively think we don't need them failPackages2 <- c("aaMI","AlgDesign","bim","caMassClass","CGIwithR","CDNmoney","clac","clim.pact","compositions","cyclones",&...
2005 Mar 11
3
delay() has been deprecated for 2.1.0
...and this is usually what you want. Package writers who use delay() will now get a warning that it has been deprecated. They should recode their package to use delayedAssign instead. Examples from CRAN of this (I am not sure if this list is exhaustive): exactRankTests, genetics, g.data, maxstat, taskPR, coin I have cc'd the maintainers of those packages. If you want a single code base for your package that works in both the upcoming R 2.1.0 and older versions, this presents a problem: older versions don't have delayedAssign. Here is a workalike function that could be used in older vers...
2004 Oct 28
2
Running R on a grid engine
Dear Group, I am using DEAL package for modeling signal transduction nets. This process is deal slow on a SunFire server with 8 gigs ram. we have a grid that can process much faster that one individual server. However, to start the process in Grid, I have to give a command or submit a batch process. Is there any way, I can run R in bach process. I tried the following: R CMD |
2005 Nov 07
3
R thread safe
Dear R-dev, I would like to accelerate my R computation by using parallel OpenMP compilers (e.g from Pathscale) on a 2-processor AMD server and I would like to know whether R is a tread safe library. The main kernel of the OpenMP parallelization is a C SEXP function that performs the computational routine in parallel with: ******************* SEXP example(SEXP list, SEXP expr, SEXP rho) {