Hi,
We are implementing MST in CUDA, so we found your GitHub implementation and tried to understand it also by referring to your paper. But we are having problems in executing the code in Linux.
How to run your code in Linix? And does your code use external libraries? If yes, can you share some resource about installing them?
It would be really helpful.
Error example:
$ g++ -c main.cpp
main.cpp:26:42: fatal error: boost/graph/adjacency_list.hpp: No such file or directory
#include <boost/graph/adjacency_list.hpp>
^
compilation terminated.
Hi,
We are implementing MST in CUDA, so we found your GitHub implementation and tried to understand it also by referring to your paper. But we are having problems in executing the code in Linux.
How to run your code in Linix? And does your code use external libraries? If yes, can you share some resource about installing them?
It would be really helpful.
Error example:
$ g++ -c main.cpp
main.cpp:26:42: fatal error: boost/graph/adjacency_list.hpp: No such file or directory
#include <boost/graph/adjacency_list.hpp>
^
compilation terminated.