TRIQS / triqs

a Toolbox for Research on Interacting Quantum Systems
https://triqs.github.io
GNU General Public License v3.0
139 stars 72 forks source link

[mpi] add envar check to force MPI init #883

Closed the-hampel closed 1 year ago

the-hampel commented 1 year ago

Add check for environment variable TRIQS_FORCE_MPI_INIT to allow enforcing the MPI Init for specific environments and test cases. Should address TRIQS/cthyb issue #166 (https://github.com/TRIQS/cthyb/issues/166)

Wentzell commented 1 year ago

Thank you @the-hampel, this looks good!