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

how to identify dependency between the statements in a program

sabbinenisunil
Beginner
316 Views
sir iam doing a project that will automatically generates parallel program.in that i have to identify the dependency between statements.how to do that one.please give me some reference.
0 Kudos
4 Replies
jimdempseyatthecove
Honored Contributor III
316 Views
There are some software tools to help make this determination.

Try looking at Dmitriy V'jukov's Relacy Race Detector

http://bytes.com/topic/c/answers/830253-relacy-race-detector-v1-1-a

Jim Dempsey
0 Kudos
gaston-hillar
Valued Contributor I
316 Views
Hi sabbinenisunil,

Which programming language are you using?
If you specify the programming language, you will get better advice. :)
0 Kudos
sabbinenisunil
Beginner
316 Views
sir iam using c programming language
0 Kudos
Tamer_Assad
Innovator
316 Views
Hi sabbinenisunil,

Intel Parallel Inspector
would do it for you.

Regards,
Tamer Assad
0 Kudos
Reply