Skip to content

Commit

Permalink
modified: flexiblas.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aroudgar committed Nov 18, 2024
1 parent c098483 commit 4058b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/toolchains/linalg/flexiblas.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class FlexiBLAS(LinAlg):
LAPACK_FAMILY = TC_CONSTANT_FLEXIBLAS

def _set_blas_variables(self):
"""Fix the BLAS_LIB for Intel"""
"""Fix the BLAS_LIB and BLAS_LIB_MT for Intel"""
if self.COMPILER_FAMILY == TC_CONSTANT_INTELCOMP:
self.BLAS_LIB = ['flexiblas_intel']
self.BLAS_LIB_MT = ['flexiblas_intel']
Expand Down

0 comments on commit 4058b30

Please sign in to comment.