add custom custom easyconfig parameter 'backends' in FlexiBLAS easyblock to specify backends#2605
Conversation
This allows you to explicitly list the backends that are used, instead of strictly using the list of dependencies, e.g. blas_libs = ['imkl', 'BLIS', 'OpenBLAS'] making it possible to use builddependencies for backends as well.
|
Still need to provide a new easyconfig to test with and take care of arch for imkl. |
|
Test report by @boegel Overview of tested easyconfigs (in order)
Build succeeded for 2 out of 2 (2 easyconfigs in total) |
|
Test report by @boegel Overview of tested easyconfigs (in order)
Build succeeded for 2 out of 2 (2 easyconfigs in total) |
|
Test report by @boegel Overview of tested easyconfigs (in order)
Build succeeded for 2 out of 2 (2 easyconfigs in total) |
This allows you to explicitly list the backends that are used,
instead of strictly using the list of dependencies, e.g.
blas_libs = ['imkl', 'BLIS', 'OpenBLAS']
making it possible to use builddependencies for backends as
well.