- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I've learned the documentation about the Intel Thread Checker
this
http://www.intel.com/cd/software/products/asmo-na/eng/291669.htm
and other resources, but never read about uninitialised variables.
Does the Intel Thread Checker control reading from variables and warn about variables with undefined values in OpenMP Fortran Programs?
this
http://www.intel.com/cd/software/products/asmo-na/eng/291669.htm
and other resources, but never read about uninitialised variables.
Does the Intel Thread Checker control reading from variables and warn about variables with undefined values in OpenMP Fortran Programs?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I believeThread Checkerwill catch uninitialized variables only where that leads to possible inconsistency between serial and parallel execution.
If you require a more definite answer, you should file an issue on premier.intel.com against Thread Checker documentation. I agree it would be interesting to know.

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