The Gaudi Project

Gaudi v21r9

Package Versions

GaudiN/AGaudiObjDescN/AHbookCnvv15r0
GAUDI_v21r9v21r9GaudiPIN/ALCGEnvN/A
GaudiAlgv13r2 GaudiPolicyv10r7 RootHistCnvv10r4
GaudiAudv9r3 GaudiPoolDbv5r8 GaudiReleaseN/A
GaudiExamplesv21r9 GaudiPythonv10r9 GaudiGridSvcN/A
GaudiGSLv7r6 GaudiSiteSvcN/AGaudiMonitorv2r5
GaudiHistoryN/AGaudiSvcv18r9
GaudiKernelv27r9 GaudiSysv21r9

Release Notes

Externals version: LCGCMT_58c

General Changes

  • Fixes to compile with icc11 (Intel Compiler)
    (Marco Clemencic)
  • Modified the implementation of the signal handler (bug #62374).
    Now it is implemented as a separate service (instead of being integrated in EventLoopMgr) and not enabled by default.
    To enable it, set to true the property StopOnSignal of ApplicationMgr.
    (Marco Clemencic)
  • Modified the implementation of the event watchdog.
    Now implemented as a separate service and not enabled by default.
    To enable it, set to true the property StalledEventMonitoring of ApplicationMgr.
    (Marco Clemencic)
  • Added support for a more flexible application return code (via a property of ApplicationMgr).
    Helper functions have been added to set and get the return code to be reported by the application at exit (see GaudiKernel/AppReturnCode.h).
    (Marco Clemencic)

Packages Changes

  • GaudiPolicy (v10r7):
    • Added the possibility to choose the test suite to run with QMTest via an environment variable (GAUDI_QMTEST_DEFAULT_SUITE).
      (Marco Clemencic)
    • Fixed a problem in install.py when using shared directories.
      (Marco Clemencic)
  • GaudiKernel (v27r9):
    • Patch #3943: Good names for StatEntity methods
      (Vanya Belyaev)
    • Patch #3989: Tiny (but very important) fix for Gaudi::RangeBase_
      (Vanya Belyaev)
  • GaudiSvc (v18r9):
    • Patch #4008: Fix for task #13714: FSRs should be copied as the OpenNewFile incident
      (Markus Frank)
  • GaudiAlg (v13r2):
    • Patch #3982: Tiny fix for Gaudi::Utils::GetData
      (Vanya Belyaev)
  • GaudiPython (v10r9):
    • Patch #3989: Tiny (but very important) fix for Gaudi::RangeBase_
      (Vanya Belyaev)
  • GaudiExamples (v21r9):
    • Added an algorithm to test the signal handler (GaudiTesting::SignallingAlg).
      (Marco Clemencic)