- May 21, 2013
-
-
Dario Berzano authored
-
- May 18, 2013
-
-
Gerardo Ganis authored
-
Gerardo Ganis authored
-
- May 17, 2013
-
-
Gerardo Ganis authored
-
Gerardo Ganis authored
-
Gerardo Ganis authored
-
Pere Mato Vila authored
Fix for building with xrootd. The FindXROOTD.cmake has been simplied and a single variable XRROTD_INCLUDE_DIRS returns the normal and private include dirs. The clients packages in ROOT proof, netx and proofx have been adapted.
-
Fons Rademakers authored
-
- May 13, 2013
-
-
Gerardo Ganis authored
-
Dario Berzano authored
-
Dario Berzano authored
-
Dario Berzano authored
-
- May 10, 2013
-
-
Gerardo Ganis authored
When creating mergers, the code iterates over all slaves to figure out how many workers should be assigned to each merger. This is usually fine, unless not all are active. In that situation it creates mergers that wait forever (or almost forever) for workers which will never connect, which obviously screws up the job. The fix changes the merger creation to iterate over fActiveSlaves instead of fSlaves. [From B.Butler, M.Swiatlowski]
-
- May 06, 2013
-
-
Fons Rademakers authored
Provide git commit and branch info to the system. The methods: TROOT::GetSvnRevision() TROOT::GetSvnBranch() TROOT::GetSvnDate() have been replaced by: TROOT::GetGitCommit() TROOT::GetGitBranch() TROOT::GetGitDate() Also the RVersion.h has changed and: ROOT_SVN_REVISION ROOT_SVN_BRANCH has been replaced by: ROOT_GIT_COMMIT ROOT_GIT_BRANCH
-
Gerardo Ganis authored
This patch is meant to fix an issue causing the PROOF progress bar to get to 100%, then scroll at 100% for about the same amount of time again before finishing. The problem was finally tracked down to a failure to update a TProofProgressStatus object's fLastUpdate field on a worker before it is sent to the client. The last update time was always the initial time, causing the reported rate (and progress) to be about a factor of 2 too large. The patch also includes a minor fix for the scrolling in general, which is irritating (it can still happen with the bugfix a bit at the end of the job if the estimate overshoots the total number of entries). [From: B. Butler, M. Swiatlowski]
-
- May 03, 2013
-
-
Axel Naumann authored
-
- Apr 30, 2013
-
-
Gerardo Ganis authored
- Set client flag so that VerifyDataSet can be submitted as parallel - SAve arguments to EnablePackage so that they can be used when replaying the issued commands - In stressProof: when in 'dyn' mode, skip some new tests which do not apply.
-
Axel Naumann authored
Replace all occurrences of strlen(x) == 0 with !x[0] which is far cheaper for long strings.
-
- Apr 07, 2013
-
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@49113 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 28, 2013
-
-
Fons Rademakers authored
The attached patchset fixes a bunch of typo in the source: 0001-succes-success.patch 0002-preceed-preced.patch 0003-informations-information.patch 0004-childs-children.patch 0005-avaliable-available.patch 0006-writeable-writable.patch 0007-comand-command.patch 0008-unkown-unknown.patch 0009-wierd-weird.patch 0010-wheter-whether.patch 0011-unecessary-unnecessary.patch 0012-splitted-split.patch 0013-registerd-registered.patch 0014-recieve-receive.patch 0015-processsing-processing.patch 0016-ouput-output.patch 0017-mutiple-multiple.patch 0018-lenght-length.patch 0019-interupted-interrupted.patch 0020-independant-independent.patch 0021-inconsistant-inconsistent.patch 0022-expresion-expression.patch 0023-explicitely-explicitly.patch 0024-enviroment-environment.patch 0025-deafult-default.patch 0026-continous-continuous.patch 0027-completly-completely.patch 0028-commited-committed.patch 0029-choosen-chosen.patch 0030-backgroud-background.patch 0031-auxilliary-auxiliary.patch 0032-authentification-authentication.patch 0033-appropiate-appropriate.patch 0034-an-other-another.patch 0035-environement-environment.patch 0036-targetting-targeting.patch 0037-suppported-supported.patch 0038-paramater-parameter.patch git-svn-id: http://root.cern.ch/svn/root/trunk@48992 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 26, 2013
-
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@48939 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 06, 2013
-
-
Fons Rademakers authored
This patch adds support for XrootD 3.3.1 (out today) and higher. It disables xrootd if the version is 3.3.0 (missing headers). git-svn-id: http://root.cern.ch/svn/root/trunk@48830 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 28, 2013
-
-
Gerardo Ganis authored
Make sure that a selector passed by object is never destroyed. Fixes an issue when a automatic allocated selector is passed by reference reported on root-dev. git-svn-id: http://root.cern.ch/svn/root/trunk@48766 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 24, 2013
-
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@48407 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 23, 2013
-
-
Gerardo Ganis authored
In TDataSetManagerAliEn/TAliEnFind: fixed Coverity issues 48630 to 58637: - fixed a couple of minor memory leaks; - fixed use of invalidated iterator; - added copy ctor and op= In TProof.cxx: fixed a misspelled method name in debug messages git-svn-id: http://root.cern.ch/svn/root/trunk@48378 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 21, 2013
-
-
Gerardo Ganis authored
- fixed-length cache file names to avoid length problems; - fixed debug messages; - added very important Anchor= option in AliEn find mode. git-svn-id: http://root.cern.ch/svn/root/trunk@48355 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 09, 2013
-
-
Dario Berzano authored
git-svn-id: http://root.cern.ch/svn/root/trunk@48239 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 08, 2013
-
-
Gerardo Ganis authored
Forgot to Reset() the timer in TShutdownTimer::Notify; remove calls to Info in TStopTimer::Notify and TDispatchTimer::Notify git-svn-id: http://root.cern.ch/svn/root/trunk@48226 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 07, 2013
-
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@48211 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@48209 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 21, 2012
-
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@48166 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 19, 2012
-
-
Fons Rademakers authored
Unfortunately I forgot that there are AliEns around with old xrootd v3.0.4 which is intermediate and was not detected correctly after the patch. Now I have checked with all possible variants: 3.0.4, 3.1.0, 3.2.x and trunk. git-svn-id: http://root.cern.ch/svn/root/trunk@48141 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@48134 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
this patch allows to build ROOT using an untagged xrootd (e.g. the trunk). git-svn-id: http://root.cern.ch/svn/root/trunk@48131 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
Form Bart Butler and me: additional fixes for the proof daemon (better handling of disconnections). git-svn-id: http://root.cern.ch/svn/root/trunk@48127 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
Turn-off role checking for localhost connections (not required and limiting daemon test applications) git-svn-id: http://root.cern.ch/svn/root/trunk@48122 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 18, 2012
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@48106 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
In ModifyWorkerList, restrict check to the workers of the local (sub)master; fix failure in TProofBench git-svn-id: http://root.cern.ch/svn/root/trunk@48104 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@48099 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
"cannot open linkdef file -DALIENDSMGR" git-svn-id: http://root.cern.ch/svn/root/trunk@48086 27541ba8-7e3a-0410-8455-c3a389f83636
-