Hi Vivek, There are a couple of draft implementations here: https://github.com/chapel-lang/chapel/tree/master/test/studies/uts
However, these were written back in 2007 and were only written for single-locale parallelism. If you are looking to work on this yourself, you may have better luck starting from scratch rather than building off the old versions, but they can be helpful as a reference. The challenge in UTS for Chapel is that the dynamic load balancing logic needs to be implemented within the benchmark, until Chapel gains better native support for this in the future. If you are pursuing this, I'd be interested to see your implementation and am happy to answer any questions you have along the way. Best, Ben On 5/20/16, 2:25 PM, "Vivek Kumar" <[email protected]> wrote: >Hi, > >I want to do a scalability test of Unbalanced Tree Search (UTS) benchmark >implemented in Chapel. Is there any stable and open sourced implementation of >it? Can anyone please point me to that? > >Thanks & Regards >Vivek Kumar > >Chapel-users mailing list >[email protected] >https://lists.sourceforge.net/lists/listinfo/chapel-users ------------------------------------------------------------------------------ Mobile security can be enabling, not merely restricting. Employees who bring their own devices (BYOD) to work are irked by the imposition of MDM restrictions. Mobile Device Manager Plus allows you to control only the apps on BYO-devices by containerizing them, leaving personal data untouched! https://ad.doubleclick.net/ddm/clk/304595813;131938128;j _______________________________________________ Chapel-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/chapel-users
