- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The latest 12.1 (Build 20120130) compiler release has removed the API kmp_set_warnings_off() from OMP without fixing the issue described below.
http://software.intel.com/en-us/articles/bogus-openmp-kmp_affinity-warnings-on-non-intel-processor-hosts/
This is rather annoying as it requires us to set KMP_AFFINITY=disabled on AMD to avoid errors being dumped to stderr.
http://software.intel.com/en-us/articles/bogus-openmp-kmp_affinity-warnings-on-non-intel-processor-hosts/
This is rather annoying as it requires us to set KMP_AFFINITY=disabled on AMD to avoid errors being dumped to stderr.
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi vasci_intel,
We'll check what have happened with this API. And what is a new API to disable warnings.
thanks
--Vladimir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We are working on the issue with warningsdescribed in the mentioned link.
As to kmp_set_warnings_off(), this routine was part of Cluster OpenMP product, which wasend of lifelong ago.This routinehappened to be accidentally workingin theshared memory OpenMP compiler and was finally removed in the latest update along with other Cluster OpenMP interfaces.
An alternative to replace the removedentry could be:
kmp_set_defaults("KMP_WARNINGS=0");
Regards,
Andrey
As to kmp_set_warnings_off(), this routine was part of Cluster OpenMP product, which wasend of lifelong ago.This routinehappened to be accidentally workingin theshared memory OpenMP compiler and was finally removed in the latest update along with other Cluster OpenMP interfaces.
An alternative to replace the removedentry could be:
kmp_set_defaults("KMP_WARNINGS=0");
Regards,
Andrey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Great thanks for the tip.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page