The Gaudi Project

Gaudi v18r11

Package Versions

Gaudiv18r11GaudiObjDescN/AGaudiSysv18r1
GaudiAlgv9r9 GaudiPIv1r3 HbookCnvv14r8
GaudiAudv7r1 GaudiPolicyv6r1 LCGEnvv48r1
GaudiExamplesv18r11 GaudiPoolDbv2r9 RootHistCnvv9r10
GaudiGSLv6r4 GaudiPythonv8r12 GaudiReleaseN/A
GaudiHistoryv1r5 GaudiSiteSvcv2r2GaudiGridSvcN/A
GaudiKernelv20r12 GaudiSvcv14r12 GaudiMonitorN/A

Release Notes

Externals version: LCGCMT_48a

  • CORAL_1_6_2
  • RELAX_1_1_5a
  • castor 2.1.1-9
  • dcache_client 1.7.0.16
  • ROOT 5.13.04c

Packages Changes

  • GaudiPolicy (v6r1):
    • Patch #916. Add flags to compile in 32-bit mode even on 64-bit machines, when slc4-ia32 tag is set (Marco Cattaneo).
    • Commented out momentarily the SSE2 flags.
  • GaudiPython (v8r12):
    • Added __del__ to PyAlgorithm to remove it from the list of known algorithms of Gaudi. This change allows to reload modules containing new versions of algorithms. Problem reported by Ulrich Kerzel (Pere Mato)
    • fix a major problem with AppMgr::config method: the lists of DLLs&ExtSvc must be APPENDED (and not assigned) (Ivan Belyaev).
    • some decoration (Ivan Belyaev): 
      • add new class iJobOptSvc for easy handling of properties  (import from Bender)
      • add new method ApMgr::optSvc - accessor to iJobOptSvc
  • GaudiPoolDb (v2r9):
    • patch #921 (Markus Frank):
      • update PoolDbCnvSvc::createConverter to take into account specialized converters.
      • Update test to use specialized converter for MyTrack.
      • Set default agelimit in PoolDbCacheSvc back to 2.
  • GaudiExamples (v18r11 - branch v18r7b):
    • fixed cmt.py to use "os.environ" instead of "os.putenv". This is needed since we are using the variable GAUDIEXE inside the runexamples.py script (and not in its subprocesses). GAUDIEXE is set by GaudiKernel to $GAUDIKERNELROOT/$(tag)/Gaudi.exe (Hubert Degaudenzi).
    • fixed valgrind options in runexamples.py. It has to use a tool and memcheck has been chosen (Hubert Degaudenzi).
  • GaudiKernel (v20r12 - branch v20r9b):
    • added environment variable GCCXML_CXXFLAGS=" -m32" for 32 bits compilation on amd64 machines (with the slc4-ia32 tag) (Marco Cattaneo).
    • added environment variable GAUDIEXE which points to the Gaudi executable (Hubert Degaudenzi).