--
You received this message because you are subscribed to the Google Groups "Parallel and Distributed Systems at SFU (431)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to parallel-systems...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/parallel-systems-sfu/a71a47c6-e7de-411d-a6a0-144b8a4c5dd2%40googlegroups.com.
Please mention machine when you quote #s. The validation scripts as mentioned on the page are for 02Arrvindh Shriraman
Associate Professor
Computer Science
Simon Fraser University
On Fri, Mar 27, 2020 at 4:27 PM Ivan Jonathan Hoo <ivank...@gmail.com> wrote:
Might not be the getNextVertex, I used that loop way too for getNextVertex and my time for 4000 is lower 29s which is lower than expected. I even have more barriers than you (4 barriers).--
On Friday, March 27, 2020 at 2:04:28 AM UTC-7, Khang Bùi wrote:Hi, I finished implementation for PageRankDynamic, and my results passed validation in terms of correctness. However, my execution time hovers around 42 - 45 seconds compared to expected time of 36 seconds - this is on cloud-02.For granularity, it performs normally and lower than expected time - 92 seconds, mine hitting around 80 seconds. So, I'm puzzled by where the issues could be.My implementation used compare_and_exchange in a while loop for getNextVertex(), and only used 2 original barriers.If anyone has encountered this issue, please tell me what's your problem and how you fixed it. Thank you.Here's my implementation (for prof and TA) : https://github.com/CMPT-431-SFU/assignment-5-pkbui/blob/master/pagerank/pagerank_parallel.cpp
You received this message because you are subscribed to the Google Groups "Parallel and Distributed Systems at SFU (431)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to parallel-systems-sfu+unsub...@googlegroups.com.