summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/configure_intelcompiler_common.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Find{BLAS,LAPACK}: Provide testing of BLA_SIZEOF_INTEGERIgor S. Gerasimov2021-10-051-1/+5
|
* Find{BLAS,LAPACK}: De-duplicate and generalize test creation logicBrad King2021-10-051-8/+7
| | | | | Interpret `CMake_TEST_FindBLAS` and `CMake_TEST_FindLAPACK` as a sequence of option assignments intermixed with vendor names.
* ci: Verify that Intel MKL is found when it is the only BLAS/LAPACKBrad King2021-07-121-4/+8
| | | | Issue: #22403
* Find{BLAS,LAPACK}: Add tests covering Intel MKL with GNU compilerBrad King2021-06-101-4/+4
|
* Find{BLAS,LAPACK}: Add test case covering BLA_STATIC with Intel MKLBrad King2021-04-211-0/+2
|
* Find{BLAS,LAPACK}: Add test case covering Intel MKLBrad King2021-04-141-0/+3
|
* ci: factor out Intel Compiler common configure scriptBrad King2021-04-141-0/+1
Share common content between the intelclassic and inteloneapi variants.