You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: