Praveen, > In distributed component placement project the project states that we had > to implement EDSL for placement policies for components. I'm struck in > designing EDSL for this project and I'm in need of some more information > in this context like clues and references.Only few days are remaining for > the proposal submission.Could anyone please help me?
After thinking a bit more about this, I believe while the project idea refers to a EDSL, this does not imply that it has to be implemented using template meta-programming techniques. I think what is meant by EDSL is rather a well-defined API which integrates well with the HPX distribution policies and the distributed data structures with the goal to have a means of defining the placement of the partitions across the system. As a bonus those could define data layout as well, such as striping and striding. If you look at what chapel provides you'll get a nice overview of what would be a good feature set. HTH Regards Hartmut --------------- http://boost-spirit.com http://stellar.cct.lsu.edu _______________________________________________ hpx-users mailing list [email protected] https://mail.cct.lsu.edu/mailman/listinfo/hpx-users
