IntelligentSoftwareSystems / Galois

Galois: C++ library for multi-core and multi-node parallelization
http://iss.ices.utexas.edu/?p=projects/galois
Other
310 stars 131 forks source link

Has anyone successfully used Galois as a 3rd party library? #391

Open jiumeiliuxu opened 2 years ago

jiumeiliuxu commented 2 years ago

I followed the third method in the readme without success :gcc -std=c++14 app.cpp -I$INSTALL_DIR/include -L$INSTALL_DIR/lib -lgalois_shmem

bozhiyou commented 2 years ago

Thanks for your interest in using Galois. Please provide output logs and your system information so that we can reproduce your case and help.