Fix bug in FlexiBLAS easyblock to allow AOCL-BLAS to be default#3605
Fix bug in FlexiBLAS easyblock to allow AOCL-BLAS to be default#3605boegel merged 1 commit intoeasybuilders:5.0.xfrom
Conversation
|
@boegelbot please test @ jsc-zen3 |
|
@boegel: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 2684215923 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot Overview of tested easyconfigs (in order)
Build succeeded for 1 out of 1 (1 easyconfigs in total) |
In the current version, if one sets AOCL-BLAS as the default, it will be (silently) ignored and FlexiBLAS will use NETLIB instead, since the eventual name of the AOCL-BLAS backend will be the CMake name, AOCL_MT. This PR fixes this by substituting the name in
configopts['FLEXIBLAS_DEFAULT'], just like how it's handled in the backends variable.