YukeWang96 / MGG_OSDI23

Artifact for OSDI'23: MGG: Accelerating Graph Neural Networks with Fine-grained intra-kernel Communication-Computation Pipelining on Multi-GPU Platforms.
37 stars 4 forks source link

Compilation Error During make Command Execution #5

Closed WWWzq-01 closed 7 months ago

WWWzq-01 commented 7 months ago

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 ?

YukeWang96 commented 7 months ago

please try this ./0_mgg_build.sh instead of make

WWWzq-01 commented 7 months ago

Thank you. Could you please tell me if MGG can be operated using only a single GPU?

YukeWang96 commented 7 months ago

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

WWWzq-01 commented 7 months ago

Thank you for the response and the recommendation! I will check out GNNAdvisor.