Probably a good news ~

3 views
Skip to first unread message

zhengdx04

unread,
Nov 11, 2012, 2:11:18 AM11/11/12
to cs-739-distr...@googlegroups.com
Hi guys,

Previously we were having some misunderstanding about divide-and-conquer and parallelism. First of all, they are not equivalent to each other. At each level of divide-and-conquer, parallelism can be performed. But as you go up one more level, there is half less parallelism left (only half nodes to work simultaneously). At the root (or final conquer step), only one node is working.

Based on the above misunderstanding, we thought the slow-dynamic programming algorithm was easier to be paralleled (since it has a well-formed divide-and-conquer version), which was not the case. Instead, after days of thinking, I found the Floyd-Marshall algorithm was easier to be paralleled. Additionally, I already implemented the distributed version by using multiple threads to simulate multiple nodes. The result was validated. I wish I can meet with you guys some day next week to share this finding in detail. With the paralleled algorithm figured out, I think the only thing left to do is to find a better platform that allows us to migrate it onto.

Cheers~
-Dongxi 

Dongxi Zheng

unread,
Nov 11, 2012, 12:42:12 PM11/11/12
to cs-739-distr...@googlegroups.com
It is not on the web yet. I will talk about it next meeting. The reason
that I didn't release it was that the code was kind of messy right now
(although it worked). I need some time to clean it up before handing it
out to confuse you guys.

Thanks,
Dongxi
On 11/11/2012 9:12 AM, Po-Chun Chang wrote:
> Perfect, can we take a look of the code ? Or already on the web ?
>> --
>>
>>

Po-Chun Chang

unread,
Nov 15, 2012, 10:05:11 AM11/15/12
to Dongxi Zheng, cs-739-distr...@googlegroups.com
Hi all,

I have already tried the mapreduce example and successfully deployed
on SDK, which works well. So now developing on GAE should not be a big
problem. Also, I have gone through the document for Backend,
Datastore, DataProcessing (Mapreduce). I could discuss that after the
class today.

-Chang
> --
>
>

Dongdong Deng

unread,
Nov 15, 2012, 11:00:17 AM11/15/12
to Po-Chun Chang, Dongxi Zheng, cs-739-distr...@googlegroups.com
Sounds great!

--





--
Dongdong Deng

Dongxi Zheng

unread,
Nov 15, 2012, 1:48:45 PM11/15/12
to cs-739-distr...@googlegroups.com
Nice!
Reply all
Reply to author
Forward
0 new messages