MPI and MT parallelism

Hello everybody,
I would like to be able to use MPI and multi-threading together and found this:
post
Will I loose MT then?
I would like to be able to specify number of cores and threads at run time.
Thank you,
Sveta

Hello Sveta,

You will not loose MT. If you build MPI examples with Geant4 built with MT, then the examples will run with MPI+MT.

The number of threads and MPI workers is defined in the standard way (see Geant4 Application Developers Guide for the number of threads and the examples for the number of MPI workers.

Best regards,