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

[cray-mpich] add support by EnvVar #857

Closed HugoStrand closed 2 years ago

HugoStrand commented 2 years ago

Add environment variable in python MPI detection to support cray-mpich.

The equivalent change in C++ is done in TRIQS/mpi, see https://github.com/TRIQS/mpi/pull/10

Wentzell commented 2 years ago

Thank you @HugoStrand for this contribution.