Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors running tests after building #41

Open
ctcyang opened this issue May 24, 2019 · 0 comments
Open

Errors running tests after building #41

ctcyang opened this issue May 24, 2019 · 0 comments

Comments

@ctcyang
Copy link

ctcyang commented May 24, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant