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

ParallelFX and Intels Thread Checker

peterd86
Beginner
315 Views

Hello,

can i use the Intel Thread Checker-Tool to check parallel programms that are parallelized with ParallelFX Task Parallel Library (TPL) in C+#????

is it possible or not?

thanks.

greetings,

peter

0 Kudos
4 Replies
robert-reed
Valued Contributor II
315 Views

Microsoft's ParallelFX or Parallel Extensions to the .NET FX CTPis built on the .NET Framework,.NET FX 3.5. This is managed runtime code. IntelThread Checker requires native code using Win32* and COM* threads and the 64-bit extension (or pthreads on Linux or MaxOS*). If you tried using Intel Thread Checker with ParallelFX, the run would test the ParallelFX support functions but not the programs embedded within.

0 Kudos
peterd86
Beginner
315 Views

Hello,

thanks for your help.

Can i not compile my C#-application and create a Exe-File and test this exe-File wiht Intel Thread Checker?

it works or not?

thanks.

greetings,

peter

0 Kudos
TimP
Honored Contributor III
315 Views
If you have a native unmanaged code C# compiler with debug symbols (/Zi or equivalent), it may work. The usual assumption is that you have only managed code generation in your C#.
0 Kudos
peterd86
Beginner
315 Views

Hello,

thanks for your answer. Now my question is answered ;-) .

Greetings,

Peter

0 Kudos
Reply