intel-mkl: BLACS with intel-oneapi-mpi (#28476)

Identify the correct BLACS libaries when `intel-oneapi-mpi` is used.
This commit is contained in:
Stephen Sachs 2022-02-07 13:26:20 +01:00 committed by GitHub
parent efc35c2ffc
commit 14902a5821
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -832,6 +832,7 @@ def scalapack_libs(self):
'^cray-mpich' in spec_root or
'^mvapich2' in spec_root or
'^intel-mpi' in spec_root or
'^intel-oneapi-mpi' in spec_root or
'^intel-parallel-studio' in spec_root):
blacs_lib = 'libmkl_blacs_intelmpi'
elif '^mpt' in spec_root: