GraphChi / graphchi-cpp

GraphChi's C++ version. Big Data - small machine.
https://www.usenix.org/system/files/conference/osdi12/osdi12-final-126.pdf
800 stars 311 forks source link

conversions.hpp:change all fopen() to fopen64() #35

Closed anyayunli closed 9 years ago

anyayunli commented 9 years ago

The original code can not read files larger than 2G, after changing all fopen() to fopen64(), it works. Test on 6.5G

akyrola commented 9 years ago

Can you make a pull request? Thanks!