YukeWang96/MGG_OSDI23

Compilation Error During make Command Execution

Closed this issue · 4 comments

After I run the command mkdir build && cd build && cmake ..,I subsequently run make. Then an error is shown as follows:

image

can you fix it ?

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.