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

Format conversion from huge edge list to totem format #43

Open
sgpyc opened this issue Oct 28, 2016 · 1 comment
Open

Format conversion from huge edge list to totem format #43

sgpyc opened this issue Oct 28, 2016 · 1 comment

Comments

@sgpyc
Copy link

sgpyc commented Oct 28, 2016

I have encountered some issues using src/scripts/graph_conversion/txt2totem.sh to convert huge edge list (of ~2billion edges) to totem format.

Attached is a small program in C++ (need --std=c++11 to g++ to compile) that convert edge list (without edge values) to .totem format following the specification. Please help to verify whether it meets the .totem format standard.

convert_coo2totem.cpp.zip

@siegfriedgreg
Copy link

@sgpyc - I appreciate you sharing your code for the converter as I wasnt able to get the scripts to convert my file types and yours worked well! I modified it a little to add directed or undirected parameter specifications for converting.

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