Hello . I recently downloaded MapGraph. I am trying to see how it works, what it can do and how it does it. But am coming across this error(CsrProblem()) whenever I run the:
./Algorithms/SSSP/SSSP -g smallRegressionGraphs/small.mtx
I was expecting:
visited edges: 170
M-Edges / sec: 0.146678
Total iteration: 2
retval: 0
Correctness testing ...passed
as in the README. Could you help me resolve this problem?
[george@compute019 mpgraph-git1]$ ./Algorithms/SSSP/SSSP -g smallRegressionGraphs/small.mtx
Running on host: localhost
Detected 1 CUDA Capable device(s)
Running on this device:
Device 0: "Tesla M2090"
CUDA Driver Version / Runtime Version 7.5 / 7.5
CUDA Capability Major/Minor version number: 2.0
Total amount of global memory: 5375 MBytes (5636554752 bytes)
Reading from smallRegressionGraphs/small.mtx:
Parsing MARKET COO format (7 nodes, 11 directed edges)... Done parsing (0s).
Converting 7 vertices, 11 directed edges (unordered tuples) to CSR format... Done converting (0s).
Single source vertex: 0
CsrProblem()GraphSlice()GPU 0 column_indices: 11 elements (176 bytes)
GPU 0 row_offsets: 8 elements (32 bytes)
CPU to GPU memory transfer time: 0.000000 ms
GPU CSC matrix build time: 0.000000 ms
num_srcs=1, src=0, iter_num=2147483647
Starting vertex: 0
Kernel time took: 0.924768 ms
Wall time took: 0 ms
Contract time took: 0 ms
Gather time took: 0 ms
Expand time took: 0 ms
Total iteration: 3
~CsrProblem()~GraphSlice()[george@compute019 mpgraph-git1]$
George,
We are no longer supporting that project. Thanks for your understanding.
Kind regards,
Bryan
On Tue, Jun 28, 2016 at 12:59 PM, GEORGE K kimanig22@users.sf.net wrote:
Related
Tickets: #14