Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to convert the .gt (graph-tool) file to some allowed file format for the C++ code? #3

Open
baicunli opened this issue Aug 31, 2024 · 1 comment

Comments

@baicunli
Copy link

Hello, thanks for the algorithm! I have a question: I have some graphs saved as .gt format now (very large, about 100+ G per file), how can I use them to run the louvain-communities-openmp-dynamic code conveniently? (I'm not very proficient with C++)

@wolfram77
Copy link
Member

Hello @baicunli

It seems the .gt format is a binary format. The easiest option might still be to convert it to the Matrix Market (MTX) format, and feed it to our source code. I would recommend you to try on our dataset (the ones we tried), before moving on to 100 GB+ binary files. Do update me on how it goes. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants