Closed WWWzq-01 closed 7 months ago
please try this ./0_mgg_build.sh
instead of make
Thank you. Could you please tell me if MGG can be operated using only a single GPU?
Thanks for your interest! MGG is tailored for multi-GPU with MPI and NVSHMEM, I would recommend to checkout our another project GNNAdvisor for single-GPU GNN computation. https://github.com/YukeWang96/GNNAdvisor_OSDI21
Thank you for the response and the recommendation! I will check out GNNAdvisor.
After I run the command
mkdir build && cd build && cmake ..
,I subsequently runmake
. Then an error is shown as follows:can you fix it ?