Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.

Intel Thread Checker

alisawera
Beginner
432 Views
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?
0 Kudos
1 Reply
TimP
Honored Contributor III
432 Views

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.

0 Kudos
Reply