intel-mkl: BLACS with intel-oneapi-mpi (#28476)
Identify the correct BLACS libaries when `intel-oneapi-mpi` is used.
This commit is contained in:
		@@ -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:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user