Skip to content
Failed

Console Output

Skipping 3,140 KB.. Full Log
36: [       OK ] std_algorithms_modseq_test.reverse (56 ms)
36: [----------] 1 test from std_algorithms_modseq_test (56 ms total)
36: 
36: [----------] Global test environment tear-down
36: [==========] 31 tests from 5 test suites ran. (5185 ms total)
36: [  PASSED  ] 31 tests.
36/51 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_D ...............   Passed    5.99 sec
test 37
      Start 37: Kokkos_AlgorithmsUnitTest_StdSet_E

37: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E
37: Test timeout computed to be: 1500
23: MallocTouchFree/N:268435456/manual_time                                             5029 us         4693 us          100  198.861/s
37: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
37:                                     Detected: 6 cores per node.
37:                                     Detected: 1 MPI_ranks per node.
37:                                     Requested: 8 threads per process.
37: [==========] Running 29 tests from 7 test suites.
37: [----------] Global test environment set-up.
37: [----------] 2 tests from std_algorithms_sorting_ops_test
37: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted
37: is_sorted: dynamic_view, all overloads 
37: is_sorted: stride2_view, all overloads 
37: is_sorted: stride3_view, all overloads 
37: [       OK ] std_algorithms_sorting_ops_test.is_sorted (11 ms)
37: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
37: is_sorted_until: dynamic_view, all overloads 
37: is_sorted_until: stride2_view, all overloads 
37: is_sorted_until: stride3_view, all overloads 
37: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (11 ms)
37: [----------] 2 tests from std_algorithms_sorting_ops_test (23 ms total)
37: 
37: [----------] 4 tests from std_algorithms_partitioning_test
37: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_trivial
37: [       OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms)
37: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators
37: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (1 ms)
37: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_view
37: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (0 ms)
37: [ RUN      ] std_algorithms_partitioning_test.partition_point
37: [       OK ] std_algorithms_partitioning_test.partition_point (0 ms)
37: [----------] 4 tests from std_algorithms_partitioning_test (3 ms total)
37: 
37: [----------] 1 test from std_algorithms_partitioning_ops
37: [ RUN      ] std_algorithms_partitioning_ops.partition_copy
37: [       OK ] std_algorithms_partitioning_ops.partition_copy (22 ms)
37: [----------] 1 test from std_algorithms_partitioning_ops (22 ms total)
37: 
37: [----------] 12 tests from std_algorithms_numerics_test
37: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type
37: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (5 ms)
37: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type
37: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms)
37: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type
37: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (1 ms)
37: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type
37: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (0 ms)
37: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type
37: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms)
37: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type
37: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms)
37: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type
37: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms)
37: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type
37: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (1 ms)
37: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type
37: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (1 ms)
37: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type
37: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (1 ms)
37: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type
37: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (1 ms)
37: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type
37: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (1 ms)
37: [----------] 12 tests from std_algorithms_numerics_test (17 ms total)
37: 
37: [----------] 1 test from std_algorithms_numerics_ops_test
37: [ RUN      ] std_algorithms_numerics_ops_test.adjecent_difference
37: [       OK ] std_algorithms_numerics_ops_test.adjecent_difference (90 ms)
37: [----------] 1 test from std_algorithms_numerics_ops_test (90 ms total)
37: 
37: [----------] 8 tests from std_algorithms_numeric_ops_test
37: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan
23: MallocTouchFree/N:4294967296/manual_time                                           85429 us        17651 us           10  11.7057/s
37: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan (1076 ms)
37: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan_functor
37: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms)
37: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan
37: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan (769 ms)
37: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan_functor
37: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms)
37: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan
37: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (214 ms)
37: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor
37: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms)
37: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan
23: ----------------------------------------------------------------------------------------------------------------------------------------------
23: Benchmark                                                                              Time             CPU   Iterations  FOM: GB/s         MB
23: ----------------------------------------------------------------------------------------------------------------------------------------------
23: ViewAllocate_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                            0.016 s         0.007 s           100  51.0071/s        800
37: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (286 ms)
37: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor
37: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms)
37: [----------] 8 tests from std_algorithms_numeric_ops_test (2346 ms total)
37: 
37: [----------] 1 test from std_algorithms_transform_ops_test
37: [ RUN      ] std_algorithms_transform_ops_test.transform_unary_op
37: [       OK ] std_algorithms_transform_ops_test.transform_unary_op (33 ms)
37: [----------] 1 test from std_algorithms_transform_ops_test (33 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 29 tests from 7 test suites ran. (2537 ms total)
37: [  PASSED  ] 29 tests.
37/51 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_E ...............   Passed    3.34 sec
test 38
      Start 38: Kokkos_AlgorithmsUnitTest_StdSet_Team_A

38: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A
38: Test timeout computed to be: 1500
23: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time                           0.017 s         0.007 s            41  46.2553/s        800
38: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
38:                                     Detected: 6 cores per node.
38:                                     Detected: 1 MPI_ranks per node.
38:                                     Requested: 8 threads per process.
38: [==========] Running 12 tests from 7 test suites.
38: [----------] Global test environment set-up.
38: [----------] 2 tests from std_algorithms_adjacent_find_team_test
38: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist
38: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (666 ms)
38: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist
23: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                            0.017 s         0.007 s            41  46.1024/s        800
38: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (642 ms)
38: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1308 ms total)
38: 
38: [----------] 2 tests from std_algorithms_count_team_test
38: [ RUN      ] std_algorithms_count_team_test.count_returns_nonzero
38: [       OK ] std_algorithms_count_team_test.count_returns_nonzero (734 ms)
38: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
23: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time                           0.017 s         0.007 s            41  45.7673/s        800
38: [       OK ] std_algorithms_count_team_test.count_returns_zero (266 ms)
38: [----------] 2 tests from std_algorithms_count_team_test (1001 ms total)
38: 
38: [----------] 1 test from std_algorithms_count_if_team_test
38: [ RUN      ] std_algorithms_count_if_team_test.test
38: [       OK ] std_algorithms_count_if_team_test.test (349 ms)
38: [----------] 1 test from std_algorithms_count_if_team_test (349 ms total)
38: 
38: [----------] 1 test from std_algorithms_for_each_team_test
38: [ RUN      ] std_algorithms_for_each_team_test.test
23: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                            0.017 s         0.007 s            41  45.7939/s        800
38: [       OK ] std_algorithms_for_each_team_test.test (509 ms)
38: [----------] 1 test from std_algorithms_for_each_team_test (509 ms total)
38: 
38: [----------] 1 test from std_algorithms_for_each_n_team_test
38: [ RUN      ] std_algorithms_for_each_n_team_test.test
38: [       OK ] std_algorithms_for_each_n_team_test.test (562 ms)
38: [----------] 1 test from std_algorithms_for_each_n_team_test (562 ms total)
38: 
38: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test
38: [ RUN      ] std_algorithms_lexicographical_compare_team_test.views_are_equal
23: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time                           0.018 s         0.007 s            41  45.6983/s        800
23: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                            0.017 s         0.007 s            40  46.3321/s        800
 -- Testing 1-D histogram
Density 1D: 0.00195674 -0.999997 -9107.59 || 0.051031 0 616401 || 4.51644e+09 11377 || -1.25903e+08 -0.823045
 -- Testing 3-D histogram
Density 3D: 0.00588073 -0.922293 1.62883 || 0.051031 1e+64 -1e+64
Test Scalar=float
 -- Testing randomness properties
23: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time                           0.017 s         0.007 s            41  46.9794/s        800
38: [       OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (3320 ms)
38: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_less
23: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                            0.017 s         0.006 s            41  46.9803/s        800
23: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time                           0.017 s         0.007 s            40  46.4208/s        800
23: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                            0.017 s         0.007 s            40  46.2841/s        800
38: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (2207 ms)
38: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater
23: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time                           0.017 s         0.007 s            41  46.9093/s        800
38: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (2116 ms)
38: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (7643 ms total)
38: 
38: [----------] 2 tests from std_algorithms_mismatch_team_test
38: [ RUN      ] std_algorithms_mismatch_team_test.views_are_equal
23: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                            0.017 s         0.007 s            41  46.9268/s        800
23: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time                           0.017 s         0.006 s            41  47.0345/s        800
23: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                            0.017 s         0.007 s            40  46.3785/s        800
38: [       OK ] std_algorithms_mismatch_team_test.views_are_equal (2403 ms)
38: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
23: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time                           0.017 s         0.007 s            40  46.3182/s        800
38: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (986 ms)
38: [----------] 2 tests from std_algorithms_mismatch_team_test (3390 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 12 tests from 7 test suites ran. (14765 ms total)
38: [  PASSED  ] 12 tests.
38/51 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ..........   Passed   15.57 sec
test 39
      Start 39: Kokkos_AlgorithmsUnitTest_StdSet_Team_B

39: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B
39: Test timeout computed to be: 1500
23: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.000 s           273  647.232/s       1.6k
 -- Testing 1-D histogram
Density 1D: 2.60671e-07 0.00108173 -0.0050585 || 0.051031 10986 11788 || 11364.7 11377 || -69.9287 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.86102e-07 0.0114773 0.000601099 || 0.051031 1e+64 -1e+64
Test Scalar=double
 -- Testing randomness properties
39: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
39:                                     Detected: 6 cores per node.
39:                                     Detected: 1 MPI_ranks per node.
39:                                     Requested: 8 threads per process.
39: [==========] Running 8 tests from 4 test suites.
39: [----------] Global test environment set-up.
39: [----------] 2 tests from std_algorithms_equal_team_test
39: [ RUN      ] std_algorithms_equal_team_test.views_are_equal
23: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.000 s           292  679.269/s       1.6k
39: [       OK ] std_algorithms_equal_team_test.views_are_equal (1872 ms)
39: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
23: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.000 s           291  672.831/s       1.6k
23: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.000 s           293  686.875/s       1.6k
39: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (1389 ms)
39: [----------] 2 tests from std_algorithms_equal_team_test (3262 ms total)
39: 
39: [----------] 2 tests from std_algorithms_search_team_test
39: [ RUN      ] std_algorithms_search_team_test.sequences_exist
23: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.000 s           293  686.843/s       1.6k
39: [       OK ] std_algorithms_search_team_test.sequences_exist (869 ms)
39: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
23: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.000 s           293  679.234/s       1.6k
39: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (1155 ms)
39: [----------] 2 tests from std_algorithms_search_team_test (2025 ms total)
39: 
39: [----------] 2 tests from std_algorithms_find_end_team_test
39: [ RUN      ] std_algorithms_find_end_team_test.sequences_exist
23: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.002 s         0.000 s           297  682.777/s       1.6k
23: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.052 s         0.000 s            13  30.7328/s       1.6k
39: [       OK ] std_algorithms_find_end_team_test.sequences_exist (2105 ms)
39: [ RUN      ] std_algorithms_find_end_team_test.sequences_do_not_exist
23: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.055 s         0.000 s            12  28.9991/s       1.6k
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.0221158 -0.00240793 || 0.051031 10975 11773 || 11634.3 11377 || -33.2872 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.00606195 -0.00136944 || 0.051031 1e+64 -1e+64
[       OK ] serial.Random_XorShift1024_0 (271613 ms)
[ RUN      ] serial.Multi_streams
[       OK ] serial.Multi_streams (0 ms)
[ RUN      ] serial.SortUnsignedValueType
23: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.002 s         0.000 s           299  684.757/s       1.6k
39: [       OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (1966 ms)
39: [----------] 2 tests from std_algorithms_find_end_team_test (4072 ms total)
39: 
39: [----------] 2 tests from std_algorithms_find_first_of_team_test
39: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_exist
23: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.021 s         0.000 s            33  77.4727/s       1.6k
23: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.023 s         0.000 s            31  70.9696/s       1.6k
39: [       OK ] std_algorithms_find_first_of_team_test.sequences_exist (1679 ms)
39: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_do_not_exist
23: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.000 s           295  687.269/s       1.6k
23: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.000 s           293  691.079/s       1.6k
23: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.000 s           294  681.461/s       1.6k
23: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.000 s           298  692.551/s       1.6k
23: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.056 s         0.000 s            12  28.3549/s       1.6k
23: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.056 s         0.000 s            12  28.4583/s       1.6k
23: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.024 s         0.000 s            29   67.327/s       1.6k
39: [       OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (6851 ms)
39: [----------] 2 tests from std_algorithms_find_first_of_team_test (8531 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 8 tests from 4 test suites ran. (17890 ms total)
39: [  PASSED  ] 8 tests.
39/51 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ..........   Passed   18.64 sec
test 40
      Start 40: Kokkos_AlgorithmsUnitTest_StdSet_Team_C

40: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C
40: Test timeout computed to be: 1500
23: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.024 s         0.000 s            29  67.2691/s       1.6k
40: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
40:                                     Detected: 6 cores per node.
40:                                     Detected: 1 MPI_ranks per node.
40:                                     Requested: 8 threads per process.
40: [==========] Running 11 tests from 7 test suites.
40: [----------] Global test environment set-up.
40: [----------] 2 tests from std_algorithms_find_team_test
40: [ RUN      ] std_algorithms_find_team_test.searched_values_exist
40: [       OK ] std_algorithms_find_team_test.searched_values_exist (367 ms)
40: [ RUN      ] std_algorithms_find_team_test.searched_values_do_not_exist
23: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.000 s           297  686.163/s       1.6k
40: [       OK ] std_algorithms_find_team_test.searched_values_do_not_exist (522 ms)
40: [----------] 2 tests from std_algorithms_find_team_test (890 ms total)
40: 
40: [----------] 2 tests from std_algorithms_find_if_team_test
40: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_true
40: [       OK ] std_algorithms_find_if_team_test.predicates_return_true (279 ms)
40: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
23: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.000 s           295  684.282/s       1.6k
40: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (542 ms)
40: [----------] 2 tests from std_algorithms_find_if_team_test (822 ms total)
40: 
40: [----------] 2 tests from std_algorithms_find_if_not_team_test
40: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_true
23: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.056 s         0.000 s            12  28.3452/s       1.6k
40: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_true (548 ms)
40: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_false
40: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_false (283 ms)
40: [----------] 2 tests from std_algorithms_find_if_not_team_test (832 ms total)
40: 
40: [----------] 1 test from std_algorithms_all_of_team_test
40: [ RUN      ] std_algorithms_all_of_team_test.test
40: [       OK ] std_algorithms_all_of_team_test.test (491 ms)
40: [----------] 1 test from std_algorithms_all_of_team_test (491 ms total)
40: 
40: [----------] 1 test from std_algorithms_any_of_team_test
40: [ RUN      ] std_algorithms_any_of_team_test.test
40: [       OK ] std_algorithms_any_of_team_test.test (264 ms)
40: [----------] 1 test from std_algorithms_any_of_team_test (264 ms total)
40: 
40: [----------] 1 test from std_algorithms_none_of_team_test
40: [ RUN      ] std_algorithms_none_of_team_test.test
23: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.024 s         0.000 s            29  66.9795/s       1.6k
40: [       OK ] std_algorithms_none_of_team_test.test (481 ms)
40: [----------] 1 test from std_algorithms_none_of_team_test (481 ms total)
40: 
40: [----------] 2 tests from std_algorithms_search_n_team_test
40: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist
40: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (332 ms)
40: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist
23: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.000 s           301  720.653/s       1.6k
40: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (400 ms)
40: [----------] 2 tests from std_algorithms_search_n_team_test (733 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 11 tests from 7 test suites ran. (4515 ms total)
40: [  PASSED  ] 11 tests.
40/51 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ..........   Passed    5.32 sec
test 41
      Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_D

41: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D
41: Test timeout computed to be: 1500
41: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
41:                                     Detected: 6 cores per node.
41:                                     Detected: 1 MPI_ranks per node.
41:                                     Requested: 8 threads per process.
41: [==========] Running 3 tests from 3 test suites.
41: [----------] Global test environment set-up.
41: [----------] 1 test from std_algorithms_min_element_team_test
41: [ RUN      ] std_algorithms_min_element_team_test.test
23: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.000 s           302   708.89/s       1.6k
23: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.055 s         0.000 s            12  28.8656/s       1.6k
41: [       OK ] std_algorithms_min_element_team_test.test (1587 ms)
41: [----------] 1 test from std_algorithms_min_element_team_test (1587 ms total)
41: 
41: [----------] 1 test from std_algorithms_max_element_team_test
41: [ RUN      ] std_algorithms_max_element_team_test.test
23: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.023 s         0.000 s            30  68.3791/s       1.6k
23: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.000 s           308   718.77/s       1.6k
41: [       OK ] std_algorithms_max_element_team_test.test (1579 ms)
41: [----------] 1 test from std_algorithms_max_element_team_test (1579 ms total)
41: 
41: [----------] 1 test from std_algorithms_minmax_element_team_test
41: [ RUN      ] std_algorithms_minmax_element_team_test.test
23: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.000 s           304  702.982/s       1.6k
23: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.056 s         0.000 s            12  28.8193/s       1.6k
41: [       OK ] std_algorithms_minmax_element_team_test.test (2089 ms)
41: [----------] 1 test from std_algorithms_minmax_element_team_test (2089 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 3 tests from 3 test suites ran. (5256 ms total)
41: [  PASSED  ] 3 tests.
41/51 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ..........   Passed    6.07 sec
test 42
      Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_E

42: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E
42: Test timeout computed to be: 1500
23: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.024 s         0.000 s            29   67.925/s       1.6k
42: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
42:                                     Detected: 6 cores per node.
42:                                     Detected: 1 MPI_ranks per node.
42:                                     Requested: 8 threads per process.
42: [==========] Running 6 tests from 6 test suites.
42: [----------] Global test environment set-up.
42: [----------] 1 test from std_algorithms_fill_team_test
42: [ RUN      ] std_algorithms_fill_team_test.test
42: [       OK ] std_algorithms_fill_team_test.test (376 ms)
42: [----------] 1 test from std_algorithms_fill_team_test (376 ms total)
42: 
42: [----------] 1 test from std_algorithms_fill_n_team_test
42: [ RUN      ] std_algorithms_fill_n_team_test.test
23: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time          0.003 s         0.000 s           274  616.878/s       1.6k
42: [       OK ] std_algorithms_fill_n_team_test.test (499 ms)
42: [----------] 1 test from std_algorithms_fill_n_team_test (499 ms total)
42: 
42: [----------] 1 test from std_algorithms_replace_team_test
42: [ RUN      ] std_algorithms_replace_team_test.test
42: [       OK ] std_algorithms_replace_team_test.test (483 ms)
42: [----------] 1 test from std_algorithms_replace_team_test (483 ms total)
42: 
42: [----------] 1 test from std_algorithms_replace_if_team_test
42: [ RUN      ] std_algorithms_replace_if_team_test.test
23: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time        0.003 s         0.000 s           270  615.341/s       1.6k
42: [       OK ] std_algorithms_replace_if_team_test.test (682 ms)
42: [----------] 1 test from std_algorithms_replace_if_team_test (682 ms total)
42: 
42: [----------] 1 test from std_algorithms_replace_copy_team_test
42: [ RUN      ] std_algorithms_replace_copy_team_test.test
23: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time         0.003 s         0.000 s           267  619.742/s       1.6k
42: [       OK ] std_algorithms_replace_copy_team_test.test (1061 ms)
42: [----------] 1 test from std_algorithms_replace_copy_team_test (1061 ms total)
42: 
42: [----------] 1 test from std_algorithms_replace_copy_if_team_test
42: [ RUN      ] std_algorithms_replace_copy_if_team_test.test
23: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time         0.003 s         0.000 s           269  616.885/s       1.6k
42: [       OK ] std_algorithms_replace_copy_if_team_test.test (878 ms)
42: [----------] 1 test from std_algorithms_replace_copy_if_team_test (878 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 6 tests from 6 test suites ran. (3980 ms total)
42: [  PASSED  ] 6 tests.
42/51 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ..........   Passed    4.73 sec
test 43
      Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_F

43: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F
43: Test timeout computed to be: 1500
23: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.000 s           588  690.505/s        800
43: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
43:                                     Detected: 6 cores per node.
43:                                     Detected: 1 MPI_ranks per node.
43:                                     Requested: 8 threads per process.
43: [==========] Running 4 tests from 4 test suites.
43: [----------] Global test environment set-up.
43: [----------] 1 test from std_algorithms_reverse_team_test
43: [ RUN      ] std_algorithms_reverse_team_test.test
43: [       OK ] std_algorithms_reverse_team_test.test (378 ms)
43: [----------] 1 test from std_algorithms_reverse_team_test (378 ms total)
43: 
43: [----------] 1 test from std_algorithms_reverse_copy_team_test
43: [ RUN      ] std_algorithms_reverse_copy_team_test.test
23: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.000 s           601  708.947/s        800
43: [       OK ] std_algorithms_reverse_copy_team_test.test (432 ms)
43: [----------] 1 test from std_algorithms_reverse_copy_team_test (432 ms total)
43: 
43: [----------] 1 test from std_algorithms_rotate_team_test
43: [ RUN      ] std_algorithms_rotate_team_test.test
23: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.000 s           598  669.008/s        800
43: [       OK ] std_algorithms_rotate_team_test.test (1177 ms)
43: [----------] 1 test from std_algorithms_rotate_team_test (1177 ms total)
43: 
43: [----------] 1 test from std_algorithms_rotate_copy_team_test
43: [ RUN      ] std_algorithms_rotate_copy_team_test.test
23: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.000 s           569  685.667/s        800
43: [       OK ] std_algorithms_rotate_copy_team_test.test (901 ms)
43: [----------] 1 test from std_algorithms_rotate_copy_team_test (901 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 4 tests from 4 test suites ran. (2890 ms total)
43: [  PASSED  ] 4 tests.
43/51 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ..........   Passed    3.65 sec
test 44
      Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_G

44: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G
44: Test timeout computed to be: 1500
23: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.000 s           571  688.228/s        800
44: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
44:                                     Detected: 6 cores per node.
44:                                     Detected: 1 MPI_ranks per node.
44:                                     Requested: 8 threads per process.
44: [==========] Running 4 tests from 4 test suites.
44: [----------] Global test environment set-up.
44: [----------] 1 test from std_algorithms_move_team_test
44: [ RUN      ] std_algorithms_move_team_test.test
23: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.000 s           587   698.42/s        800
44: [       OK ] std_algorithms_move_team_test.test (622 ms)
44: [----------] 1 test from std_algorithms_move_team_test (622 ms total)
44: 
44: [----------] 1 test from std_algorithms_move_backward_team_test
44: [ RUN      ] std_algorithms_move_backward_team_test.test
44: [       OK ] std_algorithms_move_backward_team_test.test (540 ms)
44: [----------] 1 test from std_algorithms_move_backward_team_test (540 ms total)
44: 
44: [----------] 1 test from std_algorithms_shift_left_team_test
44: [ RUN      ] std_algorithms_shift_left_team_test.test
23: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.000 s           605  670.289/s        800
23: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.000 s           580  695.876/s        800
23: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.000 s           598  698.152/s        800
44: [       OK ] std_algorithms_shift_left_team_test.test (2388 ms)
44: [----------] 1 test from std_algorithms_shift_left_team_test (2388 ms total)
44: 
44: [----------] 1 test from std_algorithms_shift_right_team_test
44: [ RUN      ] std_algorithms_shift_right_team_test.test
23: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.000 s           600  687.299/s        800
23: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.000 s           569  702.905/s        800
23: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.000 s           597  674.162/s        800
44: [       OK ] std_algorithms_shift_right_team_test.test (2205 ms)
44: [----------] 1 test from std_algorithms_shift_right_team_test (2205 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 4 tests from 4 test suites ran. (5756 ms total)
44: [  PASSED  ] 4 tests.
44/51 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ..........   Passed    6.52 sec
test 45
      Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_H

45: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H
45: Test timeout computed to be: 1500
23: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.000 s           572  674.984/s        800
45: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
45:                                     Detected: 6 cores per node.
45:                                     Detected: 1 MPI_ranks per node.
45:                                     Requested: 8 threads per process.
45: [==========] Running 9 tests from 9 test suites.
45: [----------] Global test environment set-up.
45: [----------] 1 test from std_algorithms_copy_team_test
45: [ RUN      ] std_algorithms_copy_team_test.test
23: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.000 s           611  680.516/s        800
45: [       OK ] std_algorithms_copy_team_test.test (781 ms)
45: [----------] 1 test from std_algorithms_copy_team_test (781 ms total)
45: 
45: [----------] 1 test from std_algorithms_copy_n_team_test
45: [ RUN      ] std_algorithms_copy_n_team_test.test
23: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.000 s           535  664.407/s        800
45: [       OK ] std_algorithms_copy_n_team_test.test (608 ms)
45: [----------] 1 test from std_algorithms_copy_n_team_test (608 ms total)
45: 
45: [----------] 1 test from std_algorithms_copy_backward_team_test
45: [ RUN      ] std_algorithms_copy_backward_team_test.test
45: [       OK ] std_algorithms_copy_backward_team_test.test (540 ms)
45: [----------] 1 test from std_algorithms_copy_backward_team_test (540 ms total)
45: 
45: [----------] 1 test from std_algorithms_copy_if_team_test
45: [ RUN      ] std_algorithms_copy_if_team_test.test
23: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.000 s           600  671.245/s        800
45: [       OK ] std_algorithms_copy_if_team_test.test (686 ms)
45: [----------] 1 test from std_algorithms_copy_if_team_test (686 ms total)
45: 
45: [----------] 1 test from std_algorithms_unique_copy_team_test
45: [ RUN      ] std_algorithms_unique_copy_team_test.test
23: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time                                  0.001 s         0.000 s           586  684.804/s        800
23: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time                                 0.001 s         0.000 s           565  696.226/s        800
23: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.001 s         0.000 s            10 2.33338k/s       1.6k
23: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.000 s            10 1.89456k/s       1.6k
23: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.007 s         0.000 s            10  229.705/s       1.6k
23: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.000 s            10 2.16609k/s       1.6k
45: [       OK ] std_algorithms_unique_copy_team_test.test (1234 ms)
45: [----------] 1 test from std_algorithms_unique_copy_team_test (1234 ms total)
45: 
45: [----------] 1 test from std_algorithms_remove_team_test
45: [ RUN      ] std_algorithms_remove_team_test.test
23: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.007 s         0.000 s            10  221.433/s       1.6k
23: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.000 s            10 2.05788k/s       1.6k
23: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.001 s         0.000 s            10 2.35399k/s       1.6k
23: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.001 s         0.000 s            10 2.33855k/s       1.6k
23: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.007 s         0.000 s            10   234.04/s       1.6k
23: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.001 s         0.000 s            10  2.6922k/s       1.6k
23: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.007 s         0.000 s            10  225.058/s       1.6k
23: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.001 s         0.000 s            10 2.56485k/s       1.6k
23: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.007 s         0.000 s            10   217.65/s       1.6k
23: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.000 s            10 1.97347k/s       1.6k
23: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.007 s         0.000 s            10   221.82/s       1.6k
23: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.000 s            10 1.93541k/s       1.6k
45: [       OK ] std_algorithms_remove_team_test.test (835 ms)
45: [----------] 1 test from std_algorithms_remove_team_test (835 ms total)
45: 
45: [----------] 1 test from std_algorithms_remove_if_team_test
45: [ RUN      ] std_algorithms_remove_if_team_test.test
23: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.007 s         0.000 s            10  225.685/s       1.6k
23: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.001 s         0.000 s            10 2.37152k/s       1.6k
23: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.007 s         0.000 s            10  222.454/s       1.6k
23: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.001 s         0.000 s            10 2.25333k/s       1.6k
23: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.007 s         0.000 s            10  218.387/s       1.6k
23: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.000 s            10 1.84082k/s       1.6k
23: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.007 s         0.000 s            10  226.718/s       1.6k
23: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.001 s         0.000 s            10 2.22065k/s       1.6k
23: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.007 s         0.000 s            10  221.656/s       1.6k
23: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.000 s            10 2.00361k/s       1.6k
23: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.007 s         0.000 s            10  226.006/s       1.6k
23: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.001 s         0.000 s            10 2.55513k/s       1.6k
23: ViewResize_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.007 s         0.000 s            10  218.472/s       1.6k
23: ViewResize_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.000 s            10 2.17532k/s       1.6k
23: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.007 s         0.000 s            10  223.089/s       1.6k
23: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.001 s         0.000 s            10 2.74406k/s       1.6k
23: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time           0.006 s         0.006 s            10  260.192/s       1.6k
23: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time          0.006 s         0.006 s            10  264.477/s       1.6k
45: [       OK ] std_algorithms_remove_if_team_test.test (864 ms)
45: [----------] 1 test from std_algorithms_remove_if_team_test (864 ms total)
45: 
45: [----------] 1 test from std_algorithms_remove_copy_team_test
45: [ RUN      ] std_algorithms_remove_copy_team_test.test
23/48 Test #23: Kokkos_PerformanceTest_Benchmark ............   Passed  114.61 sec
test 24
      Start 24: Kokkos_Benchmark_Atomic_MinMax

24: Test command: /var/jenkins/workspace/Kokkos_develop/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2024-01-26_T14-13-08.json"
24: Working Directory: /var/jenkins/workspace/Kokkos_develop/build/core/perf_test
24: Test timeout computed to be: 1500
45: [       OK ] std_algorithms_remove_copy_team_test.test (1055 ms)
45: [----------] 1 test from std_algorithms_remove_copy_team_test (1055 ms total)
45: 
45: [----------] 1 test from std_algorithms_remove_copy_if_team_test
45: [ RUN      ] std_algorithms_remove_copy_if_team_test.test
45: [       OK ] std_algorithms_remove_copy_if_team_test.test (941 ms)
45: [----------] 1 test from std_algorithms_remove_copy_if_team_test (941 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 9 tests from 9 test suites ran. (7548 ms total)
45: [  PASSED  ] 9 tests.
45/51 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ..........   Passed    8.36 sec
test 46
      Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_I

46: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I
46: Test timeout computed to be: 1500
46: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
46:                                     Detected: 6 cores per node.
46:                                     Detected: 1 MPI_ranks per node.
46:                                     Requested: 8 threads per process.
46: [==========] Running 4 tests from 4 test suites.
46: [----------] Global test environment set-up.
46: [----------] 1 test from std_algorithms_unique_team_test
46: [ RUN      ] std_algorithms_unique_team_test.test_default_predicate
24: 2024-01-26T15:09:52+00:00
24: Running /var/jenkins/workspace/Kokkos_develop/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax
24: Run on (4 X 2300.11 MHz CPU s)
24: CPU Caches:
24:   L1 Data 32 KiB (x4)
24:   L1 Instruction 32 KiB (x4)
24:   L2 Unified 4096 KiB (x4)
24:   L3 Unified 16384 KiB (x4)
24: Load Average: 0.67, 3.40, 6.54
24: CPU architecture: none
24: Default Device: N6Kokkos12Experimental12OpenMPTargetE
24: GIT_BRANCH: HEAD
24: GIT_CLEAN_STATUS: CLEAN
24: GIT_COMMIT_DATE: 2024-01-26T08:46:12-05:00
24: GIT_COMMIT_DESCRIPTION: Merge pull request #6747 from uliegecsm/fix-remove-if
24: GIT_COMMIT_HASH: 20150550e
24: GPU architecture: VOLTA70
24: KOKKOS_COMPILER_CLANG: 1703
24: KOKKOS_ENABLE_ASM: no
24: KOKKOS_ENABLE_CXX17: yes
24: KOKKOS_ENABLE_CXX20: no
24: KOKKOS_ENABLE_CXX23: no
24: KOKKOS_ENABLE_CXX26: no
24: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
24: KOKKOS_ENABLE_HBWSPACE: no
24: KOKKOS_ENABLE_HWLOC: no
24: KOKKOS_ENABLE_INTEL_MM_ALLOC: no
24: KOKKOS_ENABLE_LIBDL: yes
24: KOKKOS_ENABLE_LIBRT: no
24: KOKKOS_ENABLE_OPENMPTARGET: yes
24: KOKKOS_ENABLE_PRAGMA_IVDEP: no
24: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
24: KOKKOS_ENABLE_PRAGMA_UNROLL: no
24: KOKKOS_ENABLE_PRAGMA_VECTOR: no
24: KOKKOS_ENABLE_SERIAL: yes
24: Kokkos Version: 4.2.99
24: platform: 64bit
24: ----------------------------------------------------------------------------------------------------------------------------------------
24: Benchmark                                                                                              Time             CPU   Iterations
24: ----------------------------------------------------------------------------------------------------------------------------------------
24: Atomic_MinReplacements<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
24: Atomic_MaxReplacements<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
24: Atomic_MaxEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
24: Atomic_MinEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
24: Atomic_ContentiousMaxReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
24: Atomic_ContentiousMinReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
24: Atomic_MinReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
24: Atomic_MaxReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
24: Atomic_MaxEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
24: Atomic_MinEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
24: Atomic_ContentiousMaxReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
24: Atomic_ContentiousMinReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
24: Atomic_MinReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
24: Atomic_MaxReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
24: Atomic_MaxEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
24: Atomic_MinEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
24: Atomic_ContentiousMaxReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
24: Atomic_ContentiousMinReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
24: Atomic_MinReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
24: Atomic_MaxReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
24: Atomic_MaxEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
24: Atomic_MinEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
24: Atomic_ContentiousMaxReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
24: Atomic_ContentiousMinReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
24: Atomic_MinReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
24: Atomic_MaxReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
24: Atomic_MaxEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
24: Atomic_MinEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
24: Atomic_ContentiousMaxReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
24: Atomic_ContentiousMinReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
24: Atomic_MinReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
24: Atomic_MaxReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
24: Atomic_MaxEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
24: Atomic_MinEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
24: Atomic_ContentiousMaxReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
24: Atomic_ContentiousMinReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
24: Atomic_MinReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
24: Atomic_MaxReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
24: Atomic_MaxEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
24: Atomic_MinEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
24: Atomic_ContentiousMaxReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
24: Atomic_ContentiousMinReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
24: Atomic_MinReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
24: Atomic_MaxReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
24: Atomic_MaxEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
24: Atomic_MinEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
24: Atomic_ContentiousMaxReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
24: Atomic_ContentiousMinReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
24/48 Test #24: Kokkos_Benchmark_Atomic_MinMax ..............   Passed    2.27 sec
test 25
      Start 25: Kokkos_PerformanceTest_Mempool

25: Test command: /var/jenkins/workspace/Kokkos_develop/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2024-01-26_T14-13-08.json"
25: Working Directory: /var/jenkins/workspace/Kokkos_develop/build/core/perf_test
25: Test timeout computed to be: 1500
46: [       OK ] std_algorithms_unique_team_test.test_default_predicate (1361 ms)
46: [----------] 1 test from std_algorithms_unique_team_test (1361 ms total)
46: 
46: [----------] 1 test from std_algorithms_adjacent_difference_team_test
46: [ RUN      ] std_algorithms_adjacent_difference_team_test.test
25: 2024-01-26T15:09:54+00:00
25: Running /var/jenkins/workspace/Kokkos_develop/build/core/perf_test/Kokkos_PerformanceTest_Mempool
25: Run on (4 X 2300.11 MHz CPU s)
25: CPU Caches:
25:   L1 Data 32 KiB (x4)
25:   L1 Instruction 32 KiB (x4)
25:   L2 Unified 4096 KiB (x4)
25:   L3 Unified 16384 KiB (x4)
25: Load Average: 0.67, 3.40, 6.54
25: CPU architecture: none
25: Default Device: N6Kokkos12Experimental12OpenMPTargetE
25: GIT_BRANCH: HEAD
25: GIT_CLEAN_STATUS: CLEAN
25: GIT_COMMIT_DATE: 2024-01-26T08:46:12-05:00
25: GIT_COMMIT_DESCRIPTION: Merge pull request #6747 from uliegecsm/fix-remove-if
25: GIT_COMMIT_HASH: 20150550e
25: GPU architecture: VOLTA70
25: KOKKOS_COMPILER_CLANG: 1703
25: KOKKOS_ENABLE_ASM: no
25: KOKKOS_ENABLE_CXX17: yes
25: KOKKOS_ENABLE_CXX20: no
25: KOKKOS_ENABLE_CXX23: no
25: KOKKOS_ENABLE_CXX26: no
25: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
25: KOKKOS_ENABLE_HBWSPACE: no
25: KOKKOS_ENABLE_HWLOC: no
25: KOKKOS_ENABLE_INTEL_MM_ALLOC: no
25: KOKKOS_ENABLE_LIBDL: yes
25: KOKKOS_ENABLE_LIBRT: no
25: KOKKOS_ENABLE_OPENMPTARGET: yes
25: KOKKOS_ENABLE_PRAGMA_IVDEP: no
25: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
25: KOKKOS_ENABLE_PRAGMA_UNROLL: no
25: KOKKOS_ENABLE_PRAGMA_VECTOR: no
25: KOKKOS_ENABLE_SERIAL: yes
25: Kokkos Version: 4.2.99
25: platform: 64bit
46: [       OK ] std_algorithms_adjacent_difference_team_test.test (1440 ms)
46: [----------] 1 test from std_algorithms_adjacent_difference_team_test (1440 ms total)
46: 
46: [----------] 1 test from std_algorithms_reduce_team_test
46: [ RUN      ] std_algorithms_reduce_team_test.test
25: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: fill ops per second
25: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25: Mempool_Fill/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time               0.001 s         0.000 s           495               4.52566M/s
25: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: cycle ops per second
25: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25: Mempool_Alloc_Dealloc/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time      0.001 s         0.000 s          1321                20.8848M/s
46: [       OK ] std_algorithms_reduce_team_test.test (1196 ms)
46: [----------] 1 test from std_algorithms_reduce_team_test (1196 ms total)
46: 
46: [----------] 1 test from std_algorithms_transform_reduce_team_test
46: [ RUN      ] std_algorithms_transform_reduce_team_test.test
25/48 Test #25: Kokkos_PerformanceTest_Mempool ..............   Passed    4.14 sec
test 26
      Start 26: Kokkos_PerformanceTest_Atomic

26: Test command: /var/jenkins/workspace/Kokkos_develop/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2024-01-26_T14-13-08.json"
26: Working Directory: /var/jenkins/workspace/Kokkos_develop/build/core/perf_test
26: Test timeout computed to be: 1500
26: 2024-01-26T15:09:58+00:00
26: Running /var/jenkins/workspace/Kokkos_develop/build/core/perf_test/Kokkos_PerformanceTest_Atomic
26: Run on (4 X 2300.11 MHz CPU s)
26: CPU Caches:
26:   L1 Data 32 KiB (x4)
26:   L1 Instruction 32 KiB (x4)
26:   L2 Unified 4096 KiB (x4)
26:   L3 Unified 16384 KiB (x4)
26: Load Average: 0.70, 3.36, 6.51
26: CPU architecture: none
26: Default Device: N6Kokkos12Experimental12OpenMPTargetE
26: GIT_BRANCH: HEAD
26: GIT_CLEAN_STATUS: CLEAN
26: GIT_COMMIT_DATE: 2024-01-26T08:46:12-05:00
26: GIT_COMMIT_DESCRIPTION: Merge pull request #6747 from uliegecsm/fix-remove-if
26: GIT_COMMIT_HASH: 20150550e
26: GPU architecture: VOLTA70
26: KOKKOS_COMPILER_CLANG: 1703
26: KOKKOS_ENABLE_ASM: no
26: KOKKOS_ENABLE_CXX17: yes
26: KOKKOS_ENABLE_CXX20: no
26: KOKKOS_ENABLE_CXX23: no
26: KOKKOS_ENABLE_CXX26: no
26: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
26: KOKKOS_ENABLE_HBWSPACE: no
26: KOKKOS_ENABLE_HWLOC: no
26: KOKKOS_ENABLE_INTEL_MM_ALLOC: no
26: KOKKOS_ENABLE_LIBDL: yes
26: KOKKOS_ENABLE_LIBRT: no
26: KOKKOS_ENABLE_OPENMPTARGET: yes
26: KOKKOS_ENABLE_PRAGMA_IVDEP: no
26: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
26: KOKKOS_ENABLE_PRAGMA_UNROLL: no
26: KOKKOS_ENABLE_PRAGMA_VECTOR: no
26: KOKKOS_ENABLE_SERIAL: yes
26: Kokkos Version: 4.2.99
26: platform: 64bit
46: [       OK ] std_algorithms_transform_reduce_team_test.test (1950 ms)
46: [----------] 1 test from std_algorithms_transform_reduce_team_test (1950 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 4 tests from 4 test suites ran. (5949 ms total)
46: [  PASSED  ] 4 tests.
46/51 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ..........   Passed    6.72 sec
test 47
      Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_L

47: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L
47: Test timeout computed to be: 1500
47: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
47:                                     Detected: 6 cores per node.
47:                                     Detected: 1 MPI_ranks per node.
47:                                     Requested: 8 threads per process.
47: [==========] Running 18 tests from 5 test suites.
47: [----------] Global test environment set-up.
47: [----------] 2 tests from std_algorithms_is_sorted_team_test
47: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted
47: [       OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (948 ms)
47: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
47: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (1613 ms)
47: [----------] 2 tests from std_algorithms_is_sorted_team_test (2561 ms total)
47: 
47: [----------] 4 tests from std_algorithms_is_sorted_until_team_test
47: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialA
47: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (14 ms)
47: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
47: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (15 ms)
47: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
47: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (1553 ms)
47: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
[       OK ] serial.SortUnsignedValueType (47868 ms)
[ RUN      ] serial.SortEmptyView
[       OK ] serial.SortEmptyView (0 ms)
[ RUN      ] serial.BinSortGenericTests
[       OK ] serial.BinSortGenericTests (3739 ms)
[ RUN      ] serial.BinSortEmptyView
[       OK ] serial.BinSortEmptyView (0 ms)
[ RUN      ] serial.BinSortEmptyKeysView
[       OK ] serial.BinSortEmptyKeysView (0 ms)
[ RUN      ] serial.BinSortUnsignedKeyLayoutStrideValues
47: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (1123 ms)
47: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (2707 ms total)
47: 
47: [----------] 4 tests from std_algorithms_is_partitioned_team_test
47: [ RUN      ] std_algorithms_is_partitioned_team_test.empty
47: [       OK ] std_algorithms_is_partitioned_team_test.empty (7 ms)
47: [ RUN      ] std_algorithms_is_partitioned_team_test.all_true
47: [       OK ] std_algorithms_is_partitioned_team_test.all_true (518 ms)
47: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
47: [       OK ] std_algorithms_is_partitioned_team_test.all_false (483 ms)
47: [ RUN      ] std_algorithms_is_partitioned_team_test.random
47: [       OK ] std_algorithms_is_partitioned_team_test.random (376 ms)
47: [----------] 4 tests from std_algorithms_is_partitioned_team_test (1387 ms total)
47: 
47: [----------] 4 tests from std_algorithms_partition_copy_team_test
47: [ RUN      ] std_algorithms_partition_copy_team_test.empty
47: [       OK ] std_algorithms_partition_copy_team_test.empty (12 ms)
47: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
47: [       OK ] std_algorithms_partition_copy_team_test.all_true (1009 ms)
47: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
47: [       OK ] std_algorithms_partition_copy_team_test.all_false (1002 ms)
47: [ RUN      ] std_algorithms_partition_copy_team_test.random
47: [       OK ] std_algorithms_partition_copy_team_test.random (795 ms)
47: [----------] 4 tests from std_algorithms_partition_copy_team_test (2820 ms total)
47: 
47: [----------] 4 tests from std_algorithms_partition_point_team_test
47: [ RUN      ] std_algorithms_partition_point_team_test.empty
47: [       OK ] std_algorithms_partition_point_team_test.empty (8 ms)
47: [ RUN      ] std_algorithms_partition_point_team_test.all_true
47: [       OK ] std_algorithms_partition_point_team_test.all_true (385 ms)
47: [ RUN      ] std_algorithms_partition_point_team_test.all_false
47: [       OK ] std_algorithms_partition_point_team_test.all_false (413 ms)
47: [ RUN      ] std_algorithms_partition_point_team_test.random
47: [       OK ] std_algorithms_partition_point_team_test.random (228 ms)
47: [----------] 4 tests from std_algorithms_partition_point_team_test (1036 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 18 tests from 5 test suites ran. (10513 ms total)
47: [  PASSED  ] 18 tests.
47/51 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ..........   Passed   11.32 sec
test 48
      Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_M

48: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M
48: Test timeout computed to be: 1500
48: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
48:                                     Detected: 6 cores per node.
48:                                     Detected: 1 MPI_ranks per node.
48:                                     Requested: 8 threads per process.
48: [==========] Running 5 tests from 4 test suites.
48: [----------] Global test environment set-up.
48: [----------] 2 tests from std_algorithms_transform_team_test
48: [ RUN      ] std_algorithms_transform_team_test.test_unary_op
48: [       OK ] std_algorithms_transform_team_test.test_unary_op (909 ms)
48: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
48: [       OK ] std_algorithms_transform_team_test.test_binary_op (1033 ms)
48: [----------] 2 tests from std_algorithms_transform_team_test (1943 ms total)
48: 
48: [----------] 1 test from std_algorithms_generate_team_test
48: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
48: [       OK ] std_algorithms_generate_team_test.test_unary_op (2027 ms)
48: [----------] 1 test from std_algorithms_generate_team_test (2027 ms total)
48: 
48: [----------] 1 test from std_algorithms_generate_n_team_test
48: [ RUN      ] std_algorithms_generate_n_team_test.test
48: [       OK ] std_algorithms_generate_n_team_test.test (484 ms)
48: [----------] 1 test from std_algorithms_generate_n_team_test (484 ms total)
48: 
48: [----------] 1 test from std_algorithms_swap_ranges_team_test
48: [ RUN      ] std_algorithms_swap_ranges_team_test.test
48: [       OK ] std_algorithms_swap_ranges_team_test.test (951 ms)
48: [----------] 1 test from std_algorithms_swap_ranges_team_test (951 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 5 tests from 4 test suites ran. (5406 ms total)
48: [  PASSED  ] 5 tests.
48/51 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ..........   Passed    6.16 sec
test 49
      Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_P

49: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P
49: Test timeout computed to be: 1500
49: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
49:                                     Detected: 6 cores per node.
49:                                     Detected: 1 MPI_ranks per node.
49:                                     Requested: 8 threads per process.
49: [==========] Running 2 tests from 2 test suites.
49: [----------] Global test environment set-up.
49: [----------] 1 test from std_algorithms_exclusive_scan_team_test
49: [ RUN      ] std_algorithms_exclusive_scan_team_test.test
49: [       OK ] std_algorithms_exclusive_scan_team_test.test (3940 ms)
49: [----------] 1 test from std_algorithms_exclusive_scan_team_test (3940 ms total)
49: 
49: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test
49: [ RUN      ] std_algorithms_transform_exclusive_scan_team_test.test
49: [       OK ] std_algorithms_transform_exclusive_scan_team_test.test (1913 ms)
49: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (1913 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 2 tests from 2 test suites ran. (5854 ms total)
49: [  PASSED  ] 2 tests.
49/51 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ..........   Passed    6.61 sec
test 50
      Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q

50: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
50: Test timeout computed to be: 1500
50: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
50:                                     Detected: 6 cores per node.
50:                                     Detected: 1 MPI_ranks per node.
50:                                     Requested: 8 threads per process.
50: [==========] Running 2 tests from 2 test suites.
50: [----------] Global test environment set-up.
50: [----------] 1 test from std_algorithms_inclusive_scan_team_test
50: [ RUN      ] std_algorithms_inclusive_scan_team_test.test
50: [       OK ] std_algorithms_inclusive_scan_team_test.test (5861 ms)
50: [----------] 1 test from std_algorithms_inclusive_scan_team_test (5861 ms total)
50: 
50: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test
50: [ RUN      ] std_algorithms_transform_inclusive_scan_team_test.test
50: [       OK ] std_algorithms_transform_inclusive_scan_team_test.test (3966 ms)
50: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (3966 ms total)
50: 
50: [----------] Global test environment tear-down
50: [==========] 2 tests from 2 test suites ran. (9827 ms total)
50: [  PASSED  ] 2 tests.
50/51 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ..........   Passed   10.64 sec
test 51
      Start 51: Kokkos_UnitTest_SIMD

51: Test command: /var/jenkins/workspace/Kokkos_develop/build/simd/unit_tests/Kokkos_UnitTest_SIMD
51: Test timeout computed to be: 1500
51: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
51:                                     Detected: 6 cores per node.
51:                                     Detected: 1 MPI_ranks per node.
51:                                     Requested: 8 threads per process.
51: [==========] Running 16 tests from 1 test suite.
51: [----------] Global test environment set-up.
51: [----------] 16 tests from simd
51: [ RUN      ] simd.host_math_ops
51: [       OK ] simd.host_math_ops (0 ms)
51: [ RUN      ] simd.device_math_ops
51: [       OK ] simd.device_math_ops (6 ms)
51: [ RUN      ] simd.host_mask_ops
51: [       OK ] simd.host_mask_ops (0 ms)
51: [ RUN      ] simd.device_mask_ops
51: [       OK ] simd.device_mask_ops (0 ms)
51: [ RUN      ] simd.host_conversions
51: [       OK ] simd.host_conversions (0 ms)
51: [ RUN      ] simd.device_conversions
51: [       OK ] simd.device_conversions (0 ms)
51: [ RUN      ] simd.host_shift_ops
51: [       OK ] simd.host_shift_ops (0 ms)
51: [ RUN      ] simd.device_shift_ops
51: [       OK ] simd.device_shift_ops (0 ms)
51: [ RUN      ] simd.host_condition
51: [       OK ] simd.host_condition (0 ms)
51: [ RUN      ] simd.device_condition
51: [       OK ] simd.device_condition (0 ms)
51: [ RUN      ] simd.host_gen_ctors
51: [       OK ] simd.host_gen_ctors (0 ms)
51: [ RUN      ] simd.device_gen_ctors
51: [       OK ] simd.device_gen_ctors (0 ms)
51: [ RUN      ] simd.host_where_expressions
51: [       OK ] simd.host_where_expressions (0 ms)
51: [ RUN      ] simd.device_where_expressions
51: [       OK ] simd.device_where_expressions (0 ms)
51: [ RUN      ] simd.host_reductions
51: [       OK ] simd.host_reductions (0 ms)
51: [ RUN      ] simd.device_reductions
51: [       OK ] simd.device_reductions (0 ms)
51: [----------] 16 tests from simd (7 ms total)
51: 
51: [----------] Global test environment tear-down
51: [==========] 16 tests from 1 test suite ran. (7 ms total)
51: [  PASSED  ] 16 tests.
51/51 Test #51: Kokkos_UnitTest_SIMD .............................   Passed    0.80 sec

100% tests passed, 0 tests failed out of 51

Total Test time (real) = 369.34 sec
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
$ docker stop --time=1 f976002810f22b531e5ca71ea3c940843e9e8cbf2c0a870dd6a6fef4951a4507
$ docker rm -f --volumes f976002810f22b531e5ca71ea3c940843e9e8cbf2c0a870dd6a6fef4951a4507
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
26: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
26: Benchmark                                                         Time             CPU   Iterations     Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial
26: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
26: Test_Atomic<int>/100000/iterations:10                          4.89 s         0.014 s            10          1            4     8.05088        6.85141m      69.01u     704.983M          1.4545M     704.983M
26: Test_Atomic<long int>/100000/iterations:10                     4.82 s         0.003 s            10          1            8     7.94936        7.13415m     129.08u     4.99995G         1.74558M     4.99995G
26: Test_Atomic<long long int>/100000/iterations:10                4.82 s         0.003 s            10          1            8     7.44488        6.46491m     128.71u     4.99995G         1.17701M     4.99995G
[       OK ] serial.BinSortUnsignedKeyLayoutStrideValues (174469 ms)
[ RUN      ] serial.NestedSort
[       OK ] serial.NestedSort (61 ms)
[ RUN      ] serial.NestedSortByKey
[       OK ] serial.NestedSortByKey (499 ms)
[ RUN      ] serial.SortWithCustomComparator
[       OK ] serial.SortWithCustomComparator (5542 ms)
[----------] 12 tests from serial (1154055 ms total)

[----------] Global test environment tear-down
[==========] 12 tests from 1 test suite ran. (1154055 ms total)
[  PASSED  ] 12 tests.
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests'
make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests'
Post stage
[Pipeline] sh
+ ccache --show-stats
cache directory                     /tmp/ccache
primary config                      /tmp/ccache/ccache.conf
secondary config      (readonly)    /etc/ccache.conf
stats updated                       Fri Jan 26 14:35:25 2024
stats zeroed                        Fri Jan 26 14:35:25 2024
cache hit (direct)                     0
cache hit (preprocessed)               0
cache miss                             0
cache hit rate                      0.00 %
cleanups performed                     0
files in cache                      3440
cache size                           4.6 GB
max cache size                       5.0 GB
[Pipeline] }
$ docker stop --time=1 b98efdf61795c7a5fe8f4921af7b9c151fde2f29211e136885464a20b30844d4
$ docker rm -f --volumes b98efdf61795c7a5fe8f4921af7b9c151fde2f29211e136885464a20b30844d4
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
26: Test_Atomic<unsigned int>/100000/iterations:10                 4.87 s         0.003 s            10          1            4     8.06523        7.29614m      66.02u     704.983M           1.744M     704.983M
26: Test_Atomic<unsigned long int>/100000/iterations:10            4.80 s         0.003 s            10          1            8     7.87678        7.32408m      129.5u     4.99995G          1.6847M     4.99995G
26: Test_Atomic<unsigned long long int>/100000/iterations:10       4.79 s         0.003 s            10          1            8     7.66222        6.48172m     128.91u     4.99995G         1.72387M     4.99995G
26: Test_Atomic<float>/100000/iterations:10                        4.54 s         0.003 s            10          0            4     6.30024        7.18634m    1.73953m     5.00045G         1.17962M     4.99989G
26: Test_Atomic<double>/100000/iterations:10                       4.48 s         0.003 s            10          1            8     6.42038         7.1401m    1.74168m     4.99995G         1.15235M     4.99995G
26: Test_Atomic<int>/100000/iterations:10                          4.86 s         0.002 s            10          1            4     7.91095        6.93284m      69.01u     704.983M         1.69501M     704.983M
26/48 Test #26: Kokkos_PerformanceTest_Atomic ...............   Passed  430.74 sec
test 27
      Start 27: Kokkos_ContainersUnitTest_Serial

27: Test command: /var/jenkins/workspace/Kokkos_develop/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial
27: Working Directory: /var/jenkins/workspace/Kokkos_develop/build/containers/unit_tests
27: Test timeout computed to be: 1500
27: [==========] Running 61 tests from 1 test suite.
27: [----------] Global test environment set-up.
27: [----------] 61 tests from serial
27: [ RUN      ] serial.bitset
27: [       OK ] serial.bitset (3878 ms)
27: [ RUN      ] serial.bitset_default_constructor_no_alloc
27: [       OK ] serial.bitset_default_constructor_no_alloc (0 ms)
27: [ RUN      ] serial.dualview_combination
27: [       OK ] serial.dualview_combination (0 ms)
27: [ RUN      ] serial.dualview_alloc
27: [       OK ] serial.dualview_alloc (0 ms)
27: [ RUN      ] serial.test_dualview_copy_construction_and_assignment
27: [       OK ] serial.test_dualview_copy_construction_and_assignment (0 ms)
27: [ RUN      ] serial.dualview_combinations_without_init
27: [       OK ] serial.dualview_combinations_without_init (0 ms)
27: [ RUN      ] serial.dualview_deep_copy
27: [       OK ] serial.dualview_deep_copy (0 ms)
27: [ RUN      ] serial.dualview_realloc
27: [       OK ] serial.dualview_realloc (0 ms)
27: [ RUN      ] serial.dualview_resize
27: [       OK ] serial.dualview_resize (0 ms)
27: [ RUN      ] serial.dualview_device_correct_kokkos_device
27: [       OK ] serial.dualview_device_correct_kokkos_device (104 ms)
27: [ RUN      ] serial.dualview_host_correct_kokkos_device
27: [       OK ] serial.dualview_host_correct_kokkos_device (0 ms)
27: [ RUN      ] serial.dualview_host_modify_template_device_sync
27: [       OK ] serial.dualview_host_modify_template_device_sync (0 ms)
27: [ RUN      ] serial.dualview_host_modify_template_device_execspace_sync
27: [       OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms)
27: [ RUN      ] serial.dualview_device_modify_template_host_sync
27: [       OK ] serial.dualview_device_modify_template_host_sync (0 ms)
27: [ RUN      ] serial.dualview_device_modify_template_host_execspace_sync
27: [       OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms)
27: [ RUN      ] serial.dualview_template_views_return_correct_executionspace_views
27: [       OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms)
27: [ RUN      ] serial.dynamic_view
27: [       OK ] serial.dynamic_view (13 ms)
27: [ RUN      ] serial.dyn_rank_view_api_generic
27: [       OK ] serial.dyn_rank_view_api_generic (14 ms)
27: [ RUN      ] serial.dyn_rank_view_api_operator_rank12345
27: [       OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms)
27: [ RUN      ] serial.dyn_rank_view_api_operator_rank67
27: [       OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms)
27: [ RUN      ] serial.ErrorReporterViaLambda
27: [       OK ] serial.ErrorReporterViaLambda (0 ms)
27: [ RUN      ] serial.ErrorReporter
27: [       OK ] serial.ErrorReporter (0 ms)
27: [ RUN      ] serial.offsetview_construction
27: [       OK ] serial.offsetview_construction (26 ms)
27: [ RUN      ] serial.offsetview_unmanaged_construction
27: [       OK ] serial.offsetview_unmanaged_construction (0 ms)
27: [ RUN      ] serial.offsetview_subview
27: [       OK ] serial.offsetview_subview (9 ms)
27: [ RUN      ] serial.offsetview_offsets_rank1
27: [       OK ] serial.offsetview_offsets_rank1 (0 ms)
27: [ RUN      ] serial.offsetview_offsets_rank2
27: [       OK ] serial.offsetview_offsets_rank2 (0 ms)
27: [ RUN      ] serial.offsetview_offsets_rank3
27: [       OK ] serial.offsetview_offsets_rank3 (0 ms)
27: [ RUN      ] serial.scatterview
27: [       OK ] serial.scatterview (3256 ms)
27: [ RUN      ] serial.scatterview_devicetype
27: [       OK ] serial.scatterview_devicetype (1 ms)
27: [ RUN      ] serial.staticcrsgraph
27: [       OK ] serial.staticcrsgraph (16 ms)
27: [ RUN      ] serial.resize_realloc_no_init_dualview
27: [       OK ] serial.resize_realloc_no_init_dualview (0 ms)
27: [ RUN      ] serial.resize_realloc_no_alloc_dualview
27: [       OK ] serial.resize_realloc_no_alloc_dualview (0 ms)
27: [ RUN      ] serial.resize_exec_space_dualview
27: [       OK ] serial.resize_exec_space_dualview (0 ms)
27: [ RUN      ] serial.realloc_exec_space_dualview
27: [       OK ] serial.realloc_exec_space_dualview (0 ms)
27: [ RUN      ] serial.resize_realloc_no_init_dynrankview
27: [       OK ] serial.resize_realloc_no_init_dynrankview (0 ms)
27: [ RUN      ] serial.resize_exec_space_dynrankview
27: [       OK ] serial.resize_exec_space_dynrankview (0 ms)
27: [ RUN      ] serial.realloc_exec_space_dynrankview
27: [       OK ] serial.realloc_exec_space_dynrankview (0 ms)
27: [ RUN      ] serial.resize_realloc_no_init_scatterview
27: [       OK ] serial.resize_realloc_no_init_scatterview (0 ms)
27: [ RUN      ] serial.resize_realloc_no_alloc_scatterview
27: [       OK ] serial.resize_realloc_no_alloc_scatterview (0 ms)
27: [ RUN      ] serial.resize_exec_space_scatterview
27: [       OK ] serial.resize_exec_space_scatterview (0 ms)
27: [ RUN      ] serial.realloc_exec_space_scatterview
27: [       OK ] serial.realloc_exec_space_scatterview (0 ms)
27: [ RUN      ] serial.create_mirror_no_init_dynrankview
27: [       OK ] serial.create_mirror_no_init_dynrankview (0 ms)
27: [ RUN      ] serial.create_mirror_no_init_dynrankview_viewctor
27: [       OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms)
27: [ RUN      ] serial.create_mirror_view_and_copy_dynrankview
27: [       OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms)
27: [ RUN      ] serial.create_mirror_no_init_offsetview
27: [       OK ] serial.create_mirror_no_init_offsetview (0 ms)
27: [ RUN      ] serial.create_mirror_no_init_offsetview_view_ctor
27: [       OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms)
27: [ RUN      ] serial.create_mirror_view_and_copy_offsetview
27: [       OK ] serial.create_mirror_view_and_copy_offsetview (0 ms)
27: [ RUN      ] serial.UnorderedMap_insert
27: [       OK ] serial.UnorderedMap_insert (13307 ms)
27: [ RUN      ] serial.UnorderedMap_failed_insert
27: [       OK ] serial.UnorderedMap_failed_insert (6456 ms)
27: [ RUN      ] serial.UnorderedMap_deep_copy
27: [       OK ] serial.UnorderedMap_deep_copy (5 ms)
27: [ RUN      ] serial.UnorderedMap_valid_empty
27: [       OK ] serial.UnorderedMap_valid_empty (0 ms)
27: [ RUN      ] serial.UnorderedMap_clear_zero_size
27: [       OK ] serial.UnorderedMap_clear_zero_size (0 ms)
27: [ RUN      ] serial.UnorderedMap_consistent_size
27: [       OK ] serial.UnorderedMap_consistent_size (0 ms)
27: [ RUN      ] serial.UnorderedMap_shallow_copyable_on_device
27: [       OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms)
27: [ RUN      ] serial.UnorderedMap_lambda_capturable
27: [       OK ] serial.UnorderedMap_lambda_capturable (0 ms)
27: [ RUN      ] serial.UnorderedMap_constructor_view_alloc
27: [       OK ] serial.UnorderedMap_constructor_view_alloc (0 ms)
27: [ RUN      ] serial.vector_combination
27: [       OK ] serial.vector_combination (0 ms)
27: [ RUN      ] serial.vector_insert
27: [       OK ] serial.vector_insert (0 ms)
27: [ RUN      ] serial.vector_push_back_default_exec
27: [       OK ] serial.vector_push_back_default_exec (0 ms)
27: [ RUN      ] serial.viewctorprop_embedded_dim
27: [       OK ] serial.viewctorprop_embedded_dim (0 ms)
27: [----------] 61 tests from serial (27097 ms total)
27: 
27: [----------] Global test environment tear-down
27: [==========] 61 tests from 1 test suite ran. (27097 ms total)
27: [  PASSED  ] 61 tests.
27/48 Test #27: Kokkos_ContainersUnitTest_Serial ............   Passed   29.61 sec
test 28
      Start 28: Kokkos_UnitTest_Sort

28: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_UnitTest_Sort
28: Working Directory: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests
28: Test timeout computed to be: 1500
28: [==========] Running 9 tests from 1 test suite.
28: [----------] Global test environment set-up.
28: [----------] 9 tests from openmptarget
28: [ RUN      ] openmptarget.SortUnsignedValueType
28: [       OK ] openmptarget.SortUnsignedValueType (162 ms)
28: [ RUN      ] openmptarget.SortEmptyView
28: [       OK ] openmptarget.SortEmptyView (0 ms)
28: [ RUN      ] openmptarget.SortWithCustomComparator
28: [       OK ] openmptarget.SortWithCustomComparator (2419 ms)
28: [ RUN      ] openmptarget.BinSortGenericTests
28: [       OK ] openmptarget.BinSortGenericTests (46 ms)
28: [ RUN      ] openmptarget.BinSortEmptyView
28: [       OK ] openmptarget.BinSortEmptyView (0 ms)
28: [ RUN      ] openmptarget.BinSortEmptyKeysView
28: [       OK ] openmptarget.BinSortEmptyKeysView (1 ms)
28: [ RUN      ] openmptarget.BinSortUnsignedKeyLayoutStrideValues
28: [       OK ] openmptarget.BinSortUnsignedKeyLayoutStrideValues (17879 ms)
28: [ RUN      ] openmptarget.NestedSort
28: [       OK ] openmptarget.NestedSort (58 ms)
28: [ RUN      ] openmptarget.NestedSortByKey
28: [       OK ] openmptarget.NestedSortByKey (164 ms)
28: [----------] 9 tests from openmptarget (20733 ms total)
28: 
28: [----------] Global test environment tear-down
28: [==========] 9 tests from 1 test suite ran. (20733 ms total)
28: [  PASSED  ] 9 tests.
28/48 Test #28: Kokkos_UnitTest_Sort ........................   Passed   22.72 sec
test 29
      Start 29: Kokkos_UnitTest_Random

29: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_UnitTest_Random
29: Working Directory: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests
29: Test timeout computed to be: 1500
29: [==========] Running 3 tests from 1 test suite.
29: [----------] Global test environment set-up.
29: [----------] 3 tests from openmptarget
29: [ RUN      ] openmptarget.Random_XorShift64
29: Test Seed:1706282282180321955
29: Test Scalar=int
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 -0.00879492 0.000246297 || 0.051031 2033 2408 || 2241.78 2222.06 || 3.40481 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 0.00578036 -0.00014873 || 0.051031 1e+64 -1e+64
29: Test Scalar=unsigned int
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 -0.00423947 -0.00154882 || 0.051031 2042 2412 || 2231.52 2222.06 || -21.4108 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 -0.00302595 -0.000379511 || 0.051031 1e+64 -1e+64
29: Test Scalar=int64_t
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 0.0115596 -0.000668342 || 0.051031 2047 2421 || 2196.67 2222.06 || -9.23916 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 0.0132378 0.000448293 || 0.051031 1e+64 -1e+64
29: Test Scalar=uint64_t
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 0.00534759 0.00268802 || 0.051031 2018 2394 || 2210.24 2222.06 || 37.1592 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 0.00378392 -0.000827436 || 0.051031 1e+64 -1e+64
29: Test Scalar=half
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 1.30208e-07 0.00919971 -0.00195616 || 0.051031 2044 2386 || 2201.81 2222.06 || -27.0419 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 3.90625e-07 0.0232419 0.000564376 || 0.051031 1e+64 -1e+64
29: Test Scalar=bhalf
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 -0.00918415 0.0004637 || 0.051031 2063 2408 || 2242.66 2222.06 || 6.41018 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 -0.0287193 0.000385199 || 0.051031 1e+64 -1e+64
29: Test Scalar=float
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 6.51042e-08 -0.00755965 0.000313632 || 0.051031 2034 2430 || 2238.99 2222.06 || 4.33564 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 1.95313e-07 -0.00658558 0.000721338 || 0.051031 1e+64 -1e+64
29: Test Scalar=double
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 -0.00939241 0.00274144 || 0.051031 2025 2408 || 2243.13 2222.06 || 37.8977 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 0.00656244 0.000193651 || 0.051031 1e+64 -1e+64
29: Test Seed:1706282282258955581
29: Test Scalar=int
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 -0.0155498 0.00130334 || 0.051031 2041 2427 || 2257.16 2222.06 || 18.0174 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 0.00357672 -0.000370947 || 0.051031 1e+64 -1e+64
29: Test Scalar=unsigned int
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 0.0013193 0.000209901 || 0.051031 2035 2393 || 2219.13 2222.06 || 2.90167 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 0.00620536 -0.000872612 || 0.051031 1e+64 -1e+64
29: Test Scalar=int64_t
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 -0.00525252 0.00170667 || 0.051031 2053 2449 || 2233.79 2222.06 || 23.593 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 -0.0184126 -0.000389751 || 0.051031 1e+64 -1e+64
29: Test Scalar=uint64_t
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 0.0127326 0.00117439 || 0.051031 2040 2399 || 2194.12 2222.06 || 16.2347 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 0.0142085 0.000410792 || 0.051031 1e+64 -1e+64
29: Test Scalar=half
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 0.0169623 0.000476126 || 0.051031 2058 2412 || 2185 2222.06 || 6.58196 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 0.00699801 -0.000145799 || 0.051031 1e+64 -1e+64
29: Test Scalar=bhalf
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 3.25521e-08 -0.0160027 -6.33134e-05 || 0.051031 2033 2428 || 2258.2 2222.06 || -0.875245 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 9.76563e-08 -0.00355457 -0.000107844 || 0.051031 1e+64 -1e+64
29: Test Scalar=float
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 0.00750879 -0.00165257 || 0.051031 2036 2400 || 2205.5 2222.06 || -22.8451 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 -0.00662963 0.000287196 || 0.051031 1e+64 -1e+64
29: Test Scalar=double
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 -0.0103558 -0.000577077 || 0.051031 2042 2397 || 2245.31 2222.06 || -7.97751 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 -0.000136862 3.77985e-06 || 0.051031 1e+64 -1e+64
29: [       OK ] openmptarget.Random_XorShift64 (288 ms)
29: [ RUN      ] openmptarget.Random_XorShift1024_0
29: Test Seed:1706282282341144373
29: Test Scalar=int
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 0.00481452 0.000576564 || 0.051031 2006 2383 || 2187.69 2198.22 || 7.97042 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 -0.00408367 0.000184634 || 0.051031 1e+64 -1e+64
29: Test Scalar=unsigned int
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 0.00934161 -0.00111371 || 0.051031 2007 2387 || 2177.88 2198.22 || -15.3959 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 0.00613642 0.000435019 || 0.051031 1e+64 -1e+64
29: Test Scalar=int64_t
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 -0.0128652 -0.000255033 || 0.051031 2023 2403 || 2226.87 2198.22 || -3.52558 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 0.00376948 0.000784048 || 0.051031 1e+64 -1e+64
29: Test Scalar=uint64_t
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 0.00575846 0.00112429 || 0.051031 2025 2364 || 2185.64 2198.22 || 15.5423 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 -0.00379963 -1.13808e-05 || 0.051031 1e+64 -1e+64
29: Test Scalar=half
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26926e-05 -0.0122567 -0.000297237 || 0.051031 2019 2422 || 2225.5 2198.22 || -4.10901 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.27585e-05 -0.0373217 -0.000175872 || 0.051031 1e+64 -1e+64
29: Test Scalar=bhalf
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26926e-05 0.000878672 -0.00199181 || 0.051031 2028 2404 || 2196.29 2198.22 || -27.5348 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.27585e-05 -0.00749521 0.000223278 || 0.051031 1e+64 -1e+64
29: Test Scalar=float
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 -0.0152267 -0.000701098 || 0.051031 2025 2374 || 2232.21 2198.22 || -9.69198 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 -0.0126267 -4.08614e-05 || 0.051031 1e+64 -1e+64
29: Test Scalar=double
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 -0.00518689 -0.00128599 || 0.051031 2014 2386 || 2209.68 2198.22 || -17.7775 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 0.00936293 6.46534e-05 || 0.051031 1e+64 -1e+64
29: Test Seed:1706282282456425846
29: Test Scalar=int
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 -0.0117503 0.000674328 || 0.051031 2034 2397 || 2224.36 2198.22 || 9.3219 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 -0.0110894 0.000371987 || 0.051031 1e+64 -1e+64
29: Test Scalar=unsigned int
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 -0.00134694 -0.000292988 || 0.051031 2023 2406 || 2201.19 2198.22 || -4.05026 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 0.00858765 -0.000774682 || 0.051031 1e+64 -1e+64
29: Test Scalar=int64_t
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 -0.00617764 -0.000179764 || 0.051031 2003 2391 || 2211.89 2198.22 || -2.48505 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 -0.00849677 -0.000288274 || 0.051031 1e+64 -1e+64
29: Test Scalar=uint64_t
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 0.0153107 0.00131622 || 0.051031 2005 2394 || 2165.07 2198.22 || 18.1954 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 0.00780755 -0.000599115 || 0.051031 1e+64 -1e+64
29: Test Scalar=half
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26926e-05 -0.00584879 0.00147339 || 0.051031 2012 2391 || 2211.16 2198.22 || 20.3682 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.27585e-05 -0.0135009 0.00117206 || 0.051031 1e+64 -1e+64
29: Test Scalar=bhalf
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26926e-05 -0.00107985 0.000111366 || 0.051031 2025 2408 || 2200.6 2198.22 || 1.53953 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.27585e-05 0.00840586 0.000542254 || 0.051031 1e+64 -1e+64
29: Test Scalar=float
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26926e-05 -0.00703838 0.000516206 || 0.051031 1970 2393 || 2213.8 2198.22 || 7.13603 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.27585e-05 0.0156072 5.88659e-05 || 0.051031 1e+64 -1e+64
29: Test Scalar=double
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 0.0102188 -0.00124108 || 0.051031 2035 2365 || 2175.99 2198.22 || -17.1567 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 -0.0040637 0.000432045 || 0.051031 1e+64 -1e+64
29: [       OK ] openmptarget.Random_XorShift1024_0 (267 ms)
29: [ RUN      ] openmptarget.Multi_streams
29: /var/jenkins/workspace/Kokkos_develop/algorithms/unit_tests/TestRandom.hpp:587: Skipped
29: Libomptarget error
29: [  SKIPPED ] openmptarget.Multi_streams (0 ms)
29: [----------] 3 tests from openmptarget (556 ms total)
29: 
29: [----------] Global test environment tear-down
29: [==========] 3 tests from 1 test suite ran. (556 ms total)
29: [  PASSED  ] 2 tests.
29: [  SKIPPED ] 1 test, listed below:
29: [  SKIPPED ] openmptarget.Multi_streams
29/48 Test #29: Kokkos_UnitTest_Random ......................   Passed    2.53 sec
test 30
      Start 30: Kokkos_AlgorithmsUnitTest_StdSet_A

30: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A
30: Working Directory: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests
30: Test timeout computed to be: 1500
30: [==========] Running 14 tests from 3 test suites.
30: [----------] Global test environment set-up.
30: [----------] 3 tests from std_algorithms_reducers
30: [ RUN      ] std_algorithms_reducers.max_first_loc
30: checking reduction with order: LeftToRight
30: checking reduction with order: RightToLeft
30: checking reduction with order: Random
30: [       OK ] std_algorithms_reducers.max_first_loc (0 ms)
30: [ RUN      ] std_algorithms_reducers.min_first_loc
30: checking reduction with order: LeftToRight
30: checking reduction with order: RightToLeft
30: checking reduction with order: Random
30: [       OK ] std_algorithms_reducers.min_first_loc (0 ms)
30: [ RUN      ] std_algorithms_reducers.min_max_first_last_loc
30: checking reduction with order: LeftToRight
30: checking reduction with order: RightToLeft
30: checking reduction with order: Random
30: [       OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms)
30: [----------] 3 tests from std_algorithms_reducers (0 ms total)
30: 
30: [----------] 1 test from std_algorithms
30: [ RUN      ] std_algorithms.is_admissible_to_std_algorithms
30: [       OK ] std_algorithms.is_admissible_to_std_algorithms (102 ms)
30: [----------] 1 test from std_algorithms (102 ms total)
30: 
30: [----------] 10 tests from random_access_iterator_test
30: [ RUN      ] random_access_iterator_test.constructor
30: [       OK ] random_access_iterator_test.constructor (0 ms)
30: [ RUN      ] random_access_iterator_test.dereference
30: [       OK ] random_access_iterator_test.dereference (2 ms)
30: [ RUN      ] random_access_iterator_test.subscript_operator
30: [       OK ] random_access_iterator_test.subscript_operator (1 ms)
30: [ RUN      ] random_access_iterator_test.operatorsSet1
30: [       OK ] random_access_iterator_test.operatorsSet1 (2 ms)
30: [ RUN      ] random_access_iterator_test.operatorsSet2
30: [       OK ] random_access_iterator_test.operatorsSet2 (2 ms)
30: [ RUN      ] random_access_iterator_test.operatorsSet3
30: [       OK ] random_access_iterator_test.operatorsSet3 (2 ms)
30: [ RUN      ] random_access_iterator_test.operatorsSet4
30: [       OK ] random_access_iterator_test.operatorsSet4 (0 ms)
30: [ RUN      ] random_access_iterator_test.assignment_operator
30: [       OK ] random_access_iterator_test.assignment_operator (0 ms)
30: [ RUN      ] random_access_iterator_test.distance
30: [       OK ] random_access_iterator_test.distance (0 ms)
30: [ RUN      ] random_access_iterator_test.traits_helpers
30: [       OK ] random_access_iterator_test.traits_helpers (0 ms)
30: [----------] 10 tests from random_access_iterator_test (14 ms total)
30: 
30: [----------] Global test environment tear-down
30: [==========] 14 tests from 3 test suites ran. (117 ms total)
30: [  PASSED  ] 14 tests.
30/48 Test #30: Kokkos_AlgorithmsUnitTest_StdSet_A ..........   Passed    2.09 sec
test 31
      Start 31: Kokkos_AlgorithmsUnitTest_StdSet_B

31: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B
31: Working Directory: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests
31: Test timeout computed to be: 1500
31: [==========] Running 6 tests from 1 test suite.
31: [----------] Global test environment set-up.
31: [----------] 6 tests from std_algorithms_min_max_element_test
31: [ RUN      ] std_algorithms_min_max_element_test.min_element_empty_range
31: [       OK ] std_algorithms_min_max_element_test.min_element_empty_range (110 ms)
31: [ RUN      ] std_algorithms_min_max_element_test.max_element_empty_range
31: [       OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms)
31: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data
31: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (19 ms)
31: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data
31: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (19 ms)
31: [ RUN      ] std_algorithms_min_max_element_test.minmax_element_empty_range
31: [       OK ] std_algorithms_min_max_element_test.minmax_element_empty_range (0 ms)
31: [ RUN      ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data
31: [       OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data (26 ms)
31: [----------] 6 tests from std_algorithms_min_max_element_test (176 ms total)
31: 
31: [----------] Global test environment tear-down
31: [==========] 6 tests from 1 test suite ran. (176 ms total)
31: [  PASSED  ] 6 tests.
31/48 Test #31: Kokkos_AlgorithmsUnitTest_StdSet_B ..........   Passed    2.15 sec
test 32
      Start 32: Kokkos_AlgorithmsUnitTest_StdSet_C

32: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C
32: Working Directory: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests
32: Test timeout computed to be: 1500
32: [==========] Running 13 tests from 10 test suites.
32: [----------] Global test environment set-up.
32: [----------] 1 test from std_algorithms_lexicographical_compare_test
32: [ RUN      ] std_algorithms_lexicographical_compare_test.test
32: [       OK ] std_algorithms_lexicographical_compare_test.test (0 ms)
32: [----------] 1 test from std_algorithms_lexicographical_compare_test (0 ms total)
32: 
32: [----------] 1 test from std_algorithms_for_each_test
32: [ RUN      ] std_algorithms_for_each_test.test
32: [       OK ] std_algorithms_for_each_test.test (449 ms)
32: [----------] 1 test from std_algorithms_for_each_test (449 ms total)
32: 
32: [----------] 1 test from std_algorithms_find_test
32: [ RUN      ] std_algorithms_find_test.test
32: [       OK ] std_algorithms_find_test.test (188 ms)
32: [----------] 1 test from std_algorithms_find_test (188 ms total)
32: 
32: [----------] 4 tests from std_algorithms_non_mod_seq_ops
32: [ RUN      ] std_algorithms_non_mod_seq_ops.find_first_of
32: [       OK ] std_algorithms_non_mod_seq_ops.find_first_of (1677 ms)
32: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
32: [       OK ] std_algorithms_non_mod_seq_ops.find_end (2576 ms)
32: [ RUN      ] std_algorithms_non_mod_seq_ops.search
32: [       OK ] std_algorithms_non_mod_seq_ops.search (1747 ms)
32: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
32: [       OK ] std_algorithms_non_mod_seq_ops.search_n (1666 ms)
32: [----------] 4 tests from std_algorithms_non_mod_seq_ops (7668 ms total)
32: 
32: [----------] 1 test from std_algorithms_count_test
32: [ RUN      ] std_algorithms_count_test.test
32: [       OK ] std_algorithms_count_test.test (232 ms)
32: [----------] 1 test from std_algorithms_count_test (232 ms total)
32: 
32: [----------] 1 test from std_algorithms_equal_test
32: [ RUN      ] std_algorithms_equal_test.test
32: [       OK ] std_algorithms_equal_test.test (77 ms)
32: [----------] 1 test from std_algorithms_equal_test (77 ms total)
32: 
32: [----------] 1 test from std_algorithms_all_any_none_of_test
32: [ RUN      ] std_algorithms_all_any_none_of_test.test
32: [       OK ] std_algorithms_all_any_none_of_test.test (206 ms)
32: [----------] 1 test from std_algorithms_all_any_none_of_test (206 ms total)
32: 
32: [----------] 1 test from std_algorithms_nonmod_seq_ops
32: [ RUN      ] std_algorithms_nonmod_seq_ops.adjacent_find
32: [       OK ] std_algorithms_nonmod_seq_ops.adjacent_find (273 ms)
32: [----------] 1 test from std_algorithms_nonmod_seq_ops (273 ms total)
32: 
32: [----------] 1 test from std_algorithms_mismatch_test
32: [ RUN      ] std_algorithms_mismatch_test.test
32: [       OK ] std_algorithms_mismatch_test.test (468 ms)
32: [----------] 1 test from std_algorithms_mismatch_test (468 ms total)
32: 
32: [----------] 1 test from std_algorithms_mod_seq_ops
32: [ RUN      ] std_algorithms_mod_seq_ops.move_backward
32: [       OK ] std_algorithms_mod_seq_ops.move_backward (188 ms)
32: [----------] 1 test from std_algorithms_mod_seq_ops (188 ms total)
32: 
32: [----------] Global test environment tear-down
32: [==========] 13 tests from 10 test suites ran. (9753 ms total)
32: [  PASSED  ] 13 tests.
32/48 Test #32: Kokkos_AlgorithmsUnitTest_StdSet_C ..........   Passed   11.73 sec
test 33
      Start 33: Kokkos_AlgorithmsUnitTest_StdSet_D

33: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D
33: Working Directory: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests
33: Test timeout computed to be: 1500
33: [==========] Running 31 tests from 5 test suites.
33: [----------] Global test environment set-up.
33: [----------] 3 tests from std_algorithms_mod_ops_test
33: [ RUN      ] std_algorithms_mod_ops_test.move
33: [       OK ] std_algorithms_mod_ops_test.move (0 ms)
33: [ RUN      ] std_algorithms_mod_ops_test.move_within_parfor
33: [       OK ] std_algorithms_mod_ops_test.move_within_parfor (138 ms)
33: [ RUN      ] std_algorithms_mod_ops_test.iter_swap_static_view
33: [       OK ] std_algorithms_mod_ops_test.iter_swap_static_view (1 ms)
33: [----------] 3 tests from std_algorithms_mod_ops_test (140 ms total)
33: 
33: [----------] 12 tests from std_algorithms_mod_seq_ops_test
33: [ RUN      ] std_algorithms_mod_seq_ops_test.copy
33: [       OK ] std_algorithms_mod_seq_ops_test.copy (1 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_view
33: [       OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_n
33: [       OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_backward
33: [       OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.reverse_copy
33: [       OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.fill
33: [       OK ] std_algorithms_mod_seq_ops_test.fill (0 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.fill_n
33: [       OK ] std_algorithms_mod_seq_ops_test.fill_n (1 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op
33: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (2 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op
33: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.generate
33: [       OK ] std_algorithms_mod_seq_ops_test.generate (0 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.generate_n
33: [       OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.swap_ranges
33: [       OK ] std_algorithms_mod_seq_ops_test.swap_ranges (3 ms)
33: [----------] 12 tests from std_algorithms_mod_seq_ops_test (14 ms total)
33: 
33: [----------] 4 tests from std_algorithms_replace_ops_test
33: [ RUN      ] std_algorithms_replace_ops_test.replace
33: [       OK ] std_algorithms_replace_ops_test.replace (71 ms)
33: [ RUN      ] std_algorithms_replace_ops_test.replace_if
33: [       OK ] std_algorithms_replace_ops_test.replace_if (398 ms)
33: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
33: [       OK ] std_algorithms_replace_ops_test.replace_copy (196 ms)
33: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
33: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (180 ms)
33: [----------] 4 tests from std_algorithms_replace_ops_test (846 ms total)
33: 
33: [----------] 11 tests from std_algorithms_mod_seq_ops
33: [ RUN      ] std_algorithms_mod_seq_ops.copy_if
33: [       OK ] std_algorithms_mod_seq_ops.copy_if (180 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.unique
33: [       OK ] std_algorithms_mod_seq_ops.unique (757 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
33: [       OK ] std_algorithms_mod_seq_ops.unique_copy (349 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.remove
33: [       OK ] std_algorithms_mod_seq_ops.remove (246 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
33: [       OK ] std_algorithms_mod_seq_ops.remove_if (186 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
33: [       OK ] std_algorithms_mod_seq_ops.remove_copy (496 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
33: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (242 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.rotate
33: [       OK ] std_algorithms_mod_seq_ops.rotate (2777 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
33: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (1100 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
33: [       OK ] std_algorithms_mod_seq_ops.shift_left (2868 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
33: [       OK ] std_algorithms_mod_seq_ops.shift_right (2465 ms)
33: [----------] 11 tests from std_algorithms_mod_seq_ops (11671 ms total)
33: 
33: [----------] 1 test from std_algorithms_modseq_test
33: [ RUN      ] std_algorithms_modseq_test.reverse
33: [       OK ] std_algorithms_modseq_test.reverse (124 ms)
33: [----------] 1 test from std_algorithms_modseq_test (124 ms total)
33: 
33: [----------] Global test environment tear-down
33: [==========] 31 tests from 5 test suites ran. (12797 ms total)
33: [  PASSED  ] 31 tests.
33/48 Test #33: Kokkos_AlgorithmsUnitTest_StdSet_D ..........   Passed   14.78 sec
test 34
      Start 34: Kokkos_AlgorithmsUnitTest_StdSet_E

34: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E
34: Working Directory: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests
34: Test timeout computed to be: 1500
34: [==========] Running 15 tests from 6 test suites.
34: [----------] Global test environment set-up.
34: [----------] 2 tests from std_algorithms_sorting_ops_test
34: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted
34: is_sorted: dynamic_view, all overloads 
34: is_sorted: stride2_view, all overloads 
34: is_sorted: stride3_view, all overloads 
34: [       OK ] std_algorithms_sorting_ops_test.is_sorted (156 ms)
34: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
34: is_sorted_until: dynamic_view, all overloads 
34: is_sorted_until: stride2_view, all overloads 
34: is_sorted_until: stride3_view, all overloads 
34: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (30 ms)
34: [----------] 2 tests from std_algorithms_sorting_ops_test (186 ms total)
34: 
34: [----------] 4 tests from std_algorithms_partitioning_test
34: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_trivial
34: [       OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms)
34: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators
34: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (5 ms)
34: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_view
34: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (5 ms)
34: [ RUN      ] std_algorithms_partitioning_test.partition_point
34: [       OK ] std_algorithms_partitioning_test.partition_point (5 ms)
34: [----------] 4 tests from std_algorithms_partitioning_test (15 ms total)
34: 
34: [----------] 1 test from std_algorithms_partitioning_ops
34: [ RUN      ] std_algorithms_partitioning_ops.partition_copy
34: [       OK ] std_algorithms_partitioning_ops.partition_copy (164 ms)
34: [----------] 1 test from std_algorithms_partitioning_ops (164 ms total)
34: 
34: [----------] 1 test from std_algorithms_numerics_ops_test
34: [ RUN      ] std_algorithms_numerics_ops_test.adjecent_difference
34: [       OK ] std_algorithms_numerics_ops_test.adjecent_difference (251 ms)
34: [----------] 1 test from std_algorithms_numerics_ops_test (251 ms total)
34: 
34: [----------] 6 tests from std_algorithms_numeric_ops_test
34: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan
34: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan (1939 ms)
34: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan_functor
34: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms)
34: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan
34: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan (590 ms)
34: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan_functor
34: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms)
34: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor
34: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms)
34: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor
34: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms)
34: [----------] 6 tests from std_algorithms_numeric_ops_test (2531 ms total)
34: 
34: [----------] 1 test from std_algorithms_transform_ops_test
34: [ RUN      ] std_algorithms_transform_ops_test.transform_unary_op
34: [       OK ] std_algorithms_transform_ops_test.transform_unary_op (94 ms)
34: [----------] 1 test from std_algorithms_transform_ops_test (94 ms total)
34: 
34: [----------] Global test environment tear-down
34: [==========] 15 tests from 6 test suites ran. (3245 ms total)
34: [  PASSED  ] 15 tests.
34/48 Test #34: Kokkos_AlgorithmsUnitTest_StdSet_E ..........   Passed    5.23 sec
test 35
      Start 35: Kokkos_AlgorithmsUnitTest_StdSet_Team_A

35: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A
35: Working Directory: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests
35: Test timeout computed to be: 1500
35: [==========] Running 5 tests from 4 test suites.
35: [----------] Global test environment set-up.
35: [----------] 2 tests from std_algorithms_count_team_test
35: [ RUN      ] std_algorithms_count_team_test.count_returns_nonzero
35: [       OK ] std_algorithms_count_team_test.count_returns_nonzero (1631 ms)
35: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
35: [       OK ] std_algorithms_count_team_test.count_returns_zero (690 ms)
35: [----------] 2 tests from std_algorithms_count_team_test (2321 ms total)
35: 
35: [----------] 1 test from std_algorithms_count_if_team_test
35: [ RUN      ] std_algorithms_count_if_team_test.test
35: [       OK ] std_algorithms_count_if_team_test.test (820 ms)
35: [----------] 1 test from std_algorithms_count_if_team_test (820 ms total)
35: 
35: [----------] 1 test from std_algorithms_for_each_team_test
35: [ RUN      ] std_algorithms_for_each_team_test.test
35: [       OK ] std_algorithms_for_each_team_test.test (1069 ms)
35: [----------] 1 test from std_algorithms_for_each_team_test (1069 ms total)
35: 
35: [----------] 1 test from std_algorithms_for_each_n_team_test
35: [ RUN      ] std_algorithms_for_each_n_team_test.test
35: [       OK ] std_algorithms_for_each_n_team_test.test (1019 ms)
35: [----------] 1 test from std_algorithms_for_each_n_team_test (1019 ms total)
35: 
35: [----------] Global test environment tear-down
35: [==========] 5 tests from 4 test suites ran. (5231 ms total)
35: [  PASSED  ] 5 tests.
35/48 Test #35: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .....   Passed    7.21 sec
test 36
      Start 36: Kokkos_AlgorithmsUnitTest_StdSet_Team_B

36: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B
36: Working Directory: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests
36: Test timeout computed to be: 1500
36: [==========] Running 2 tests from 1 test suite.
36: [----------] Global test environment set-up.
36: [----------] 2 tests from std_algorithms_equal_team_test
36: [ RUN      ] std_algorithms_equal_team_test.views_are_equal
36: [       OK ] std_algorithms_equal_team_test.views_are_equal (5460 ms)
36: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
36: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (4574 ms)
36: [----------] 2 tests from std_algorithms_equal_team_test (10035 ms total)
36: 
36: [----------] Global test environment tear-down
36: [==========] 2 tests from 1 test suite ran. (10035 ms total)
36: [  PASSED  ] 2 tests.
36/48 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .....   Passed   12.01 sec
test 37
      Start 37: Kokkos_AlgorithmsUnitTest_StdSet_Team_C

37: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C
37: Working Directory: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests
37: Test timeout computed to be: 1500
37: [==========] Running 0 tests from 0 test suites.
37: [==========] 0 tests from 0 test suites ran. (0 ms total)
37: [  PASSED  ] 0 tests.
37/48 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .....   Passed    1.93 sec
test 38
      Start 38: Kokkos_AlgorithmsUnitTest_StdSet_Team_D

38: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D
38: Working Directory: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests
38: Test timeout computed to be: 1500
38: [==========] Running 3 tests from 3 test suites.
38: [----------] Global test environment set-up.
38: [----------] 1 test from std_algorithms_min_element_team_test
38: [ RUN      ] std_algorithms_min_element_team_test.test
38: [       OK ] std_algorithms_min_element_team_test.test (0 ms)
38: [----------] 1 test from std_algorithms_min_element_team_test (0 ms total)
38: 
38: [----------] 1 test from std_algorithms_max_element_team_test
38: [ RUN      ] std_algorithms_max_element_team_test.test
38: [       OK ] std_algorithms_max_element_team_test.test (0 ms)
38: [----------] 1 test from std_algorithms_max_element_team_test (0 ms total)
38: 
38: [----------] 1 test from std_algorithms_minmax_element_team_test
38: [ RUN      ] std_algorithms_minmax_element_team_test.test
38: [       OK ] std_algorithms_minmax_element_team_test.test (0 ms)
38: [----------] 1 test from std_algorithms_minmax_element_team_test (0 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 3 tests from 3 test suites ran. (0 ms total)
38: [  PASSED  ] 3 tests.
38/48 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .....   Passed    1.92 sec
test 39
      Start 39: Kokkos_AlgorithmsUnitTest_StdSet_Team_E

39: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E
39: Working Directory: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests
39: Test timeout computed to be: 1500
39: [==========] Running 6 tests from 6 test suites.
39: [----------] Global test environment set-up.
39: [----------] 1 test from std_algorithms_fill_team_test
39: [ RUN      ] std_algorithms_fill_team_test.test
39: [       OK ] std_algorithms_fill_team_test.test (954 ms)
39: [----------] 1 test from std_algorithms_fill_team_test (954 ms total)
39: 
39: [----------] 1 test from std_algorithms_fill_n_team_test
39: [ RUN      ] std_algorithms_fill_n_team_test.test
39: [       OK ] std_algorithms_fill_n_team_test.test (2932 ms)
39: [----------] 1 test from std_algorithms_fill_n_team_test (2932 ms total)
39: 
39: [----------] 1 test from std_algorithms_replace_team_test
39: [ RUN      ] std_algorithms_replace_team_test.test
39: [       OK ] std_algorithms_replace_team_test.test (1009 ms)
39: [----------] 1 test from std_algorithms_replace_team_test (1009 ms total)
39: 
39: [----------] 1 test from std_algorithms_replace_if_team_test
39: [ RUN      ] std_algorithms_replace_if_team_test.test
39: [       OK ] std_algorithms_replace_if_team_test.test (1317 ms)
39: [----------] 1 test from std_algorithms_replace_if_team_test (1317 ms total)
39: 
39: [----------] 1 test from std_algorithms_replace_copy_team_test
39: [ RUN      ] std_algorithms_replace_copy_team_test.test
39: [       OK ] std_algorithms_replace_copy_team_test.test (2805 ms)
39: [----------] 1 test from std_algorithms_replace_copy_team_test (2805 ms total)
39: 
39: [----------] 1 test from std_algorithms_replace_copy_if_team_test
39: [ RUN      ] std_algorithms_replace_copy_if_team_test.test
39: [       OK ] std_algorithms_replace_copy_if_team_test.test (2375 ms)
39: [----------] 1 test from std_algorithms_replace_copy_if_team_test (2375 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 6 tests from 6 test suites ran. (11393 ms total)
39: [  PASSED  ] 6 tests.
39/48 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .....   Passed   13.37 sec
test 40
      Start 40: Kokkos_AlgorithmsUnitTest_StdSet_Team_F

40: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F
40: Working Directory: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests
40: Test timeout computed to be: 1500
40: [==========] Running 4 tests from 4 test suites.
40: [----------] Global test environment set-up.
40: [----------] 1 test from std_algorithms_reverse_team_test
40: [ RUN      ] std_algorithms_reverse_team_test.test
40: [       OK ] std_algorithms_reverse_team_test.test (996 ms)
40: [----------] 1 test from std_algorithms_reverse_team_test (996 ms total)
40: 
40: [----------] 1 test from std_algorithms_reverse_copy_team_test
40: [ RUN      ] std_algorithms_reverse_copy_team_test.test
40: [       OK ] std_algorithms_reverse_copy_team_test.test (1530 ms)
40: [----------] 1 test from std_algorithms_reverse_copy_team_test (1531 ms total)
40: 
40: [----------] 1 test from std_algorithms_rotate_team_test
40: [ RUN      ] std_algorithms_rotate_team_test.test
40: [       OK ] std_algorithms_rotate_team_test.test (3999 ms)
40: [----------] 1 test from std_algorithms_rotate_team_test (3999 ms total)
40: 
40: [----------] 1 test from std_algorithms_rotate_copy_team_test
40: [ RUN      ] std_algorithms_rotate_copy_team_test.test
40: [       OK ] std_algorithms_rotate_copy_team_test.test (5965 ms)
40: [----------] 1 test from std_algorithms_rotate_copy_team_test (5965 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 4 tests from 4 test suites ran. (12493 ms total)
40: [  PASSED  ] 4 tests.
40/48 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .....   Passed   14.46 sec
test 41
      Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_G

41: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G
41: Working Directory: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests
41: Test timeout computed to be: 1500
41: [==========] Running 4 tests from 4 test suites.
41: [----------] Global test environment set-up.
41: [----------] 1 test from std_algorithms_move_team_test
41: [ RUN      ] std_algorithms_move_team_test.test
41: [       OK ] std_algorithms_move_team_test.test (1949 ms)
41: [----------] 1 test from std_algorithms_move_team_test (1949 ms total)
41: 
41: [----------] 1 test from std_algorithms_move_backward_team_test
41: [ RUN      ] std_algorithms_move_backward_team_test.test
41: [       OK ] std_algorithms_move_backward_team_test.test (1678 ms)
41: [----------] 1 test from std_algorithms_move_backward_team_test (1678 ms total)
41: 
41: [----------] 1 test from std_algorithms_shift_left_team_test
41: [ RUN      ] std_algorithms_shift_left_team_test.test
41: [       OK ] std_algorithms_shift_left_team_test.test (6058 ms)
41: [----------] 1 test from std_algorithms_shift_left_team_test (6058 ms total)
41: 
41: [----------] 1 test from std_algorithms_shift_right_team_test
41: [ RUN      ] std_algorithms_shift_right_team_test.test
41: [       OK ] std_algorithms_shift_right_team_test.test (6080 ms)
41: [----------] 1 test from std_algorithms_shift_right_team_test (6080 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 4 tests from 4 test suites ran. (15767 ms total)
41: [  PASSED  ] 4 tests.
41/48 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .....   Passed   17.75 sec
test 42
      Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_H

42: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H
42: Working Directory: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests
42: Test timeout computed to be: 1500
42: [==========] Running 9 tests from 9 test suites.
42: [----------] Global test environment set-up.
42: [----------] 1 test from std_algorithms_copy_team_test
42: [ RUN      ] std_algorithms_copy_team_test.test
42: [       OK ] std_algorithms_copy_team_test.test (2196 ms)
42: [----------] 1 test from std_algorithms_copy_team_test (2196 ms total)
42: 
42: [----------] 1 test from std_algorithms_copy_n_team_test
42: [ RUN      ] std_algorithms_copy_n_team_test.test
42: [       OK ] std_algorithms_copy_n_team_test.test (5110 ms)
42: [----------] 1 test from std_algorithms_copy_n_team_test (5110 ms total)
42: 
42: [----------] 1 test from std_algorithms_copy_backward_team_test
42: [ RUN      ] std_algorithms_copy_backward_team_test.test
42: [       OK ] std_algorithms_copy_backward_team_test.test (1795 ms)
42: [----------] 1 test from std_algorithms_copy_backward_team_test (1795 ms total)
42: 
42: [----------] 1 test from std_algorithms_copy_if_team_test
42: [ RUN      ] std_algorithms_copy_if_team_test.test
42: [       OK ] std_algorithms_copy_if_team_test.test (2182 ms)
42: [----------] 1 test from std_algorithms_copy_if_team_test (2182 ms total)
42: 
42: [----------] 1 test from std_algorithms_unique_copy_team_test
42: [ RUN      ] std_algorithms_unique_copy_team_test.test
42: [       OK ] std_algorithms_unique_copy_team_test.test (3004 ms)
42: [----------] 1 test from std_algorithms_unique_copy_team_test (3004 ms total)
42: 
42: [----------] 1 test from std_algorithms_remove_team_test
42: [ RUN      ] std_algorithms_remove_team_test.test
42: [       OK ] std_algorithms_remove_team_test.test (1691 ms)
42: [----------] 1 test from std_algorithms_remove_team_test (1691 ms total)
42: 
42: [----------] 1 test from std_algorithms_remove_if_team_test
42: [ RUN      ] std_algorithms_remove_if_team_test.test
42: [       OK ] std_algorithms_remove_if_team_test.test (1729 ms)
42: [----------] 1 test from std_algorithms_remove_if_team_test (1729 ms total)
42: 
42: [----------] 1 test from std_algorithms_remove_copy_team_test
42: [ RUN      ] std_algorithms_remove_copy_team_test.test
42: [       OK ] std_algorithms_remove_copy_team_test.test (2579 ms)
42: [----------] 1 test from std_algorithms_remove_copy_team_test (2579 ms total)
42: 
42: [----------] 1 test from std_algorithms_remove_copy_if_team_test
42: [ RUN      ] std_algorithms_remove_copy_if_team_test.test
42: [       OK ] std_algorithms_remove_copy_if_team_test.test (2438 ms)
42: [----------] 1 test from std_algorithms_remove_copy_if_team_test (2438 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 9 tests from 9 test suites ran. (22728 ms total)
42: [  PASSED  ] 9 tests.
42/48 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .....   Passed   24.71 sec
test 43
      Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_I

43: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I
43: Working Directory: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests
43: Test timeout computed to be: 1500
43: [==========] Running 2 tests from 2 test suites.
43: [----------] Global test environment set-up.
43: [----------] 1 test from std_algorithms_unique_team_test
43: [ RUN      ] std_algorithms_unique_team_test.test_default_predicate
43: [       OK ] std_algorithms_unique_team_test.test_default_predicate (2906 ms)
43: [----------] 1 test from std_algorithms_unique_team_test (2906 ms total)
43: 
43: [----------] 1 test from std_algorithms_adjacent_difference_team_test
43: [ RUN      ] std_algorithms_adjacent_difference_team_test.test
43: [       OK ] std_algorithms_adjacent_difference_team_test.test (3865 ms)
43: [----------] 1 test from std_algorithms_adjacent_difference_team_test (3865 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 2 tests from 2 test suites ran. (6772 ms total)
43: [  PASSED  ] 2 tests.
43/48 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .....   Passed    8.75 sec
test 44
      Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_L

44: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L
44: Working Directory: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests
44: Test timeout computed to be: 1500
44: [==========] Running 6 tests from 2 test suites.
44: [----------] Global test environment set-up.
44: [----------] 2 tests from std_algorithms_is_sorted_team_test
44: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted
44: [       OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (1136 ms)
44: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
44: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (1960 ms)
44: [----------] 2 tests from std_algorithms_is_sorted_team_test (3097 ms total)
44: 
44: [----------] 4 tests from std_algorithms_is_sorted_until_team_test
44: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialA
44: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (84 ms)
44: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
44: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (92 ms)
44: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
44: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (1757 ms)
44: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
44: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (1027 ms)
44: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (2961 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 6 tests from 2 test suites ran. (6059 ms total)
44: [  PASSED  ] 6 tests.
44/48 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .....   Passed    8.04 sec
test 45
      Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_M

45: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M
45: Working Directory: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests
45: Test timeout computed to be: 1500
45: [==========] Running 4 tests from 4 test suites.
45: [----------] Global test environment set-up.
45: [----------] 1 test from std_algorithms_transform_team_test
45: [ RUN      ] std_algorithms_transform_team_test.test_unary_op
45: [       OK ] std_algorithms_transform_team_test.test_unary_op (2330 ms)
45: [----------] 1 test from std_algorithms_transform_team_test (2330 ms total)
45: 
45: [----------] 1 test from std_algorithms_generate_team_test
45: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
45: [       OK ] std_algorithms_generate_team_test.test_unary_op (2573 ms)
45: [----------] 1 test from std_algorithms_generate_team_test (2573 ms total)
45: 
45: [----------] 1 test from std_algorithms_generate_n_team_test
45: [ RUN      ] std_algorithms_generate_n_team_test.test
45: [       OK ] std_algorithms_generate_n_team_test.test (2850 ms)
45: [----------] 1 test from std_algorithms_generate_n_team_test (2850 ms total)
45: 
45: [----------] 1 test from std_algorithms_swap_ranges_team_test
45: [ RUN      ] std_algorithms_swap_ranges_team_test.test
45: [       OK ] std_algorithms_swap_ranges_team_test.test (2098 ms)
45: [----------] 1 test from std_algorithms_swap_ranges_team_test (2098 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 4 tests from 4 test suites ran. (9853 ms total)
45: [  PASSED  ] 4 tests.
45/48 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .....   Passed   11.83 sec
test 46
      Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_P

46: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P
46: Working Directory: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests
46: Test timeout computed to be: 1500
46: [==========] Running 1 test from 1 test suite.
46: [----------] Global test environment set-up.
46: [----------] 1 test from std_algorithms_exclusive_scan_team_test
46: [ RUN      ] std_algorithms_exclusive_scan_team_test.test
46: [       OK ] std_algorithms_exclusive_scan_team_test.test (5088 ms)
46: [----------] 1 test from std_algorithms_exclusive_scan_team_test (5088 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 1 test from 1 test suite ran. (5089 ms total)
46: [  PASSED  ] 1 test.
46/48 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .....   Passed    7.07 sec
test 47
      Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q

47: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
47: Working Directory: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests
47: Test timeout computed to be: 1500
47: [==========] Running 1 test from 1 test suite.
47: [----------] Global test environment set-up.
47: [----------] 1 test from std_algorithms_inclusive_scan_team_test
47: [ RUN      ] std_algorithms_inclusive_scan_team_test.test
47: [       OK ] std_algorithms_inclusive_scan_team_test.test (14597 ms)
47: [----------] 1 test from std_algorithms_inclusive_scan_team_test (14597 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 1 test from 1 test suite ran. (14597 ms total)
47: [  PASSED  ] 1 test.
47/48 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .....   Passed   16.57 sec
test 48
      Start 48: Kokkos_UnitTest_SIMD

48: Test command: /var/jenkins/workspace/Kokkos_develop/build/simd/unit_tests/Kokkos_UnitTest_SIMD
48: Working Directory: /var/jenkins/workspace/Kokkos_develop/build/simd/unit_tests
48: Test timeout computed to be: 1500
48: [==========] Running 16 tests from 1 test suite.
48: [----------] Global test environment set-up.
48: [----------] 16 tests from simd
48: [ RUN      ] simd.host_math_ops
48: [       OK ] simd.host_math_ops (0 ms)
48: [ RUN      ] simd.device_math_ops
48: /var/jenkins/workspace/Kokkos_develop/simd/unit_tests/include/TestSIMD_MathOps.hpp:298: Skipped
48: skipping because of a non-deterministic failure reporting: Failure to synchronize stream (nil): Error in cuStreamSynchronize: an illegal memory access was encountered
48: [  SKIPPED ] simd.device_math_ops (0 ms)
48: [ RUN      ] simd.host_mask_ops
48: [       OK ] simd.host_mask_ops (0 ms)
48: [ RUN      ] simd.device_mask_ops
48: [       OK ] simd.device_mask_ops (108 ms)
48: [ RUN      ] simd.host_conversions
48: [       OK ] simd.host_conversions (0 ms)
48: [ RUN      ] simd.device_conversions
48: [       OK ] simd.device_conversions (0 ms)
48: [ RUN      ] simd.host_shift_ops
48: [       OK ] simd.host_shift_ops (0 ms)
48: [ RUN      ] simd.device_shift_ops
48: [       OK ] simd.device_shift_ops (9 ms)
48: [ RUN      ] simd.host_condition
48: [       OK ] simd.host_condition (0 ms)
48: [ RUN      ] simd.device_condition
48: [       OK ] simd.device_condition (0 ms)
48: [ RUN      ] simd.host_gen_ctors
48: [       OK ] simd.host_gen_ctors (0 ms)
48: [ RUN      ] simd.device_gen_ctors
48: [       OK ] simd.device_gen_ctors (0 ms)
48: [ RUN      ] simd.host_where_expressions
48: [       OK ] simd.host_where_expressions (0 ms)
48: [ RUN      ] simd.device_where_expressions
48: [       OK ] simd.device_where_expressions (0 ms)
48: [ RUN      ] simd.host_reductions
48: [       OK ] simd.host_reductions (0 ms)
48: [ RUN      ] simd.device_reductions
48: "PluginInterface" error: Failure to synchronize stream (nil): Error in cuStreamSynchronize: an illegal memory access was encountered
48: Libomptarget error: Consult https://openmp.llvm.org/design/Runtimes.html for debugging options.
48: Kokkos_OpenMPTarget_ParallelFor_Range.hpp:54:1: Libomptarget fatal error 1: failure of target construct while offloading is mandatory
48/48 Test #48: Kokkos_UnitTest_SIMD ........................Subprocess aborted***Exception:   4.29 sec

98% tests passed, 1 tests failed out of 48

Total Test time (real) = 1020.06 sec

The following tests FAILED:
	 48 - Kokkos_UnitTest_SIMD (Subprocess aborted)
Errors while running CTest
Output from these tests are in: /var/jenkins/workspace/Kokkos_develop/build/Testing/Temporary/LastTest.log
Use "--rerun-failed --output-on-failure" to re-run the failed cases verbosely.
Post stage
[Pipeline] sh
+ ccache --show-stats
cache directory                     /tmp/ccache
primary config                      /tmp/ccache/ccache.conf
secondary config      (readonly)    /etc/ccache.conf
stats updated                       Fri Jan 26 14:12:52 2024
stats zeroed                        Fri Jan 26 14:12:52 2024
cache hit (direct)                     0
cache hit (preprocessed)               0
cache miss                             0
cache hit rate                      0.00 %
cleanups performed                     0
files in cache                     10771
cache size                           4.4 GB
max cache size                       5.0 GB
[Pipeline] }
$ docker stop --time=1 4dcfef050637b1bc8412a77772d9a7a53b64dc360fcdf55ac152dd2438d42dc0
$ docker rm -f --volumes 4dcfef050637b1bc8412a77772d9a7a53b64dc360fcdf55ac152dd2438d42dc0
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch OPENMPTARGET-Clang
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] End of Pipeline
ERROR: script returned exit code 8

GitHub has been notified of this commit’s build result

Finished: FAILURE