Werner Wiedenmann
(High Energy Physics)
4/15/08, 9:30 AM
Gene Cooperman,
Xin Dong
(Northeastern University, Boston, USA)
4/15/08, 11:30 AM
We have taken the TOP-C parallelization of Geant4 (based on MPI),
to semi-automatically create a thread-parallel Geant4 based on event
parallelism and a master-worker style of parallelism. We currently
address two issues:
1) detecting global variables and data structures, which must be
made thread-local. We modify the parser of the gcc compiler to
do this.
2) handling of...