GridGraph icon indicating copy to clipboard operation
GridGraph copied to clipboard

Trouble running with files larger than Livejournal

Open gurneetkaur2 opened this issue 4 years ago • 1 comments

I was able to run the pokec and livejournal graphs successfully for wcc and pagerank applications. But when I try to tun it with wikipedia graph, I get the below error - pagerank: /rhome/gkaur007/work/GridGraph/core/bigvector.hpp:78: void BigVector<T>::init(std::string, size_t) [with T = float; std::string = std::basic_string; size_t = long unsigned int]: Assertion `write(fout, buffer, PAGESIZE)==PAGESIZE' failed. Aborted

I tried for grid size 4 and 8 and tried allocating different memory budget.

Any insight will be greatly appreciated EDIT : pre-appending sudo to run the application commands solved the problem.

gurneetkaur2 avatar Jun 15 '20 05:06 gurneetkaur2

Watching on this issue ~~

chenw23 avatar Jul 18 '20 08:07 chenw23