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

Test 1 fails #16

Open
krismz opened this issue May 6, 2016 · 0 comments
Open

Test 1 fails #16

krismz opened this issue May 6, 2016 · 0 comments

Comments

@krismz
Copy link

krismz commented May 6, 2016

Running Test 1 on a Mac OSX 10.11 with GeForce GT650M and CUDA 7.5 fails with the following log:

Start testing: May 06 09:54 MDT

1/1 Testing: sanity
1/1 Test: sanity
Command: "/Users/krismz/Software/SCI-Solver_FEM/build/test/bin/sanity"
Directory: /Users/krismz/Software/SCI-Solver_FEM/build/test
"sanity" start time: May 06 09:54 MDT

Output:

Running main() from gtest_main.cc
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from SanityTests
[ RUN ] SanityTests.EggCarton
Read in node file successfully
Read in ele file successfully
Entering AMG setup loop.
Rows: 5000 of max: 256
Finished with AMG_Level_allocate.
Initialized IdxVector host & device vars.
calling computePermutation_d with tet mesh.
Finding vertex neighbors...
Done.

Calling Old MIS Aggregation method.
Finished initializing IdxVector_d elements.
Finished with partitionLabel creation.
Finished aggregateGraph inclusive_scan.
Finished aggregateGraph thrust::transform.
Starting aggregateGraph loop.
Finished loop 0 in aggregateGraph loop with 1776 unallocated nodes.
Finished loop 1 in aggregateGraph loop with 0 unallocated nodes.
Finished loop 2 in aggregateGraph loop with 4 unallocated nodes.
Finished loop 3 in aggregateGraph loop with 0 unallocated nodes.
Finished with aggregateGraph.
Fine conditioning time: 0.000s
Finished with fineAggregateSort.
Got permutation array.
Got partition sizes.
Got induced graph.
Finished inclusive_scan.
Finished thrust::transform.
unallocatedNodes = 0
Partition average size is 78.125000
unallocatedNodes = 1
unallocatedNodes = 0
Finished aggregateWeightedGraph.
Finished remapInducedGraph.
Finished fillPartitionLabel.
Finished thrust::stable_sort_by_key.
Finished with RandMIS_Aggregator::computePermutation_d
computePermutation_d called with tet mesh.
size: 43
The largest block size is 240
partition number is 43
largest_num_entries is 1895948515
inside number is -414773110, outside number is 408379769
unknown file: Failure
C++ exception with description "std::bad_alloc" thrown in the test body.
[ FAILED ] SanityTests.EggCarton (444 ms)
[----------] 1 test from SanityTests (444 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (444 ms total)
[ PASSED ] 0 tests.
[ FAILED ] 1 test, listed below:
[ FAILED ] SanityTests.EggCarton

1 FAILED TEST

Test time = 0.51 sec

Test Failed.
"sanity" end time: May 06 09:54 MDT

"sanity" time elapsed: 00:00:00

End testing: May 06 09:54 MDT

@brigb123 brigb123 reopened this May 13, 2016
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

2 participants