You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: