search for: condor

Displaying 20 results from an estimated 40 matches for "condor".

Did you mean: gondor
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 oVirt Node will...
2008 Apr 24
1
R and condor
Hello, I would be extremely grateful if anyone is able to provide any (rather obscure) advice on using R with Condor. I think I'm following Xianhong Xie's instructions (R News 5(2) 13-15) correctly, but my job just stays held in the queue (for days / months). I've checked condor_status to make sure there are plenty of machines available, but can't see any way to attack the problem of the non-r...
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 subm...
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 13) Talking about R and...
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: http://cran.r-project...
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 -...
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 o...
2008 Nov 16
1
help.start() displays index.html in emacs (PR#13293)
...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 find such a configurations: rose at condor:/home/rose(114)$ ll ~/.R* -rw-r--r-- 1 rose users 2369 Jan 20 2008 /home/rose/.RapidSVN I also tried to start R with strace: rose at condor:/home/rose(119)$ strace -f -o R_strace.log R and greped for mime: rose at condor:/home/rose(120)$ grep "open.*rose.*mime" R_strace.log 7221 ope...
2004 Feb 04
2
SAMBA and LDAP
...so: objectClass: posixAccount objectClass: shadowAccount etc Or wich one is the way to add those?? Thanks in advance.. ********************************** Ing. Christian Arguello C. Web: www.novadevices.com Tel?fono: (593-2) 225-7711 ext. 115 Celular: 099729119 Av. Brasil N45-08 y Condor, Quito Ecuador **********************************
2012 Jun 30
1
SSL_connect?? Because of master is not running?
...connect master to client failed with SSL_connect error. So I did rm -rf /etc/puppet/ssl/ to remove all the keys inside ssl folders. It worked.. client# puppet agent --server puppet --waitforce 60 --test /usr/lib/ruby/1.8/facter/util/resolution.rb:46: warning: Insecure world writable dir /etc/condor in PATH, mode 040777 /usr/lib/ruby/1.8/puppet/defaults.rb:67: warning: Insecure world writable dir /etc/condor in PATH, mode 040777 info: Creating a new SSL key for giab10 warning: peer certificate won''t be verified in this SSL session info: Caching certificate for ca warning: peer certif...
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 migrated to torque which was advertised as open source project (based on PBS, but it was much l...
2009 Jul 27
2
Simple resource manager?
I need to serialize computing job requests for two different multicore machines, and in some near future, for a cluster. I have worked with SGE but it requires NFS and other administrative steps, plus it seems a bit overkill for my needs. I guess some simpler queue managing engine may have been developed, possibly over SSH. Any pointers? TIA. -- Eduardo Grosclaude Universidad Nacional del
1998 May 26
0
BUG: File locking and SMBmv
...ations of "locking" and "share modes" parameters; the problem also exists in both 1.9.17p5. I've included two debug logs; the distinction in the "success" case (debug.1) is that the file is owned by the user concerned; logs and smb.conf are available at ftp://ftp.condor.com.au/pub/outgoing/samba-bug.tar.gz Samba 1.9.18p4, NT4 Workstation SP3/ IE4.01. Could you please give these logs the once-over, and suggest either a fix or a work-around? Cheerio... Simon -- I dried your tears of pain, a million times for you... ... I'd sell my soul for you, for mon...
2004 Jun 02
2
Distributed computing with R
Dear all, We have started using R for data analysis since a few months and find it useful. We are planning to acquire a high-end dedicated system for microarray data analysis and thinking of a distributed environment. I would appreciate if some one could send some pointers regarding how to choose a proper hardware configuration, software (R or other software, esp. MATLAB), issues on setting up
2010 Apr 07
6
Consecutive Jobs
Anyone know how to submit jobs to at or anything else that allows jobs submitted to a queue to be executed consecutively? I have a series of servers that submits a job via an ssh background job but I can only have one execute at any given time. Possibly some clever bash work? Thanks! jlc
2012 Jun 25
1
using multiple cpu's - scaling in processing power
Hi All In the past I have worked with parallel processing in R where a function F is applied to the elements of a list L. The more cpu cores one has, the faster the process will run. At the time of launching the process for (F,L) I will have a certain fixed number of cpu's that I can use. I have tested this approach and it works fine (i.e. package 'multicore' , using 'mapply'
2008 Feb 11
2
Viable Approach to Parallel R?
All, We are researching approaches to parallel R with the end goal of running R in a distributed manner on a Linux cluster. We expect of course to do some work decomposing our problems to be task-parallel or data-parallel, but wouldn't mind getting an initial boost working with "embarrassingly parallel" code sections and one of the approaches below. Incidentally our environment
2011 Nov 16
3
clustering
Hey folks, I just went through the archives trying to find some info on this but did not come up with much other than it seems there are a few experts here on the list. I have no experience with clustering and have just taken over a Stem Cell Research Lab that has a Grid Engine cluster. I have not yet dug into the details of Grid Engine (only been here a week now) but am just trying to get up
2014 May 20
1
abrt dump qt selinux
....bz2 snort.pp.bz2 memcached.pp.bz2 netlabel.pp.bz2 zosremote.pp.bz2 pingd.pp.bz2 milter.pp.bz2 mediawiki.pp.bz2 namespace.pp.bz2 vdagent.pp.bz2 matahari.pp.bz2 rhev.pp.bz2 rhsmcertd.pp.bz2 lldpad.pp.bz2 zarafa.pp.bz2 drbd.pp.bz2 fcoemon.pp.bz2 ctdbd.pp.bz2 sblim.pp.bz2 uuidd.pp.bz2 cloudform.pp.bz2 condor.pp.bz2 sge.pp.bz2 cfengine.pp.bz2 condor.pp.bz2 nova.pp.bz2 keystone.pp.bz2 glance.pp.bz2 quantum.pp.bz2 sensord.pp.bz2 bcfg2.pp.bz2 slpd.pp.bz2 pkcsslotd.pp.bz2 l2tpd.pp.bz2 svnserve.pp.bz2 numad.pp.bz2 glusterd.pp.bz2 openshift.pp.bz2 openshift-origin.pp.bz2 rhnsd.pp.bz2 antivirus.pp.bz2 openvswi...
2020 Apr 17
0
HPC question: torques replacement
...nt: Friday, April 17, 2020 10:28 To: centos at centos.org Subject: [CentOS] 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 migrated to torque which was advertised as open source project (based on PBS, but it was much less h...