Import Geant4 11.4.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2025-06-26 09:17:29 +02:00
parent 20a218bbe1
commit a499fb82e9
1941 changed files with 203285 additions and 95593 deletions
-4
View File
@@ -10,7 +10,3 @@ different techniques for achieving event parallelism with Geant4.
Using this interface, users applications can be parllelized with
different MPI compliant libraries, such as LAM/MPI, MPICH2, OpenMPI,
and so on.
- Example TBB is derived from original basic/B2 demonstrating how to
interface a simple application with the Intel Threading Building Blocks
library (TBB), and organise MT event-level parallelism as TBB tasks.