-
Notifications
You must be signed in to change notification settings - Fork 311
METIS file format parser #2
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
Conversation
I have merged your changes, thanks for the contribution! |
Tried the community detection algorithm successfully on several graphs from the DIMACS collection, but running into an open file limit for the uk-2007 web graph: INFO: graphchi_engine.hpp(print_config:125): Engine configuration: Reading your publication on GraphChi, I see that you have already worked successfully with the same graph. So I guess I am doing something wrong. Tried to increase the operating system limit with: sudo sysctl -w fs.file-max=100000000, but the error remains. What could be the problem here? If it is the limit set by the OS, could GraphChi read and check it before attempting a 30 minute computation which will then fail? Kind regards Am 05.08.2013 um 21:38 schrieb Aapo Kyrola [email protected]:
|
Hi Chris, have a look here: Aapo On Aug 13, 2013, at 10:28 AM, clstaudt wrote:
Aapo Kyrola |
another batch of fixes
The parser implements basic features of the METIS graph file format (unweighted, undirected graphs)