Error when use make-edgelist.c generated graph · Issue #35 · graph500/graph500 · GitHub
Skip to content

Error when use make-edgelist.c generated graph #35

Description

@landonwongpage

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions