AthExHive: introduced AthExHiveConfig.py
Plus minor updates in the HiveAlg*
code
This is still a preliminary version of the new AthExHiveConfig.py
but early comments are more than welcome.
Merge request reports
Activity
added NewConfig label
added 67 commits
-
f2858e80...389f8ada - 66 commits from branch
atlas:main
- b7c07cdf - AthExHive: introduced AthExHiveConfig.py
-
f2858e80...389f8ada - 66 commits from branch
- Resolved by Vakhtang Tsulaia
This merge request affects 1 package:
- Control/AthenaExamples/AthExHive
This merge request affects 25 files:
- Control/AthenaExamples/AthExHive/python/AthExHiveConfig.py
- Control/AthenaExamples/AthExHive/src/HiveAlgA.cxx
- Control/AthenaExamples/AthExHive/src/HiveAlgA.h
- Control/AthenaExamples/AthExHive/src/HiveAlgB.cxx
- Control/AthenaExamples/AthExHive/src/HiveAlgB.h
- Control/AthenaExamples/AthExHive/src/HiveAlgBase.cxx
- Control/AthenaExamples/AthExHive/src/HiveAlgBase.h
- Control/AthenaExamples/AthExHive/src/HiveAlgC.cxx
- Control/AthenaExamples/AthExHive/src/HiveAlgC.h
- Control/AthenaExamples/AthExHive/src/HiveAlgD.cxx
- Control/AthenaExamples/AthExHive/src/HiveAlgD.h
- Control/AthenaExamples/AthExHive/src/HiveAlgE.cxx
- Control/AthenaExamples/AthExHive/src/HiveAlgE.h
- Control/AthenaExamples/AthExHive/src/HiveAlgF.cxx
- Control/AthenaExamples/AthExHive/src/HiveAlgF.h
- Control/AthenaExamples/AthExHive/src/HiveAlgG.cxx
- Control/AthenaExamples/AthExHive/src/HiveAlgG.h
- Control/AthenaExamples/AthExHive/src/HiveAlgR.cxx
- Control/AthenaExamples/AthExHive/src/HiveAlgR.h
- Control/AthenaExamples/AthExHive/src/HiveAlgV.cxx
- Control/AthenaExamples/AthExHive/src/HiveAlgV.h
- Control/AthenaExamples/AthExHive/src/HiveExSvc.cxx
- Control/AthenaExamples/AthExHive/src/HiveExSvc.h
- Control/AthenaExamples/AthExHive/src/ThreadInitTool.cxx
- Control/AthenaExamples/AthExHive/src/ThreadInitTool.h
Adding @ssnyder ,@gemmeren ,@rbianchi ,@maszyman as watchers
added Core main review-pending-level-1 labels
✅ CI Result SUCCESS (hash 4f81da92)Athena AthSimulation AthGeneration AthAnalysis externals ✅ ✅ ✅ ✅ cmake ✅ ✅ ✅ ✅ make ✅ ✅ ✅ ✅ tests ✅ ✅ ✅ ✅ Full details available on this CI monitor view. Check the JIRA CI status board for known problems
✅ Athena: number of compilation errors 0, warnings 0
✅ AthSimulation: number of compilation errors 0, warnings 0
✅ AthGeneration: number of compilation errors 0, warnings 0
✅ AthAnalysis: number of compilation errors 0, warnings 0
📝 For experts only: Jenkins output (remote access info)- Resolved by Vakhtang Tsulaia
so pleased I didn't need to do this myself
😄 In the old version there were these lines:
from GaudiHive.GaudiHiveConf import ThreadPoolSvc svcMgr += ThreadPoolSvc("ThreadPoolSvc") svcMgr.ThreadPoolSvc.ThreadInitTools = ["ThreadInitTool"]
I can't find an equivalent in the new one... are these now superfluous? I didn't really understand what they were for.
I assume the various C++ updates are just incidental housekeeping and not directly relevant to CA?
Anyway, looks good, Tadej should approve when he's happy.
James.
added review-pending-level-2 label and removed review-pending-level-1 label
added 34 commits
-
4f81da92...6ca30901 - 33 commits from branch
atlas:main
- a0ecd21e - AthExHive: introduced AthExHiveConfig.py
-
4f81da92...6ca30901 - 33 commits from branch
This merge request affects 1 package:
- Control/AthenaExamples/AthExHive
This merge request affects 25 files:
- Control/AthenaExamples/AthExHive/python/AthExHiveConfig.py
- Control/AthenaExamples/AthExHive/src/HiveAlgA.cxx
- Control/AthenaExamples/AthExHive/src/HiveAlgA.h
- Control/AthenaExamples/AthExHive/src/HiveAlgB.cxx
- Control/AthenaExamples/AthExHive/src/HiveAlgB.h
- Control/AthenaExamples/AthExHive/src/HiveAlgBase.cxx
- Control/AthenaExamples/AthExHive/src/HiveAlgBase.h
- Control/AthenaExamples/AthExHive/src/HiveAlgC.cxx
- Control/AthenaExamples/AthExHive/src/HiveAlgC.h
- Control/AthenaExamples/AthExHive/src/HiveAlgD.cxx
- Control/AthenaExamples/AthExHive/src/HiveAlgD.h
- Control/AthenaExamples/AthExHive/src/HiveAlgE.cxx
- Control/AthenaExamples/AthExHive/src/HiveAlgE.h
- Control/AthenaExamples/AthExHive/src/HiveAlgF.cxx
- Control/AthenaExamples/AthExHive/src/HiveAlgF.h
- Control/AthenaExamples/AthExHive/src/HiveAlgG.cxx
- Control/AthenaExamples/AthExHive/src/HiveAlgG.h
- Control/AthenaExamples/AthExHive/src/HiveAlgR.cxx
- Control/AthenaExamples/AthExHive/src/HiveAlgR.h
- Control/AthenaExamples/AthExHive/src/HiveAlgV.cxx
- Control/AthenaExamples/AthExHive/src/HiveAlgV.h
- Control/AthenaExamples/AthExHive/src/HiveExSvc.cxx
- Control/AthenaExamples/AthExHive/src/HiveExSvc.h
- Control/AthenaExamples/AthExHive/src/ThreadInitTool.cxx
- Control/AthenaExamples/AthExHive/src/ThreadInitTool.h
Adding @maszyman ,@gemmeren ,@rbianchi ,@ssnyder as watchers
added review-pending-level-1 label and removed review-pending-level-2 label
I'm not sure who our L2 is this week. Perhaps @tadej can give this MR his final blessing when he gets a moment.
✅ CI Result SUCCESS (hash a0ecd21e)Athena AthSimulation AthGeneration AthAnalysis externals ✅ ✅ ✅ ✅ cmake ✅ ✅ ✅ ✅ make ✅ ✅ ✅ ✅ tests ✅ ✅ ✅ ✅ Full details available on this CI monitor view. Check the JIRA CI status board for known problems
✅ Athena: number of compilation errors 0, warnings 0
✅ AthSimulation: number of compilation errors 0, warnings 0
✅ AthGeneration: number of compilation errors 0, warnings 0
✅ AthAnalysis: number of compilation errors 0, warnings 0
📝 For experts only: Jenkins output (remote access info)removed review-pending-level-1 label
added review-approved label