Skip to content
Snippets Groups Projects
  1. Nov 03, 2011
  2. Jun 15, 2011
  3. May 31, 2011
  4. Apr 20, 2011
  5. Dec 15, 2010
  6. Dec 13, 2010
  7. Dec 06, 2010
  8. Jun 29, 2010
  9. Jun 28, 2010
  10. May 18, 2010
  11. Apr 26, 2010
  12. Dec 15, 2009
  13. Dec 11, 2009
  14. Dec 09, 2009
  15. Oct 15, 2009
    • Rene Brun's avatar
      From Matthew Strait: · dc63c6b4
      Rene Brun authored
      This patch fixes the spelling of "function" in the root source code
      and documentation, which is misspelled (sometimes as part of larger
      "function"-based words) at least 152 times:
      
      * "funciton" 48 times
      * "funcion" 36 times
      * "funtion" 23 times
      * "fucntion" 17 times
      * "functionn" 6 times
      * "fuction" 6 times
      * "fuunction" 4 times
      * "functioin" 3 times
      * "fonction" 3 times
      * "funstion" twice
      * "fnuction" once
      * "functiom" once
      * "functio" once
      * "funcition" once
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@30749 27541ba8-7e3a-0410-8455-c3a389f83636
      dc63c6b4
  16. Sep 25, 2009
  17. Jun 30, 2009
  18. Jun 24, 2009
  19. Feb 25, 2009
  20. Dec 18, 2008
  21. Dec 17, 2008
    • Fons Rademakers's avatar
      From Gerri: · a6e79391
      Fons Rademakers authored
      - Fix a problem with filtering the SvcMsg in TProofMgrLite::GetSessionLogs
      - Fix a weird backward-compatibility problem in TProof::SendFile (found
        and needed by ALICE)
      - Update the release notes
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@26993 27541ba8-7e3a-0410-8455-c3a389f83636
      a6e79391
  22. Nov 25, 2008
  23. Oct 22, 2008
    • Gerardo Ganis's avatar
      · 4c5f0888
      Gerardo Ganis authored
         First version of PROOFLite, a 2-tier realization of PROOF intended for multi-core
         machines. In PROOFLite the client start directly the workers; no daemon is required.
      
         Currently this works on Unix only. Some issues with the internal connection still need
         to be sorted out on Windows.
      
         To start a session just use
      
                  TProof::Open("")  or TProof::Open("lite")
      
         From there on everything should be as in normal PROOF. To start a standard PROOF
         session (i.e. via daemons) on the localhost use TProof::Open("localhost").
         (The default meaning of "" in TProof::Open() is controlled via the rc value
          'Proof.LocalDefault').
      
         To run stressProof with PROOFLite pas the argument 'lite':
      
                  ./stressProof lite
      
         By default, PROOFLite sets the number of workers equal to the number of cores.
         The number of workers is controlled by the rc variable 'ProofLite.Workers'; it can
         also be set on the fly with the option "workers=<n>", e.g. TProof::Open("lite?workers=2").
      
         This patch also introduces the rc variable 'Proof.Sandbox' to control the local location
         of the sandboxes. The default has been changed from "~/proof" to "~/.proof" to avoid
         interferences with possible users' working areas. The sandbox contains the directory
         'packages' (with the clients packages; used by standard PROOF and PROOF Lite),
         and some directories used only by PROOFLite: 'cache' (binary cache) and 'datasets' with 
         the datasets. The location of these directories is controlled by the rc variables
         'Proof.PackageDir', 'Proof.CacheDir' and 'Proof.DataSetDir'.
         The working directory for PROOFLite is in the form workdir=<sandbox>/path-to-current-dir where
         ~/path/to/current/dir is the directory from where the session in launched. The directory
         <workdir> contains the session working dirs (in the form 'session-<host>-<time>-<pid>'),
         with the symlink 'last-lite-session' pointing to the last started session, and the 'queries'
         directory, with the results of queries started from the current directory.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@25918 27541ba8-7e3a-0410-8455-c3a389f83636
      4c5f0888
  24. Oct 15, 2008
    • Gerardo Ganis's avatar
      · be40cc88
      Gerardo Ganis authored
         From Jan:
      
         - Added the possibility to handle removed workers and partly processed packets. When a worker is stopped
           while processing a packet it finishes, the current event and the rest of the packet is reassigned to another
           worker. This is done via two interfaces:
             - TVirtualPacketizer::AddProcessed(TSlave *sl, TProofProgressStatus *st, TList **)
             - TVirtualPacketizer::ReassignPacket.
         - New class TProofProgressStatus used to keep the query progress stauts in all the TProofPlayer objects and in
           TPacketizerAdaptive::TSlaveStat. This class is also used to structure the relevant information send in
           kPROOF_GETPACKET and kPROOF_STOPPROCESS messages.
         - The class TPacketizerProgressive is removed completely.
         - The PROOF protocol version is increased to 19: this is to handle the changes in the kPROOF_STOPPROCESS and
           kPROOF_GETPACKET messages in Master - worker communication.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@25827 27541ba8-7e3a-0410-8455-c3a389f83636
      be40cc88
  25. Oct 01, 2008
  26. Aug 27, 2008
  27. Jul 09, 2008
  28. Jul 03, 2008
  29. Jun 26, 2008
  30. Jun 25, 2008
  31. Jun 24, 2008
  32. May 13, 2008
  33. May 08, 2008
  34. May 07, 2008
  35. Apr 28, 2008
  36. Mar 13, 2008
  37. Sep 11, 2007
  38. Feb 12, 2007
Loading