Baunsgaard commented on PR #1843: URL: https://github.com/apache/systemds/pull/1843#issuecomment-1719068915
> libhe-Linux-x86_64.so libsystemds_mkl-Linux-x86_64.so libsystemds_mkl-Windows-AMD64.dll libsystemds_openblas-Linux-x86_64.so libsystemds_openblas-Windows-AMD64.dll libsystemds_spoof_cuda-Linux-x86_64.so libsystemds_spoof_cuda-Windows-AMD64.dll > > this was the output of ls /github/workspace/src/main/cpp/lib **libsystemds_mkl-Linux-x86_64.so** seems to be there. > > Error: org.apache.sysds.test.functions.nativ.ImgUtilsTest.runTestsWithMKL Time elapsed: 0.001 s <<< ERROR! **java.lang.UnsatisfiedLinkError: /github/workspace/src/main/cpp/lib/libsystemds_mkl-Linux-x86_64.so:** libmkl_rt.so: cannot open shared object file: **No such file or directory** at org.apache.sysds.test.functions.nativ.ImgUtilsTest.runTests(ImgUtilsTest.java:497) at org.apache.sysds.test.functions.nativ.ImgUtilsTest.runTestsWithMKL(ImgUtilsTest.java:35) > > it doesn't make sense, > > **libsystemds_openblas-Linux-x86_64.so** this one is however loaded without any problem from same path i am unfortunately unaware what needs to be loaded when, there must be some sequence or elements missing. this libmkl_rt.so is what is says is missing now, not your build mkl file. About unrelated tests to native, none of them should be effected by your current changes, so if they fail it is okay, we can rerun them to see if it is a systematic error. On a side node i suspect that they run the PR actions on some other hardware that sometimes is more prone to errors, but i have no way of confirming that. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@systemds.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org