这个系统的主函数在哪呀 #3110
-
|
我是一名图计算研0新生,本科不是读的计算机,想问问这个sssp.h运行的主函数在哪个代码呀,导师要求我分析具体图算法运行时的通信模型,希望好心人指条明路 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
Hi @TerrenceYi, If you want to dive into the code, it will run sssp algorithms defined in libgrape-lite, over the assigned graph. |
Beta Was this translation helpful? Give feedback.
-
|
If you want to learn more about the communication mechanism, |
Beta Was this translation helpful? Give feedback.
-
|
Thank you very much for your generous help |
Beta Was this translation helpful? Give feedback.
If you want to learn more about the communication mechanism,
the repo libgrape-lite is a good start.
main: https://github.com/alibaba/libgrape-lite/blob/master/examples/analytical_apps/run_app.cc
sssp: https://github.com/alibaba/libgrape-lite/blob/master/examples/analytical_apps/sssp/sssp.h
worker with communication: https://github.com/alibaba/libgrape-lite/blob/master/grape/worker/worker.h