- Nov 07, 2007
-
-
Rene Brun authored
fix for a change in GSLIntegrator constructor to use Gauss integration rule git-svn-id: http://root.cern.ch/svn/root/trunk@20698 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
mode. Amazing that valgrind did not find this. git-svn-id: http://root.cern.ch/svn/root/trunk@20697 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
- math: remove the const in ParamFunctor::operator()(double *x, double *p) - mathcore: - improve integration interface, have now two separate classes : one for 1D the other for multi-dim functions. Rename class IntegratorMultiDim to AdaptiveIntegratorMultiDim - clean up of IFunction by removing the un-necessary Dim template parameter - add from Cephes inverse functions for normal, beta and gamma functions - improve error reporting - mathmore: improve simulated annealing class and ad a test program taken from GSL: simanTSP fix problem with dictionary of concrete function classes (like Polynomial) on Windows git-svn-id: http://root.cern.ch/svn/root/trunk@20696 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
The directory hash tables for the temp lists or target file are preset with the number of objects on the input files. git-svn-id: http://root.cern.ch/svn/root/trunk@20695 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20693 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Fix an important bug introduced in the latest change by Fabrizio. git-svn-id: http://root.cern.ch/svn/root/trunk@20692 27541ba8-7e3a-0410-8455-c3a389f83636
-
Wim Lavrijsen authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20691 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
third party code is also conpiled with this option. git-svn-id: http://root.cern.ch/svn/root/trunk@20690 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 06, 2007
-
-
Rene Brun authored
- Add a new directory 'proof' under tutorials with a frame to run PROOF tutorials and an example of non-data driven selector making some drawings. Run like this: $ cd tutorials; root -l root[0] .L proof/runProof.C+ // Run locally with a number of workers equal to the cores in the machine root[1] runProof("simple") // H1 analysis reading the data via 'http' root[2] runProof("h1") To run on a cluster at 'master.domain' pass the master as second argument root[1] runProof("simple", "master.domain") root[2] runProof("h1", "master.domain") - fix a missing include problem in h1analysis.C git-svn-id: http://root.cern.ch/svn/root/trunk@20689 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20688 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20685 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
if anything changed compared to previous version. But since a lot of Makefile.ARCH is used this does not help too much. git-svn-id: http://root.cern.ch/svn/root/trunk@20684 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
Import branches/dev/proof r20654 Summary: + Improvements - Add support for SSH SOCKS4 tunnelling; the local port for the tunnel can be specified in the master URL, e.g. TProof::Open("master/?tunnel:8000") - Add the possibility to plot the estimated instantaneous rate - Add "PROOF_ForceLocal" parameter to the !TPacketizerAdaptive; if set to 1, all the data are processed locally. - Add support for remote grep functionality while retrieving logs (needed by the forthcoming memory monitor) + Bug fixes - Several small fixes to revive the multi-master mode. - XrdProofdProtocol: - add missing lock to the client instance in SendMsg to avoid screwing up requests from workers on the same machine - lock the mutex of the requester when setting prorities - add notification during Reset - fix problem with the detection of the 'allow' directive - fix problem with the parsing of the return value from XrdProofServProxy::TerminateProofServ() - always use the effective user to retrieve info fom another server (XrdProofdManager::GetProofConn is now used) - fix possible dead-locks from debug notifications done after hard-killing a session - re-enable the garbage collector thread of the connection manager in XrdProofConn to fix a problem with closing physical connections; - fix a problem with !CleanupProofServ in the case of a non-privileged daemon running in multi-user mode - introduce a timeout when waiting for the startup of a 'proofserv'. - XrdProofConn: init mutex in the ctor; lock in SendRecv - XrdProofSched: add support for using the priorities defined in the group manager to define the number of workers for sessions - TProof: - Broadcast priorities to unique nodes only - timeout after 5 mins the initial Collect to avoid clients getting stuck at this stage - add support for generic timeout in Collect (disabled by default) - fix a problem with SendFile. - TXProofServ: add a call to !TProof::InterruptCurrentMonitor() in Terminate() to stop infinite loops in Collect - TXSocket: - Implement a flag to interrupt a TXSocket while waiting for messages - Split the session creation timeout in 4 attempts: the total timeout is the same but it may circumvent occasional forking problems. - XROOTD: - fix a potential (possibly accademic) memory leak in the client - fix a access permission problem with Kerberos ticket forwarding - fix bug preventing 'locate' to work properly - re-enable optimized 'locate' git-svn-id: http://root.cern.ch/svn/root/trunk@20682 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20681 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
Add TApplication::HandleException() method, which gets called by TSystem::DispatchSignals() in case of an exception (sigbus, sigsegv, sigill or sigfpe). In derived TApplication's one might now want to not throw or do something else to reset the environment. git-svn-id: http://root.cern.ch/svn/root/trunk@20680 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
fix signature of the supermaster plugin. git-svn-id: http://root.cern.ch/svn/root/trunk@20678 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
Set a default for the perfstats name (to "PROOF_PerfStats"). git-svn-id: http://root.cern.ch/svn/root/trunk@20677 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
Fix uninitialized variable issue. git-svn-id: http://root.cern.ch/svn/root/trunk@20676 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
- change background of the rate plot to white - add possibility to plot the instataneous average rate (instead of the instantaneous rate) git-svn-id: http://root.cern.ch/svn/root/trunk@20675 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Add a few lines getting random numbers from the vavilov distribution and filling/drawing a histogram. git-svn-id: http://root.cern.ch/svn/root/trunk@20674 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Improvements in check boxes handling in TGListTree - Added fCheckMode member. Can be one of the following values: kSimple: check only the selected item kRecursive: recursively check children by default kSimple is used. To change the behaviour, use: TGListTree::SetCheckMode(ECheckMode mode) - Improved the update of the list tree item status (checked/unchecked/greyed) git-svn-id: http://root.cern.ch/svn/root/trunk@20673 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Fix compiler warnings git-svn-id: http://root.cern.ch/svn/root/trunk@20670 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
comparing with a test reference. git-svn-id: http://root.cern.ch/svn/root/trunk@20668 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
- Add 3 new tests. git-svn-id: http://root.cern.ch/svn/root/trunk@20667 27541ba8-7e3a-0410-8455-c3a389f83636
-
Wim Lavrijsen authored
the return type from begin() to determine iterator type instead git-svn-id: http://root.cern.ch/svn/root/trunk@20666 27541ba8-7e3a-0410-8455-c3a389f83636
-
Wim Lavrijsen authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20665 27541ba8-7e3a-0410-8455-c3a389f83636
-
Wim Lavrijsen authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20664 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20663 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20662 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 05, 2007
-
-
Wim Lavrijsen authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20661 27541ba8-7e3a-0410-8455-c3a389f83636
-
Wim Lavrijsen authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20660 27541ba8-7e3a-0410-8455-c3a389f83636
-
Wim Lavrijsen authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20659 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20658 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
prepend the string "SYS: " to system uname so it can be suppressed when comparing with a test reference. git-svn-id: http://root.cern.ch/svn/root/trunk@20657 27541ba8-7e3a-0410-8455-c3a389f83636
-
Wim Lavrijsen authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20656 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
Don't let check-reflex pollute $ROOTSYS/lib/ with test libraries; put them into reflex/test/lib instead. Make sure that ALL tests finish successfully for check-reflex to be successful! git-svn-id: http://root.cern.ch/svn/root/trunk@20655 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
Don't pollute $ROOTSYS/lib/ with test libraries - their rootmap files will screw up ROOT! Instead put them into cintex/test/lib/ git-svn-id: http://root.cern.ch/svn/root/trunk@20653 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
Import an important fix in the client XROOTD reference tag: v20071001-0000a git-svn-id: http://root.cern.ch/svn/root/trunk@20648 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20647 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20646 27541ba8-7e3a-0410-8455-c3a389f83636
-