Hello Evgenii, Cc'ing to hpx-users again for others to chime in...
> I'm looked for in interesting ideas, and find some a good variant. > I think that the good idea to implement a parallel algorithm for three > traversal, i think that it might be > implemented for N-ary trees. What algorithms did you have in mind? > I also interested in idea linked with Parcelport, but i didn't understand > how it works. > I have one idea that is software that implement such function as network > switch. > According to my idea, solution is create table with MAC address. Other > side of my idea, it's require to > write some routing algorithm, if sender and receiver in different networks > or don't have common switcher. A parcelport is a module used by HPX to connect to a specific networking interface. We currently have 2 functioning parcelports, one based on TCP/IP and one using MPI. We could use somebody to implement a parcelport using shared memory to communicate between processes, for instance. > And final idea in work on the parallel algorithm. Yes, we have almost all (but not all) of the parallel algorithms implemented already which will be added to C++17 (see here for a list of missing ones: https://github.com/STEllAR-GROUP/hpx/issues/1141). Would you be interested in implementing some of those? Another option would be to work on implementing range based algorithms on top of the existing ones (see here for more details: https://github.com/STEllAR-GROUP/hpx/issues/1668) > Do you have some test tasks? There is no test task for GSoC. You would have to write a decent proposal by March 24th which we would review and rank to be able to decide which student will get funded. See here for a submission template: https://github.com/STEllAR-GROUP/hpx/wiki/GSoC-Submission-Template, and here for some additional suggestions: https://github.com/STEllAR-GROUP/hpx/wiki/Hints-for-Successful-Proposals. I'd suggest you get started on developing your proposal as soon as possible (3 days left only!). Please join us on IRC (#ste||ar on freenode) for direct discussions or direct your emails to [email protected]. 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
