Hello everyone,

I'm developing a deadlock detection tool for X10 called Armus.

What: it discovers clock-clock & clock-finish deadlocks. It does *not*
discover deadlocks caused by constructs in x10.util.concurrency.

How: the complexity of search is bounded by the number of barriers in your
program, not by the number of processes. So, the detection algorithm should
be scalable and fast, but it is not tested. Currently there is only support
for Managed X10.

Download: 
https://bitbucket.org/cogumbreiro/armus-x10/<https://bitbucket.org/cogumbreiro/armus-x10/overview>(source
& binary release available)

Please, let me know if you played with it.

Cheers,

Tiago Cogumbreiro
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to