Import Geant4 10.7.0 source tree

This commit is contained in:
Gabriele Cosmo
2020-12-04 12:30:43 +01:00
parent 67ba86d073
commit dab42d2018
3770 changed files with 226369 additions and 286486 deletions
+48
View File
@@ -16,6 +16,54 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
Nov 12th, 2020 Jonathan Madsen (tasking-V10-06-13)
- Added G4Profiler support
- Removed TIMEMORY_AUTO_TIMER
Nov 12th, 2020, B. Morgan (tasking-V10-06-12)
- G4RunManagerFactory : simplify logic of choosing type from function
inputs or environment. Provide new "SerialOnly"... entries for G4RunManagerType
to allow users to force use of a specific (but available) type.
Nov 4th, 2020, M. Asai (tasking-V10-06-11)
- G4TaskRunManager.cc : not resetting the run ID counter for the
run initialization except the first run.
Oct 28th, 2020, M. Asai (tasking-V10-06-10)
- G4RunManagerFactory : Set default run manager type to MT for
release 10.7.
Oct 20th, 2020, J. Madsen (tasking-V10-06-09)
- Implemented GetMasterRunManager in G4RunManagerFactory
- Added DoCleanup() for worker task run managers
- Replaced worker DoWork(int) with DoWork()
- Resolved issues with G4Run number of events to be processed
- Resolved issues with G4Run number of events processed
Sept 23rd, 2020, B. Morgan (tasking-V10-06-08)
- Remove no longer required include_directories
Sept 21st, 2020 J. Madsen (tasking-V10-06-07)
- Added checks for currentRun before calling routines with currentRun
- updated docs using G4RunManagerCreator instead of G4RunManagerFactory
- G4WorkerTaskRunManager: minor tweaks to ProcessUI
- G4TaskRunManagerKernel: memory cleanup + initCmdStack
- G4TaskRunManager:
- appears to fix previous issues with geometry changes
- inherited scoring-worlds, master-worlds, fMasterRM data from G4MTRunManager
- CreateAndStartWorkers processes command stack on second fakeRun
- cleaned up header
Sept 12th, 2020, J. Madsen (tasking-V10-06-06)
- Tasking stability fixes
- removed a bunch of excess functions from G4WorkerTaskRunManager
- Got rid of regular task group vs. TBB task group implementation
- this is thanks to the generic execute_on_all_threads function
July 17th, 2020, I. Hrivnacova (tasking-V10-06-05)
- Adding call to G4VScoreNtupleWriter in G4WorkerTaskRunManager,
which missing was causing a break in B4d basic example.
June 22nd, 2020, G. Cosmo (tasking-V10-06-04)
- Fixed recursive inclusion in G4TaskRunManager.