'Graph500: Error when use make-edgelist.c to generated graphs
version: branch v2-sepc
Hi,
I'm trying to first generate edgelist and rootlist and then use them run seq-csr/seq-list. I did the following process sequentially.
# wsy @ asg70 in ~/work/graph500 on git:v2-spec o [2:55:49]
$ ./make-edgelist -s 16 -e 10 -o edgelist -r rootlist
# wsy @ asg70 in ~/work/graph500 on git:v2-spec x [2:56:31]
$ cd seq-list
# wsy @ asg70 in ~/work/graph500/seq-list on git:v2-spec x [2:56:38]
$ ./seq-list -s 16 -e 10 -o ../edgelist -r ../rootlist
[1] 447150 segmentation fault (core dumped) ./seq-list -s 16 -e 10 -o ../edgelist -r ../rootlist
# wsy @ asg70 in ~/work/graph500/seq-list on git:v2-spec x [2:57:00] C:139
$ cd ../seq-csr
# wsy @ asg70 in ~/work/graph500/seq-csr on git:v2-spec x [2:57:07]
$ ./seq-csr -s 16 -e 10 -o ../edgelist -r ../rootlist
bfs 0 from 1469 failed verification (-999)
[1] 447297 IOT instruction (core dumped) ./seq-csr -s 16 -e 10 -o ../edgelist -r ../rootlist
Is my command wrong?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
