Skip to content

Commit

Permalink
Merge pull request #3584 from smoors/20210220112115_new_pr_TrqhoKkfqv
Browse files Browse the repository at this point in the history
fix BLAS_LIB_MT for OpenBLAS
  • Loading branch information
akesandgren authored Feb 22, 2021
2 parents ac01d32 + f12e4d9 commit 21b1a70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions easybuild/toolchains/linalg/openblas.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class OpenBLAS(LinAlg):
"""
BLAS_MODULE_NAME = ['OpenBLAS']
BLAS_LIB = ['openblas']
BLAS_LIB_MT = ['openblas']
BLAS_FAMILY = TC_CONSTANT_OPENBLAS

LAPACK_MODULE_NAME = ['OpenBLAS']
Expand Down
2 changes: 1 addition & 1 deletion test/framework/toolchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -1449,7 +1449,7 @@ def test_old_new_iccifort(self):
libscalack_intel4 = "-lmkl_scalapack_lp64 -lmkl_blacs_intelmpi_lp64 -lmkl_intel_lp64 -lmkl_sequential "
libscalack_intel4 += "-lmkl_core"

libblas_mt_fosscuda = "-lopenblas -lgfortran"
libblas_mt_fosscuda = "-lopenblas -lgfortran -lpthread"
libscalack_fosscuda = "-lscalapack -lopenblas -lgfortran"
libfft_mt_fosscuda = "-lfftw3_omp -lfftw3 -lpthread"

Expand Down

0 comments on commit 21b1a70

Please sign in to comment.