- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I was using the Intel Thread Checker to assess any issues that my code may have vis-a-vis threading and the majority of the warnings originated from the direct sparse solver. For example, dss_reorder and dss_factor_real were the source of a large number of data races.
Are these warnings benign and safe to filter out?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There are no known problems that arise from the threading practices of DSS. Thread checker can provide guidance only on what it can see, not what it can't see, so it is giving you warnings. You can safely filter these out.
Bruce

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