guowentian

Results 10 comments of guowentian

Have you installed boost correctly ?

Actually boost is not very necessary in this project. You could modify the Makefile in 'cpu' folder like this +LIBS = -lm -lpthread #-lpapi +CFLAGS += -O3 -std=c++11 -fcilkplus -lcilkrts...

So sorry that I forgot to include them .... I pushed them into the repository just now....Now you can find them..

@chasingegg You are right. It could be misleading if I call "source vertex", actually it is better be called as "target vertex".

@chasingegg you are welcome.

@chasingegg how do you validate the result ?

@chasingegg The code of validation part cannot get the exact solution, unless you give a very small epsilon to it. It is a power iteration method, and it stops when...

@chasingegg I remember I don't have err when I set small threshold

@chasingegg what is the edge information you mentioned ?

@chasingegg Thanks I would check it later. This is the part of static graphs. I haven't checked the local push on static graphs for some time, since my focus here...