let intel consider cray-mpich as mpich (#21512)

This commit is contained in:
albestro 2021-02-05 18:55:39 +01:00 committed by GitHub
parent 67667c96db
commit 02b64c8903
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -815,6 +815,7 @@ def scalapack_libs(self):
# Was supported only up to 2015.
blacs_lib = 'libmkl_blacs'
elif ('^mpich@2:' in spec_root or
'^cray-mpich' in spec_root or
'^mvapich2' in spec_root or
'^intel-mpi' in spec_root or
'^intel-parallel-studio' in spec_root):