Displaying 20 results from an estimated 600 matches similar to: "R and condor"
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
2006 Jan 24
1
Condor and R
Hi,
I was wondering if anyone has successfully linked R against the
Condor libraries so that R can be run as a Condor job in the
"standard" (not "vanilla") universe. The advantage of this would be
that due to checkpointing, jobs can be suspended and transferred to
another node. There is a good overview by Xianhong Xie here:
2005 Dec 14
1
CRAN task view: Multivariate
Hello,
I've assembled a Multivariate ctv (with a lot of help from Achim Zeleis,
who has now posted the view on CRAN).
I'd be grateful for comments regarding missing packages / functions.
Opinions on the organisation of the view would also be appreciated, as
well as having any errors pointed out. I've adopted a rather broad and
vague definition of "multivariate", which may
2015 May 14
1
Condor cluster setup advice (pointers) needed
Dear Experts,
Could someone recommend some "quick and dirty" HOWTO on condor based cluster?
A did a bunch of cluster setups, I always used PBS (or torque lately). But
my professor wants his to be Condor. I started reading Condor
documentation, and it is vast. And quick route, like: architecture chart,
and parameters I need to configure on master/submit, and compute nodes -
somehow
2009 Sep 30
1
Managing random number generating, while using Condor parallel computing
Hello all,
Recently I started playing with running R scripts on the Condor system in my
institute.
(For more on this, have a look at:
Running Long R Jobs with Condor DAG
by Xianhong Xie
link: http://cran.r-project.org/doc/Rnews/Rnews_2005-2.pdf
)
Might someone advice me about the following question:
How should I handle the RNG (random number generation) in the running of
parallel instances of R
2004 Dec 20
2
Producing "Editable" Graphs for PowerPoint
Hello,
(apologies, I'm not entirely sure whether this question is about R or my
limitations with PowerPoint). I've submitted a paper (which has been
accepted) but the journal now require me to submit graphs that are
"editable in PowerPoint". I would be grateful for suggestions as to
how I should do this.
The best route seems to be to copy-and-paste the figures from the
2011 Aug 01
0
Condor Cloud + oVirt Node
I've discussed this a little with Ian off list, but relating to:
https://fedoraproject.org/wiki/Features/Condor_Cloud
Condor Cloud aims at setting up a bunch of Fedora nodes to act as a
mini-cloud managed via the Condor grid infrastructure. So the natural
question was... Why not use oVirt Node for this rather than a full
Fedora OS install?
Pulling condor-cloud and condor RPMs into the core
2006 Sep 27
1
Testing the equality of correlations
Dear All,
I wonder if there is any implemented statistical test in R to test the equality between many correlations. As an example, let X1, X2, X3 X4 be four random variables. let
Phi(X1,X2) , Phi(X1,X3) and Phi(X1,X4) be the corresponding correlations.
How to test Phi(X1,X2) = Phi(X1,X3) = P(X1,X4)?
Many thanks in advance,
Bernard
2011 Apr 25
1
return code 10 in the R documentation
Hi Everyone,
I have group of R jobs that should be submitted to the condor when I submit
the jobs to the condor, they don't run and when I checked the Sched Log
files the jobs are exiting with status code 10. Previously, the jobs ran
well on condor but now when I submit the jobs on condor they aren't
running.Can anyone explain the meaning of this?
Here is my submit file:
# Submit file
2008 Feb 26
3
R package to perform Horn's parallel analysis
I am seeking information on whether anyone has written code to perform
Horn's parallel analysis (a procedure that informs the selection of the
proper number of components in PCA) in R.
Thank you in advance for any help you can provide. Please respond
off-list at the email address below.
Karen Douglas
*******************************************************************
Karen Douglas,
2008 Nov 16
1
help.start() displays index.html in emacs (PR#13293)
Full_Name: Juergen Rose
Version: 2.8.0 (2008-10-20)
OS: Linux 2.6.27.4 x86_64 Intel
Submission from: (NULL) (87.185.220.122)
If I start as ordinary user rose R and help.start(), the help is displayed in
emacs. If I do as the user root, file:///tmp/Rtmpyzlc7Y/.R/doc/html/index.html
is shown as expected in a firefox windows. So it seems to be connected with my
private configuration. But I can not
2012 Jun 30
1
SSL_connect?? Because of master is not running?
My master is running 12.04
Version: 2.7.11-1ubuntu2
Depends: ruby1.8, puppetmaster-common (= 2.7.11-1ubuntu2)
My client is 10.04
Version: 2.6.3-0ubuntu1~lucid1
Depends: puppet-common (= 2.6.3-0ubuntu1~lucid1), ruby1.8
I followed this tutorial to install Puppet on the client: http://shapeshed.com/setting-up-puppet-on-ubuntu-10-04/
(I didn''t need that tar ball because the "best
2004 Feb 04
2
SAMBA and LDAP
Hello..
When i use the command
Smbpasswd ?a carguillo.
It adds this entry in LDAP.
# carguello,Personas,NOVA
dn: uid=carguello,ou=Personas,o=NOVA
uid: carguello
sambaSID: S-1-5-21-2532083711-3846753250-2864659012-2328
sambaPrimaryGroupSID: S-1-5-21-2532083711-3846753250-2864659012-513
sambaPwdCanChange: 1075936258
sambaPwdMustChange: 2147483647
sambaLMPassword:
2009 Feb 17
3
R scripts and parameters
A couple of weeks ago I asked how it is possible to run an R script (not a function) passing some parameters.
Someone suggested the function "commandArgs()".
I read the on-line help and found no clarifying example. Therefore I do not know how to use it appropriately.
I noticed this function returns the pathname of the R executable which is not what I need.
I meant to ask if it is
2013 Jun 25
1
Perplexed with environment
Hi
I migrated from Linux to Mac, but I don't this has anything to do with
it, but I am not sure.
I am writing a small logger package, in which I have a file
aaa.R:
,----
| .logData <- new.env()
| assign("loggingThreshold", 10, envir = .logData)
| assign("logToFile", FALSE, envir = .logData)
| assign("logFileName", NULL, envir = .logData)
|
|
2020 Apr 17
4
HPC question: torques replacement
Dear Experts,
I know there are many HPC (high performance computing) experts on this
list. I'd like to ask your advise.
Almost two decades ago I chose to go with OpenPBS (turned down condor
and other alternatives for whatever reason) for clusters and number
crunchers I support for the Department at the university. It turned out
to be not bad, long lived choice. At some point I smoothly
2015 May 09
2
Bug#784810: Bug#784810: Xen domU try ton access to dom0 LVM Volume group
On 09/05/2015 13:25, Ian Campbell wrote:
> On Sat, 2015-05-09 at 03:41 +0200, Romain Mourier wrote:
> [...]
>> xen-create-image --hostname=test0 --lvm=raid10 --fs=ext4
>> --bridge=br-lan --dhcp --dist=jessie
> [...]
>> root at hv0:~# xl create /etc/xen/test0.cfg && xl console test0
> What does /etc/xen/test0.cfg contain? I suspect it is reusing the dom0
2015 May 09
0
Bug#784810: Bug#784810: Bug#784810: Xen domU try ton access to dom0 LVM Volume group
On Sat, 2015-05-09 at 14:07 +0200, Romain Mourier wrote:
> On 09/05/2015 13:25, Ian Campbell wrote:
> > On Sat, 2015-05-09 at 03:41 +0200, Romain Mourier wrote:
> > [...]
> >> xen-create-image --hostname=test0 --lvm=raid10 --fs=ext4
> >> --bridge=br-lan --dhcp --dist=jessie
> > [...]
> >> root at hv0:~# xl create /etc/xen/test0.cfg && xl
2012 Aug 06
2
using RBD with libvirt 0.9.13
I'm having some trouble creating KVM domains with RBD block devices using
virsh. I've managed to get virsh to define the domain, but it gives an error
when trying to start the domain:
error: Failed to start domain test0
error: internal error process exited while connecting to monitor: char device redirected to /dev/pts/3
kvm: -drive
2000 Jun 29
2
Local Moran's I / Getis and Ord and Rousseauw Cluster Algorithms
Sorry for the repetition, unless I've got bad deja vu this questions been
asked before but I couldn't turn up an answer on CRAN. Is there already
any code in existence for local dependence measures such as Moran's I or
Getis and Ord G?
Also, S-Plus has a number of interstingly named Cluster Algorithms based on
some previous stand-alone fortran algorithms (agnes, daisy etc.) which