- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I'm trying to upgrade MKL version in our application to 2024.0
I'm not getting any warnings while building application with GNU 4.8.5, however I get below warnings on GNU 8.3 version.
How do I fix these?
/opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/ld: warning: <mkl lib path>/mkl_linux/2024.0/lib/intel64_lin/libmkl_core.a(_mc3_dtrmm_ll.o): unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010001
[1491/1492] Linking CXX executable <app bin path>
/opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/ld: warning: <app so>.so: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010002
/opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/ld: warning: <app so>.so: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010001
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
could you show how did you link against onemkl?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for your response.
I'm adding below for linking:
-Wl,--start-group {mkl path}/mkl_linux/2024.0/lib/intel64_lin/libmkl_intel_lp64.a {mkl path}/mkl_linux/2024.0/lib/intel64_lin/libmkl_intel_thread.a {mkl path}/mkl_linux/2024.0/lib/intel64_lin/libmkl_core.a -Wl,--end-group -liomp5 -lpthread -lm -lresolv -lrt -lintexcmo -ldl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Aniket,
We see the problem on our end either
and will try to investigate the cause of this case.... meantime, we could see
the very similar reports e.x. here (https://github.com/intel/linux-sgx/issues/785
) and the cause of the problem is related to version of binutils used.
into this thread, I see as follows: "After following the instructions here to install the toolchain mitigations,
these warnings no longer appear on linking."
I hope it will help you as well.
--Gennady
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page