Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Intel Thread Checker

alisawera
Beginner
822 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
822 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