Fix python testing script to work with MKL
For this, dlopen needs to share symbols globally because MKL internally uses dynamic loading that doesn't work otherwise.
Please register or sign in to comment
For this, dlopen needs to share symbols globally because MKL internally uses dynamic loading that doesn't work otherwise.