thu-pacman / GeminiGraph

A computation-centric distributed graph processing system.
Apache License 2.0
310 stars 128 forks source link

Mbind: Bad address error #29

Open ebenezerrajadurai opened 3 years ago

ebenezerrajadurai commented 3 years ago

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 does not create this error. Also, if we give number of edges instead of number of vertices in the command it does not give this error. image

ebenezerrajadurai commented 3 years ago

@coolerzxw