GeminiGraph icon indicating copy to clipboard operation
GeminiGraph copied to clipboard

A computation-centric distributed graph processing system.

Results 20 GeminiGraph issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to run PageRank over two MPI (MPICH v4.0.2) hosts, with two NUMA nodes each. The input graph is very large (>4B vertices) therefore I converted Gemini to...

I encountered some problems in implementing the above algorithms, which seemed to me to contradict the point-centric idea of the model.

Hi! I'm learning to use Gemini and having problems. I downloaded data from #22 and when I run mpirun -n 1 ./sssp scale16_s.bin 65536 39, it returns =================================================================================== = BAD...

![image](https://user-images.githubusercontent.com/26450285/130544970-bab93952-83fe-4622-965a-fa70a902a569.png) my gcc's version is 11.2.1. when the process end, it will raise a segment fault. following the code , it found that freeing curr or next buffers will return...

In some environments, applying compilation optimizations (such as O3) may lead to segment fault. Fixing these two bugs may help!

While executing SSSP using mpi "mpiexec -np 16 toolkits/sssp sample_data/soc-Slashdot0811_tabSep_sssp.txt.bin 77360 0" it gives Mbind: Bad address error. If the number processes less than 10 "mpiexec -np 10" then it...

Since people discussing the binary file needs by Gemini, so I add a feature to convert the CSV format file to binary format. These are all I have done in...

I get the results of cc shows as follow: active(0)>=325557 active(1)>=64774 active(2)>=23313 active(3)>=958 active(4)>=1 exec_time=0.013219(s) components = 278905 active(0)>=325557 active(1)>=65181 active(2)>=23192 active(3)>=957 active(4)>=1 exec_time=0.011986(s) components = 278905 what`s it stand...

Hi,xiaowei, I'm trying to run pagerank on scale16_s.bin, which from [here](https://github.com/bibrakc/graph-datasets/tree/master/data) from issue #6 , but I get a segment fault, it looks like following. I think the numa_set_interleave_mask() function...

Fixed non Null terminated string and a return type. This fixes a problem resulting in a segfault when compiled with g++ version 9.3.0 and 10.2.0 using the ```-O3``` flag as...