Skip to content

Errors running tests after building #41

@ctcyang

Description

@ctcyang

I am running into problems running tests for the GPU implementation of GBTL. I am thinking the issue is with the cusplibrary version I'm using not matching up with the cusplibrary you used. Could you let me know which version you used?

My system environment is:

CUDA: 10.0
nvcc: 10.0
GBTL: 1.0.0 branch
cusplibrary: develop branch (commit dc77579)

I built using make and ran the tests using run_tests.sh on two GPUs (Tesla V and K40c). The output for both looks like:

*** No errors detected
terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc
./run_tests.sh: line 1: 30328 Aborted                 (core dumped) ./$test

*** No errors detected
terminate called after throwing an instance of 'thrust::system::system_error'
  what():  device free failed: an illegal memory access was encountered
terminate called recursively

*** 2 failures detected in test suite "mst_suite"

*** No errors detected

*** 16 failures detected in test suite "bfs_suite"

*** No errors detected

*** No errors detected

*** 12 failures detected in test suite "sssp_suite"

*** No errors detected

*** No errors detected

*** No errors detected

*** 2 failures detected in test suite "maxflow_suite"

*** No errors detected

*** No errors detected

*** No errors detected

Full error log: https://gist.github.com/ctcyang/09cffca92d64bd3c9bc63300c9122f5f

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions