Chris Siefert
Chris Siefert
@ndellingwood I can't reproduce the failure on my desktop with either the system BLAS or OpenBLAS. What machine did you run this on?
OpenBLAS discussion can be found here https://github.com/trilinos/Trilinos/issues/11109
@ndellingwood I evidently have access to that. I'll try there.
@ndellingwood I can reproduce the issue on kokkos-dev... but there's no system blas to compare with. Let me try building a reference blas on that system for comparison
Yeah, I can't get the code to link against a reference blas/lapack. I keep getting errors like: ``` /../../../kokkos-kernels/src/libkokkoskernels.so.13.5: undefined reference to `for_write_seq_fmt' ```
This also applies to HIP / SYCL.
Can you post your configure?
@maartenarnst We don't test the OneAPI intel compilers, so I'm not at all surprised it doesn't work. I have a system with oneAPI installed, so I'll add MKL to that...
@jjellio One of the ATDM tests uses MKL with Intel 19, but not with the KokkosKernels MKL interfaces, so that could be the thing. Building now...