I am experiencing difficulty in running the main.sh script to reproduce the results of running this parallel version of Leiden (the results in the paper sound great though!).
With minor modifications to the main.sh script, I added a devcontainer to the repo in a fork here to have a more reproducible environment that I can run experiments with on a laptop (with fewer threads defined) for initial testing.
I downloaded the europe_osm.mtx graph data and when I execute main.sh, I see messages in the log file (see below) but it's not the output I expect. Based on this line of code, I was expecting to see more informative output that describes the discovered partitions. I see similar output when I run on one of the other graph datasets referenced in the paper.
Note: I am trying to run the code from the main branch. It's not clear why the code appears to fail silently or if it's running as expected. Can you provide any suggestions on what could be going wrong?
I am experiencing difficulty in running the
main.sh
script to reproduce the results of running this parallel version of Leiden (the results in the paper sound great though!).With minor modifications to the
main.sh
script, I added a devcontainer to the repo in a fork here to have a more reproducible environment that I can run experiments with on a laptop (with fewer threads defined) for initial testing.I downloaded the europe_osm.mtx graph data and when I execute
main.sh
, I see messages in the log file (see below) but it's not the output I expect. Based on this line of code, I was expecting to see more informative output that describes the discovered partitions. I see similar output when I run on one of the other graph datasets referenced in the paper.LOG FILE
Note: I am trying to run the code from the
main
branch. It's not clear why the code appears to fail silently or if it's running as expected. Can you provide any suggestions on what could be going wrong?