intel-mkl: BLACS with intel-oneapi-mpi (#28476)
Identify the correct BLACS libaries when `intel-oneapi-mpi` is used.
This commit is contained in:
parent
efc35c2ffc
commit
14902a5821
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue