Skip to content
Failed

Console Output

Skipping 4,250 KB.. Full Log
18: /var/jenkins/workspace/Kokkos_develop/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x3ba10b]
18: /var/jenkins/workspace/Kokkos_develop/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x3ba546]
18: /var/jenkins/workspace/Kokkos_develop/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa3d) [0x3b768d]
18: /var/jenkins/workspace/Kokkos_develop/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f0956]
18: /var/jenkins/workspace/Kokkos_develop/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x3d8) [0x3c86b8]
18: /var/jenkins/workspace/Kokkos_develop/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x451) [0x3c9f11]
18: /var/jenkins/workspace/Kokkos_develop/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x132) [0x3ca7d2]
18: /var/jenkins/workspace/Kokkos_develop/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x72c) [0x3db00c]
18: /var/jenkins/workspace/Kokkos_develop/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f1726]
18: /var/jenkins/workspace/Kokkos_develop/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x3da8ac]
18: /var/jenkins/workspace/Kokkos_develop/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x3b80e0]
18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f0741b71083]
18: /var/jenkins/workspace/Kokkos_develop/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3b65de]
18:  
18: demangled test_f3:
18: [0x425020] Kokkos::Impl::save_stacktrace()
18: [0x3ba10b] Test::stacktrace_test_f1(std::ostream&)
18: [0x3ba546] Test::stacktrace_test_f3(std::ostream&, int)
18: [0x3b768d] Test::test_stacktrace(bool, bool)
18: [0x3f0956] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
18: [0x3c86b8] testing::Test::Run()
18: [0x3c9f11] testing::TestInfo::Run()
18: [0x3ca7d2] testing::TestSuite::Run()
18: [0x3db00c] testing::internal::UnitTestImpl::RunAllTests()
18: [0x3f1726] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x3da8ac] testing::UnitTest::Run()
18: [0x3b80e0] main
18: [0x7f0741b71083] __libc_start_main
18: [0x3b65de] _start
18:  
18: Test setting std::terminate handler that prints the last saved stack trace
18: [       OK ] defaultdevicetype.stacktrace_normal (1 ms)
18: [----------] 1 test from defaultdevicetype (1 ms total)
18: 
18: [----------] Global test environment tear-down
18: [==========] 3 tests from 2 test suites ran. (331 ms total)
18: [  PASSED  ] 3 tests.
18/53 Test #18: Kokkos_CoreUnitTest_StackTraceTest ..........   Passed    0.82 sec
test 19
      Start 19: Kokkos_IncrementalTest_OPENMP

19: Test command: /var/jenkins/workspace/Kokkos_develop/build/core/unit_test/Kokkos_IncrementalTest_OPENMP
19: Test timeout computed to be: 1500
19: [==========] Running 28 tests from 1 test suite.
19: [----------] Global test environment set-up.
19: [----------] 28 tests from OPENMP
19: [ RUN      ] OPENMP.IncrTest_01_execspace_typedef
19: [       OK ] OPENMP.IncrTest_01_execspace_typedef (0 ms)
19: [ RUN      ] OPENMP.IncrTest_01_execspace
19: Host Parallel Execution Space:
19:   KOKKOS_ENABLE_OPENMP: yes
19: 
19: OpenMP Runtime Configuration:
19: Kokkos::OpenMP thread_pool_topology[ 1 x 8 x 1 ]
19: OpenMP
19: [       OK ] OPENMP.IncrTest_01_execspace (0 ms)
19: [ RUN      ] OPENMP.IncrTest_02_AtomicExchange
19: [       OK ] OPENMP.IncrTest_02_AtomicExchange (0 ms)
19: [ RUN      ] OPENMP.IncrTest_02_AtomicAdd
19: [       OK ] OPENMP.IncrTest_02_AtomicAdd (0 ms)
19: [ RUN      ] OPENMP.IncrTest_02_AtomicSub
19: [       OK ] OPENMP.IncrTest_02_AtomicSub (0 ms)
19: [ RUN      ] OPENMP.IncrTest_03a_memspace_malloc
19: [       OK ] OPENMP.IncrTest_03a_memspace_malloc (0 ms)
19: [ RUN      ] OPENMP.IncrTest_03b_memspace_free
19: [       OK ] OPENMP.IncrTest_03b_memspace_free (66 ms)
19: [ RUN      ] OPENMP.IncrTest_04_simple_parallelFor
19: [       OK ] OPENMP.IncrTest_04_simple_parallelFor (0 ms)
19: [ RUN      ] OPENMP.IncrTest_04_RangePolicy_parallelFor
19: [       OK ] OPENMP.IncrTest_04_RangePolicy_parallelFor (0 ms)
19: [ RUN      ] OPENMP.IncrTest_05_reduction
19: [       OK ] OPENMP.IncrTest_05_reduction (4 ms)
19: [ RUN      ] OPENMP.IncrTest_06_mdrange2D
19: [       OK ] OPENMP.IncrTest_06_mdrange2D (0 ms)
19: [ RUN      ] OPENMP.IncrTest_06_mdrange3D
19: [       OK ] OPENMP.IncrTest_06_mdrange3D (0 ms)
19: [ RUN      ] OPENMP.IncrTest_06_mdrange4D
19: [       OK ] OPENMP.IncrTest_06_mdrange4D (0 ms)
19: [ RUN      ] OPENMP.IncrTest_08_deep_copy_2D
19: [       OK ] OPENMP.IncrTest_08_deep_copy_2D (0 ms)
19: [ RUN      ] OPENMP.IncrTest_08_deep_copy_3D
19: [       OK ] OPENMP.IncrTest_08_deep_copy_3D (0 ms)
19: [ RUN      ] OPENMP.IncrTest_08_deep_copy_4D
19: [       OK ] OPENMP.IncrTest_08_deep_copy_4D (0 ms)
19: [ RUN      ] OPENMP.IncrTest_10_Hierarchical_Basics
19: [       OK ] OPENMP.IncrTest_10_Hierarchical_Basics (0 ms)
19: [ RUN      ] OPENMP.IncrTest_11a_Hierarchical_ForLoop
19: [       OK ] OPENMP.IncrTest_11a_Hierarchical_ForLoop (0 ms)
19: [ RUN      ] OPENMP.IncrTest_11b_Hierarchical_ForLoop
19: [       OK ] OPENMP.IncrTest_11b_Hierarchical_ForLoop (0 ms)
19: [ RUN      ] OPENMP.IncrTest_11c_Hierarchical_ForLoop
19: [       OK ] OPENMP.IncrTest_11c_Hierarchical_ForLoop (66 ms)
19: [ RUN      ] OPENMP.IncrTest_12a_ThreadScratch
19: [       OK ] OPENMP.IncrTest_12a_ThreadScratch (0 ms)
19: [ RUN      ] OPENMP.IncrTest_12b_TeamScratch
19: [       OK ] OPENMP.IncrTest_12b_TeamScratch (0 ms)
19: [ RUN      ] OPENMP.IncrTest_13a_Hierarchical_Red
19: [       OK ] OPENMP.IncrTest_13a_Hierarchical_Red (0 ms)
19: [ RUN      ] OPENMP.IncrTest_13b_Hierarchical_Red
19: [       OK ] OPENMP.IncrTest_13b_Hierarchical_Red (0 ms)
19: [ RUN      ] OPENMP.IncrTest_13c_Hierarchical_Red
19: [       OK ] OPENMP.IncrTest_13c_Hierarchical_Red (0 ms)
19: [ RUN      ] OPENMP.incr_14_MDrangeReduce
19: [       OK ] OPENMP.incr_14_MDrangeReduce (0 ms)
19: [ RUN      ] OPENMP.IncrTest_16_parallelscan
19: [       OK ] OPENMP.IncrTest_16_parallelscan (0 ms)
19: [ RUN      ] OPENMP.incr_17_atomicView
19: [       OK ] OPENMP.incr_17_atomicView (0 ms)
19: [----------] 28 tests from OPENMP (139 ms total)
19: 
19: [----------] Global test environment tear-down
19: [==========] 28 tests from 1 test suite ran. (139 ms total)
19: [  PASSED  ] 28 tests.
19/53 Test #19: Kokkos_IncrementalTest_OPENMP ...............   Passed    0.57 sec
test 20
      Start 20: Kokkos_IncrementalTest_HIP

20: Test command: /var/jenkins/workspace/Kokkos_develop/build/core/unit_test/Kokkos_IncrementalTest_HIP
20: Test timeout computed to be: 1500
20: [==========] Running 28 tests from 1 test suite.
20: [----------] Global test environment set-up.
20: [----------] 28 tests from HIP
20: [ RUN      ] HIP.IncrTest_01_execspace_typedef
20: [       OK ] HIP.IncrTest_01_execspace_typedef (0 ms)
20: [ RUN      ] HIP.IncrTest_01_execspace
20: Device Execution Space:
20:   KOKKOS_ENABLE_HIP: yes
20: HIP Options:
20:   KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no
20: 
20: Runtime Configuration:
20: macro  KOKKOS_ENABLE_HIP : defined
20: macro  HIP_VERSION = 50221151 = version 5.2.21151
20: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-, Total Global Memory: 31.98 G, Shared Memory per Block: 64 K, APU or dGPU: dGPU, Is Large Bar: 1, Supports Managed Memory: 1, Wavefront Size: 64 : Selected
20: HIP
20: [       OK ] HIP.IncrTest_01_execspace (0 ms)
20: [ RUN      ] HIP.IncrTest_02_AtomicExchange
20: [       OK ] HIP.IncrTest_02_AtomicExchange (0 ms)
20: [ RUN      ] HIP.IncrTest_02_AtomicAdd
20: [       OK ] HIP.IncrTest_02_AtomicAdd (0 ms)
20: [ RUN      ] HIP.IncrTest_02_AtomicSub
20: [       OK ] HIP.IncrTest_02_AtomicSub (0 ms)
20: [ RUN      ] HIP.IncrTest_03a_memspace_malloc
20: [       OK ] HIP.IncrTest_03a_memspace_malloc (1 ms)
20: [ RUN      ] HIP.IncrTest_03b_memspace_free
20: [       OK ] HIP.IncrTest_03b_memspace_free (1856 ms)
20: [ RUN      ] HIP.IncrTest_04_simple_parallelFor
20: [       OK ] HIP.IncrTest_04_simple_parallelFor (1 ms)
20: [ RUN      ] HIP.IncrTest_04_RangePolicy_parallelFor
20: [       OK ] HIP.IncrTest_04_RangePolicy_parallelFor (0 ms)
20: [ RUN      ] HIP.IncrTest_05_reduction
20: [       OK ] HIP.IncrTest_05_reduction (7 ms)
20: [ RUN      ] HIP.IncrTest_06_mdrange2D
20: [       OK ] HIP.IncrTest_06_mdrange2D (0 ms)
20: [ RUN      ] HIP.IncrTest_06_mdrange3D
20: [       OK ] HIP.IncrTest_06_mdrange3D (0 ms)
20: [ RUN      ] HIP.IncrTest_06_mdrange4D
20: [       OK ] HIP.IncrTest_06_mdrange4D (0 ms)
20: [ RUN      ] HIP.IncrTest_08_deep_copy_2D
20: [       OK ] HIP.IncrTest_08_deep_copy_2D (2 ms)
20: [ RUN      ] HIP.IncrTest_08_deep_copy_3D
20: [       OK ] HIP.IncrTest_08_deep_copy_3D (0 ms)
20: [ RUN      ] HIP.IncrTest_08_deep_copy_4D
20: [       OK ] HIP.IncrTest_08_deep_copy_4D (0 ms)
20: [ RUN      ] HIP.IncrTest_10_Hierarchical_Basics
20: [       OK ] HIP.IncrTest_10_Hierarchical_Basics (1 ms)
20: [ RUN      ] HIP.IncrTest_11a_Hierarchical_ForLoop
20: [       OK ] HIP.IncrTest_11a_Hierarchical_ForLoop (1 ms)
20: [ RUN      ] HIP.IncrTest_11b_Hierarchical_ForLoop
20: [       OK ] HIP.IncrTest_11b_Hierarchical_ForLoop (1 ms)
20: [ RUN      ] HIP.IncrTest_11c_Hierarchical_ForLoop
20: [       OK ] HIP.IncrTest_11c_Hierarchical_ForLoop (238 ms)
20: [ RUN      ] HIP.IncrTest_12a_ThreadScratch
20: [       OK ] HIP.IncrTest_12a_ThreadScratch (8 ms)
20: [ RUN      ] HIP.IncrTest_12b_TeamScratch
20: [       OK ] HIP.IncrTest_12b_TeamScratch (1 ms)
20: [ RUN      ] HIP.IncrTest_13a_Hierarchical_Red
20: [       OK ] HIP.IncrTest_13a_Hierarchical_Red (1 ms)
20: [ RUN      ] HIP.IncrTest_13b_Hierarchical_Red
20: [       OK ] HIP.IncrTest_13b_Hierarchical_Red (1 ms)
20: [ RUN      ] HIP.IncrTest_13c_Hierarchical_Red
20: [       OK ] HIP.IncrTest_13c_Hierarchical_Red (1 ms)
20: [ RUN      ] HIP.incr_14_MDrangeReduce
20: [       OK ] HIP.incr_14_MDrangeReduce (1 ms)
20: [ RUN      ] HIP.IncrTest_16_parallelscan
20: [       OK ] HIP.IncrTest_16_parallelscan (3 ms)
20: [ RUN      ] HIP.incr_17_atomicView
20: [       OK ] HIP.incr_17_atomicView (1 ms)
20: [----------] 28 tests from HIP (2133 ms total)
20: 
20: [----------] Global test environment tear-down
20: [==========] 28 tests from 1 test suite ran. (2133 ms total)
20: [  PASSED  ] 28 tests.
20/53 Test #20: Kokkos_IncrementalTest_HIP ..................   Passed    2.52 sec
test 21
      Start 21: Kokkos_CoreUnitTest_CTestDevice

21: Test command: /var/jenkins/workspace/Kokkos_develop/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice
21: Test timeout computed to be: 1500
21: [==========] Running 8 tests from 1 test suite.
21: [----------] Global test environment set-up.
21: [----------] 8 tests from ctest_environment
21: [ RUN      ] ctest_environment.no_device_type
21: [       OK ] ctest_environment.no_device_type (0 ms)
21: [ RUN      ] ctest_environment.no_process_count
21: [       OK ] ctest_environment.no_process_count (0 ms)
21: [ RUN      ] ctest_environment.invalid_rank
21: [       OK ] ctest_environment.invalid_rank (0 ms)
21: [ RUN      ] ctest_environment.no_type_str
21: [       OK ] ctest_environment.no_type_str (0 ms)
21: [ RUN      ] ctest_environment.missing_type
21: [       OK ] ctest_environment.missing_type (0 ms)
21: [ RUN      ] ctest_environment.no_id_str
21: [       OK ] ctest_environment.no_id_str (0 ms)
21: [ RUN      ] ctest_environment.invalid_id_str
21: [       OK ] ctest_environment.invalid_id_str (0 ms)
21: [ RUN      ] ctest_environment.good
21: [       OK ] ctest_environment.good (0 ms)
21: [----------] 8 tests from ctest_environment (0 ms total)
21: 
21: [----------] Global test environment tear-down
21: [==========] 8 tests from 1 test suite ran. (0 ms total)
21: [  PASSED  ] 8 tests.
21/53 Test #21: Kokkos_CoreUnitTest_CTestDevice .............   Passed    0.02 sec
test 22
      Start 22: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0

22: Test command: /var/jenkins/workspace/Kokkos_develop/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE"
22: Test timeout computed to be: 1500
22/53 Test #22: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 ...   Passed    0.01 sec
test 23
      Start 23: Kokkos_CoreUnitTest_DeviceAndThreads

23: Test command: /usr/bin/python3.8 "-m" "unittest" "-v" "/var/jenkins/workspace/Kokkos_develop/build/core/unit_test/TestDeviceAndThreads.py"
23: Test timeout computed to be: 1500
23: test_device_id (TestDeviceAndThreads.KokkosInitializationTestCase) ... skipped 'no device detected'
23: test_disable_warnings (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok
23: test_num_threads (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok
23: test_tune_internals (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok
23: 
23: ----------------------------------------------------------------------
23: Ran 4 tests in 5.775s
23: 
23: OK (skipped=1)
23/53 Test #23: Kokkos_CoreUnitTest_DeviceAndThreads ........   Passed    5.85 sec
test 24
      Start 24: Kokkos_PerformanceTest_TaskDag

24: Test command: /var/jenkins/workspace/Kokkos_develop/build/core/perf_test/Kokkos_PerformanceTest_TaskDag
24: Test timeout computed to be: 1500
24/53 Test #24: Kokkos_PerformanceTest_TaskDag ..............   Passed    0.02 sec
test 25
      Start 25: Kokkos_PerformanceTest_Benchmark

25: Test command: /var/jenkins/workspace/Kokkos_develop/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2024-01-24_T19-37-50.json"
25: Test timeout computed to be: 1500
25: Failed to add custom context "Kokkos" as it already exists with value "HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-, Total Global Memory: 31.98 G, Shared Memory per Block: 64 K, APU or dGPU: dGPU, Is Large Bar: 1, Supports Managed Memory: 1, Wavefront Size: 64 : Selected"
25: 2024-01-24T20:27:49+00:00
25: Running /var/jenkins/workspace/Kokkos_develop/build/core/perf_test/Kokkos_PerformanceTest_Benchmark
25: Run on (64 X 3277.28 MHz CPU s)
25: CPU Caches:
25:   L1 Data 32 KiB (x32)
25:   L1 Instruction 32 KiB (x32)
25:   L2 Unified 512 KiB (x32)
25:   L3 Unified 16384 KiB (x16)
25: Load Average: 11.31, 11.15, 10.52
25: CPU architecture: none
25: Default Device: N6Kokkos3HIPE
25: GPU architecture: AMD_GFX908
25: KOKKOS_COMPILER_CLANG: 1400
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_HIP: yes
25: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: 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_OPENMP: 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: OpenMP thread_pool_topology[ 1 x 8 x 1 ]
25: Kokkos Version: 4.2.99
25: macro  KOKKOS_ENABLE_HIP: defined
25: platform: 64bit
25: ---------------------------------------------------------------------------------------------------------------------------------------------------
25: Benchmark                                                                              Time             CPU   Iterations      Count Time normalized
25: ---------------------------------------------------------------------------------------------------------------------------------------------------
25: GramSchmidt<double>/Count:1024/iterations:5/manual_time                            0.009 s         0.009 s             5       1024         8.4059u
25: GramSchmidt<double>/Count:2048/iterations:5/manual_time                            0.009 s         0.009 s             5     2.048k        4.15903u
25: GramSchmidt<double>/Count:4096/iterations:5/manual_time                            0.008 s         0.009 s             5     4.096k        2.07157u
25: GramSchmidt<double>/Count:8192/iterations:5/manual_time                            0.008 s         0.010 s             5     8.192k         1028.8n
25: GramSchmidt<double>/Count:16384/iterations:5/manual_time                           0.009 s         0.012 s             5    16.384k        524.177n
25: GramSchmidt<double>/Count:32768/iterations:5/manual_time                           0.009 s         0.015 s             5    32.768k        279.596n
25: GramSchmidt<double>/Count:65536/iterations:5/manual_time                           0.010 s         0.020 s             5    65.536k         160.19n
25: GramSchmidt<double>/Count:131072/iterations:5/manual_time                          0.013 s         0.032 s             5   131.072k        95.5938n
25: GramSchmidt<double>/Count:262144/iterations:5/manual_time                          0.015 s         0.042 s             5   262.144k        58.4522n
25: GramSchmidt<double>/Count:524288/iterations:5/manual_time                          0.022 s         0.062 s             5   524.288k        42.5434n
25: ----------------------------------------------------------------------------------------------------------------------------------------------
25: Benchmark                                                                              Time             CPU   Iterations  FOM: GB/s        Max
25: ----------------------------------------------------------------------------------------------------------------------------------------------
25: CustomReduction<double>/N:100000/R:1000/manual_time                                0.007 s         0.018 s            95 14.6601k/s       11.5
25: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25: Benchmark                                                                              Time             CPU   Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Overlap Time fenced Time not fenced
25: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25: OverlapRangePolicy/N:2000/M:10000/R:10                                             0.570 s         0.568 s             1       0.0981454     0.105215               0.0877345            0.0436947   0.0444071           5.71u
25: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25: Benchmark                                                                              Time             CPU   Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced
25: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25: OverlapMDRangePolicy/N:200/M:10000/R:10                                            0.046 s         0.046 s            15        8.44773m     4.12805m                7.98717m                  3.99263m    3.98546m           5.01u
25: OverlapTeamPolicy/N:20/M:1000000/R:10                                              0.069 s         0.069 s            10       0.0124752    0.0103032                9.06215m                  4.37811m    4.52807m          6.372u
25: ---------------------------------------------------------------------------------------------------------------------------------------------------
25: Benchmark                                                                              Time             CPU   Iterations      Count Time normalized
25: ---------------------------------------------------------------------------------------------------------------------------------------------------
25: HexGrad_Benchmark<double>/count:1024/iterations:5/manual_time                      0.000 s         0.000 s             5       1024        27.3848n
25: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time                      0.000 s         0.000 s             5     2.048k         13.355n
25: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time                      0.000 s         0.000 s             5     4.096k         6.8855n
25: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time                      0.000 s         0.000 s             5     8.192k        3.43408n
25: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time                     0.000 s         0.000 s             5    16.384k        1.78436n
25: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time                     0.000 s         0.000 s             5    32.768k        979.309p
25: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time                     0.000 s         0.000 s             5    65.536k        604.935p
25: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time                    0.000 s         0.000 s             5   131.072k         498.52p
25: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time                    0.000 s         0.001 s             5   262.144k        441.273p
25: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time                    0.000 s         0.001 s             5   524.288k        376.513p
25: -----------------------------------------------------------------------------------------------------------------------------------
25: Benchmark                                                                              Time             CPU   Iterations  FOM: rate
25: -----------------------------------------------------------------------------------------------------------------------------------
25: Malloc/N:1/manual_time                                                              12.7 us         23.0 us        54964 78.5156k/s
25: Malloc/N:16/manual_time                                                             12.7 us         23.0 us        54938 78.4464k/s
25: Malloc/N:256/manual_time                                                            12.8 us         23.0 us        54910  78.407k/s
25: Malloc/N:4096/manual_time                                                           12.7 us         23.0 us        54966 78.4315k/s
25: Malloc/N:65536/manual_time                                                          12.8 us         23.1 us        54892 78.1471k/s
25: Malloc/N:1048576/manual_time                                                        12.8 us         23.0 us        54875 78.4259k/s
25: Malloc/N:16777216/manual_time                                                        554 us          108 us         9641 1.80665k/s
25: Malloc/N:268435456/manual_time                                                      9096 us          352 us           77  109.936/s
25: Malloc/N:4294967296/manual_time                                                   145047 us         1003 us            5  6.89432/s
25: MallocFree/N:1/manual_time                                                          23.1 us         23.0 us        30312 43.3617k/s
25: MallocFree/N:16/manual_time                                                         23.1 us         23.0 us        30341  43.381k/s
25: MallocFree/N:256/manual_time                                                        23.1 us         23.0 us        30364 43.3666k/s
25: MallocFree/N:4096/manual_time                                                       23.1 us         23.0 us        30374 43.3774k/s
25: MallocFree/N:65536/manual_time                                                      23.2 us         23.1 us        30090 43.1122k/s
25: MallocFree/N:1048576/manual_time                                                    23.0 us         23.0 us        30373 43.3857k/s
25: MallocFree/N:16777216/manual_time                                                    561 us          109 us         7083 1.78168k/s
25: MallocFree/N:268435456/manual_time                                                  9172 us          382 us           76  109.025/s
25: MallocFree/N:4294967296/manual_time                                               145004 us         1631 us            5  6.89636/s
25: MallocTouch/N:1/manual_time                                                         12.9 us         23.0 us        48693 77.5561k/s
25: MallocTouch/N:16/manual_time                                                        12.9 us         23.0 us        54349 77.6773k/s
25: MallocTouch/N:256/manual_time                                                       12.9 us         23.0 us        54215 77.6759k/s
25: MallocTouch/N:4096/manual_time                                                      35.2 us         47.7 us        19913 28.4316k/s
25: MallocTouch/N:65536/manual_time                                                     35.1 us         47.5 us        19810 28.5014k/s
25: MallocTouch/N:1048576/manual_time                                                   39.0 us         50.8 us        17988 25.6212k/s
25: MallocTouch/N:16777216/manual_time                                                   515 us          147 us         6630 1.94262k/s
25: MallocTouch/N:268435456/manual_time                                                 9084 us          411 us           77  110.082/s
25: MallocTouch/N:4294967296/manual_time                                              144928 us         1845 us            5  6.89998/s
25: MallocTouchFree/N:1/manual_time                                                     23.1 us         23.1 us        30254 43.2428k/s
25: MallocTouchFree/N:16/manual_time                                                    23.5 us         23.4 us        30257 42.4971k/s
25: MallocTouchFree/N:256/manual_time                                                   23.2 us         23.1 us        30244 43.1876k/s
25: MallocTouchFree/N:4096/manual_time                                                  47.4 us         47.3 us        14712 21.0759k/s
25: MallocTouchFree/N:65536/manual_time                                                 47.4 us         47.2 us        14784 21.1148k/s
25: MallocTouchFree/N:1048576/manual_time                                               50.7 us         50.5 us        13736 19.7082k/s
25: MallocTouchFree/N:16777216/manual_time                                               522 us          146 us         5082 1.91676k/s
25: MallocTouchFree/N:268435456/manual_time                                             9177 us          409 us           77  108.966/s
25: MallocTouchFree/N:4294967296/manual_time                                          145105 us         1873 us            5  6.89156/s
25: ----------------------------------------------------------------------------------------------------------------------------------------------
25: Benchmark                                                                              Time             CPU   Iterations  FOM: GB/s         MB
25: ----------------------------------------------------------------------------------------------------------------------------------------------
25: ViewAllocate_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                            0.024 s         0.001 s            29  32.6928/s        800
25: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time                           0.027 s         0.002 s            26  30.0012/s        800
25: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                            0.027 s         0.002 s            26  30.0273/s        800
25: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time                           0.027 s         0.002 s            26  30.0016/s        800
25: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                            0.027 s         0.002 s            26   30.001/s        800
25: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time                           0.027 s         0.002 s            26  29.9993/s        800
25: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                            0.027 s         0.002 s            26  29.9998/s        800
25: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time                           0.027 s         0.002 s            26  29.9992/s        800
25: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                            0.027 s         0.002 s            26  30.0006/s        800
25: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time                           0.027 s         0.002 s            26  30.0097/s        800
25: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                            0.027 s         0.002 s            26  30.0082/s        800
25: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time                           0.027 s         0.002 s            26  30.0393/s        800
25: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                            0.027 s         0.002 s            26  29.9997/s        800
25: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time                           0.027 s         0.002 s            26  30.0121/s        800
25: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                            0.027 s         0.002 s            26  30.0369/s        800
25: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time                           0.027 s         0.002 s            26  29.7284/s        800
25: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           434  994.738/s       1.6k
25: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           433  1005.61/s       1.6k
25: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           435  1013.95/s       1.6k
25: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           435  1013.74/s       1.6k
25: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           435  1013.91/s       1.6k
25: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           435  1013.85/s       1.6k
25: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.002 s         0.002 s           435  1013.97/s       1.6k
25: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.003 s         0.003 s           224  504.687/s       1.6k
25: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.003 s         0.003 s           224   514.21/s       1.6k
25: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.002 s         0.002 s           435  1014.23/s       1.6k
25: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.002 s         0.002 s           320  730.649/s       1.6k
25: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.002 s         0.002 s           277  644.372/s       1.6k
25: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           435  1013.79/s       1.6k
25: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           435  1014.12/s       1.6k
25: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           435  1013.55/s       1.6k
25: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           435   1013.8/s       1.6k
25: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.014 s         0.014 s            48  110.354/s       1.6k
25: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.014 s         0.014 s            49  111.477/s       1.6k
25: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.003 s         0.003 s           210  480.605/s       1.6k
25: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.008 s         0.008 s            93  211.755/s       1.6k
25: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           435  1013.62/s       1.6k
25: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           435   1013.8/s       1.6k
25: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.016 s         0.016 s            44   100.37/s       1.6k
25: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.021 s         0.021 s            33  75.0485/s       1.6k
25: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           435  1013.83/s       1.6k
25: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           435  1013.82/s       1.6k
25: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.017 s         0.017 s            40  93.0602/s       1.6k
25: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.019 s         0.019 s            37  84.0579/s       1.6k
25: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           435  1013.88/s       1.6k
25: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           435  1013.92/s       1.6k
25: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.017 s         0.017 s            40  91.7498/s       1.6k
25: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.019 s         0.019 s            37  85.1539/s       1.6k
25: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time          0.002 s         0.002 s           443  1030.29/s       1.6k
25: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time        0.002 s         0.002 s           443  1030.39/s       1.6k
25: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time         0.002 s         0.002 s           443  1030.37/s       1.6k
25: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time         0.002 s         0.002 s           443  1030.48/s       1.6k
25: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           879  1033.79/s        800
25: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           883  1034.06/s        800
25: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           883  1034.35/s        800
25: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           884  1034.32/s        800
25: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           883   1034.3/s        800
25: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           883  1034.32/s        800
25: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           883  1034.15/s        800
25: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           883  1021.64/s        800
25: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           883  1034.02/s        800
25: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           883  1028.96/s        800
25: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           883  1034.38/s        800
25: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           883  1034.15/s        800
25: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           883  1034.12/s        800
25: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           883  1034.36/s        800
25: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           883  1034.28/s        800
25: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           883  1034.01/s        800
25: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time                                  0.001 s         0.001 s           884  1034.31/s        800
25: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time                                 0.001 s         0.001 s           883  1034.08/s        800
25: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 4.32346k/s       1.6k
25: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 5.18589k/s       1.6k
25: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 4.21964k/s       1.6k
25: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 3.76885k/s       1.6k
25: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 4.72943k/s       1.6k
25: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 3.72736k/s       1.6k
25: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 8.28232k/s       1.6k
25: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10  8.2811k/s       1.6k
25: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 6.64548k/s       1.6k
25: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 5.49399k/s       1.6k
25: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 7.14313k/s       1.6k
25: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 5.24767k/s       1.6k
25: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 3.60953k/s       1.6k
25: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 3.65505k/s       1.6k
25: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.001 s         0.001 s            10 2.83701k/s       1.6k
25: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.001 s            10 2.44347k/s       1.6k
25: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 4.98947k/s       1.6k
25: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 5.00919k/s       1.6k
25: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 3.57286k/s       1.6k
25: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.001 s         0.001 s            10  2.9656k/s       1.6k
25: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.001 s         0.001 s            10 2.05405k/s       1.6k
25: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.003 s         0.001 s            10  561.115/s       1.6k
25: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.003 s         0.001 s            10  498.809/s       1.6k
25: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.003 s         0.001 s            10  497.408/s       1.6k
25: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.003 s         0.000 s            10  550.609/s       1.6k
25: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.003 s         0.000 s            10  543.408/s       1.6k
25: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.003 s         0.000 s            10  575.538/s       1.6k
25: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.003 s         0.000 s            10  568.648/s       1.6k
25: ViewResize_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.003 s         0.001 s            10   520.81/s       1.6k
25: ViewResize_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.003 s         0.000 s            10  544.692/s       1.6k
25: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.003 s         0.000 s            10  544.556/s       1.6k
25: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.003 s         0.000 s            10  566.106/s       1.6k
25: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time           0.028 s         0.002 s            10  57.0086/s       1.6k
25: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time          0.031 s         0.002 s            10  51.5942/s       1.6k
25/53 Test #25: Kokkos_PerformanceTest_Benchmark ............   Passed  123.56 sec
test 26
      Start 26: Kokkos_Benchmark_Atomic_MinMax

26: 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-24_T19-37-50.json"
26: Test timeout computed to be: 1500
26: Failed to add custom context "Kokkos" as it already exists with value "HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-, Total Global Memory: 31.98 G, Shared Memory per Block: 64 K, APU or dGPU: dGPU, Is Large Bar: 1, Supports Managed Memory: 1, Wavefront Size: 64 : Selected"
26: 2024-01-24T20:29:52+00:00
26: Running /var/jenkins/workspace/Kokkos_develop/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax
26: Run on (64 X 3285.38 MHz CPU s)
26: CPU Caches:
26:   L1 Data 32 KiB (x32)
26:   L1 Instruction 32 KiB (x32)
26:   L2 Unified 512 KiB (x32)
26:   L3 Unified 16384 KiB (x16)
26: Load Average: 9.72, 10.61, 10.40
26: CPU architecture: none
26: Default Device: N6Kokkos3HIPE
26: GPU architecture: AMD_GFX908
26: KOKKOS_COMPILER_CLANG: 1400
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_HIP: yes
26: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: 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_OPENMP: 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: OpenMP thread_pool_topology[ 1 x 8 x 1 ]
26: Kokkos Version: 4.2.99
26: macro  KOKKOS_ENABLE_HIP: defined
26: platform: 64bit
26: ----------------------------------------------------------------------------------------------------------------------------------------
26: Benchmark                                                                                              Time             CPU   Iterations
26: ----------------------------------------------------------------------------------------------------------------------------------------
26: Atomic_MinReplacements<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
26: Atomic_MaxReplacements<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
26: Atomic_MinReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
26: Atomic_MaxReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
26: Atomic_MinReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
26: Atomic_MaxReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
26: Atomic_MinReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
26: Atomic_MaxReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
26: Atomic_MinReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
26: Atomic_MaxReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
26: Atomic_MinReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
26: Atomic_MaxReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
26: Atomic_MinReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
26: Atomic_MaxReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
26: Atomic_MinReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
26: Atomic_MaxReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
26/53 Test #26: Kokkos_Benchmark_Atomic_MinMax ..............   Passed    0.45 sec
test 27
      Start 27: Kokkos_PerformanceTest_Mempool

27: 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-24_T19-37-50.json"
27: Test timeout computed to be: 1500
27: Failed to add custom context "Kokkos" as it already exists with value "HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-, Total Global Memory: 31.98 G, Shared Memory per Block: 64 K, APU or dGPU: dGPU, Is Large Bar: 1, Supports Managed Memory: 1, Wavefront Size: 64 : Selected"
27: 2024-01-24T20:29:53+00:00
27: Running /var/jenkins/workspace/Kokkos_develop/build/core/perf_test/Kokkos_PerformanceTest_Mempool
27: Run on (64 X 3290.39 MHz CPU s)
27: CPU Caches:
27:   L1 Data 32 KiB (x32)
27:   L1 Instruction 32 KiB (x32)
27:   L2 Unified 512 KiB (x32)
27:   L3 Unified 16384 KiB (x16)
27: Load Average: 9.72, 10.61, 10.40
27: CPU architecture: none
27: Default Device: N6Kokkos3HIPE
27: GPU architecture: AMD_GFX908
27: KOKKOS_COMPILER_CLANG: 1400
27: KOKKOS_ENABLE_ASM: no
27: KOKKOS_ENABLE_CXX17: yes
27: KOKKOS_ENABLE_CXX20: no
27: KOKKOS_ENABLE_CXX23: no
27: KOKKOS_ENABLE_CXX26: no
27: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
27: KOKKOS_ENABLE_HBWSPACE: no
27: KOKKOS_ENABLE_HIP: yes
27: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no
27: KOKKOS_ENABLE_HWLOC: no
27: KOKKOS_ENABLE_INTEL_MM_ALLOC: no
27: KOKKOS_ENABLE_LIBDL: yes
27: KOKKOS_ENABLE_LIBRT: no
27: KOKKOS_ENABLE_OPENMP: yes
27: KOKKOS_ENABLE_PRAGMA_IVDEP: no
27: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
27: KOKKOS_ENABLE_PRAGMA_UNROLL: no
27: KOKKOS_ENABLE_PRAGMA_VECTOR: no
27: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ]
27: Kokkos Version: 4.2.99
27: macro  KOKKOS_ENABLE_HIP: defined
27: platform: 64bit
27: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
27: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: fill ops per second
27: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
27: 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.000 s         0.000 s          2181               17.2231M/s
27: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
27: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: cycle ops per second
27: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
27: 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.000 s         0.000 s          8903                141.556M/s
27/53 Test #27: Kokkos_PerformanceTest_Mempool ..............   Passed    2.94 sec
test 28
      Start 28: Kokkos_PerformanceTest_Atomic

28: 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-24_T19-37-50.json"
28: Test timeout computed to be: 1500
28: Failed to add custom context "Kokkos" as it already exists with value "HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-, Total Global Memory: 31.98 G, Shared Memory per Block: 64 K, APU or dGPU: dGPU, Is Large Bar: 1, Supports Managed Memory: 1, Wavefront Size: 64 : Selected"
28: 2024-01-24T20:29:56+00:00
28: Running /var/jenkins/workspace/Kokkos_develop/build/core/perf_test/Kokkos_PerformanceTest_Atomic
28: Run on (64 X 3293.45 MHz CPU s)
28: CPU Caches:
28:   L1 Data 32 KiB (x32)
28:   L1 Instruction 32 KiB (x32)
28:   L2 Unified 512 KiB (x32)
28:   L3 Unified 16384 KiB (x16)
28: Load Average: 9.75, 10.60, 10.40
28: CPU architecture: none
28: Default Device: N6Kokkos3HIPE
28: GPU architecture: AMD_GFX908
28: KOKKOS_COMPILER_CLANG: 1400
28: KOKKOS_ENABLE_ASM: no
28: KOKKOS_ENABLE_CXX17: yes
28: KOKKOS_ENABLE_CXX20: no
28: KOKKOS_ENABLE_CXX23: no
28: KOKKOS_ENABLE_CXX26: no
28: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
28: KOKKOS_ENABLE_HBWSPACE: no
28: KOKKOS_ENABLE_HIP: yes
28: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no
28: KOKKOS_ENABLE_HWLOC: no
28: KOKKOS_ENABLE_INTEL_MM_ALLOC: no
28: KOKKOS_ENABLE_LIBDL: yes
28: KOKKOS_ENABLE_LIBRT: no
28: KOKKOS_ENABLE_OPENMP: yes
28: KOKKOS_ENABLE_PRAGMA_IVDEP: no
28: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
28: KOKKOS_ENABLE_PRAGMA_UNROLL: no
28: KOKKOS_ENABLE_PRAGMA_VECTOR: no
28: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ]
28: Kokkos Version: 4.2.99
28: macro  KOKKOS_ENABLE_HIP: defined
28: platform: 64bit
28: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
28: Benchmark                                                         Time             CPU   Iterations     Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial
28: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
28: Test_Atomic<int>/100000/iterations:10                          3.48 s          3.46 s            10          1            4    2.53836m        1.25265m     304.07u     704.983M         614.928k     704.983M
28: Test_Atomic<long int>/100000/iterations:10                     12.1 s          12.1 s            10          1            8     20.1079        1.85058m     304.17u     4.99995G         419.958k     4.99995G
28: Test_Atomic<long long int>/100000/iterations:10                12.2 s          12.1 s            10          1            8     19.9725        1.48949m     304.27u     4.99995G         670.646k     4.99995G
28: Test_Atomic<unsigned int>/100000/iterations:10                 3.57 s          3.55 s            10          1            4    2.53817m        1.24354m     304.07u     704.983M          407.96k     704.983M
28: Test_Atomic<unsigned long int>/100000/iterations:10            12.1 s          12.1 s            10          1            8     20.6233          1.756m     304.27u     4.99995G          112.19k     4.99995G
28: Test_Atomic<unsigned long long int>/100000/iterations:10       4.06 s          4.04 s            10          1            8    2.49548m        1.22711m     304.17u     4.99995G         723.637k     4.99995G
28: Test_Atomic<float>/100000/iterations:10                        10.7 s          10.6 s            10          0            4     17.6203        1.34142m        957u     5.00001G         891.852k     4.99989G
28: Test_Atomic<double>/100000/iterations:10                       12.1 s          12.1 s            10          1            8     20.0084        1.33732m     913.21u     4.99995G         614.263k     4.99995G
28: Test_Atomic<int>/100000/iterations:10                          3.52 s          3.51 s            10          1            4    2.58375m        1.20837m     304.07u     704.983M         753.036k     704.983M
28/53 Test #28: Kokkos_PerformanceTest_Atomic ...............   Passed  739.08 sec
test 29
      Start 29: Kokkos_ContainersUnitTest_OpenMP

29: Test command: /var/jenkins/workspace/Kokkos_develop/build/containers/unit_tests/Kokkos_ContainersUnitTest_OpenMP
29: Test timeout computed to be: 1500
29: [==========] Running 62 tests from 1 test suite.
29: [----------] Global test environment set-up.
29: [----------] 62 tests from openmp
29: [ RUN      ] openmp.bitset
29: [       OK ] openmp.bitset (183 ms)
29: [ RUN      ] openmp.bitset_default_constructor_no_alloc
29: [       OK ] openmp.bitset_default_constructor_no_alloc (0 ms)
29: [ RUN      ] openmp.dualview_combination
29: [       OK ] openmp.dualview_combination (0 ms)
29: [ RUN      ] openmp.dualview_alloc
29: [       OK ] openmp.dualview_alloc (0 ms)
29: [ RUN      ] openmp.test_dualview_copy_construction_and_assignment
29: [       OK ] openmp.test_dualview_copy_construction_and_assignment (0 ms)
29: [ RUN      ] openmp.dualview_combinations_without_init
29: [       OK ] openmp.dualview_combinations_without_init (0 ms)
29: [ RUN      ] openmp.dualview_deep_copy
29: [       OK ] openmp.dualview_deep_copy (0 ms)
29: [ RUN      ] openmp.dualview_realloc
29: [       OK ] openmp.dualview_realloc (0 ms)
29: [ RUN      ] openmp.dualview_resize
29: [       OK ] openmp.dualview_resize (0 ms)
29: [ RUN      ] openmp.dualview_device_correct_kokkos_device
29: 
29: Kokkos::HIP::allocation WARNING: The combination of device and system configuration
29:                                  does not support page migration between device and host.
29:                                  HIPManagedSpace might not work as expected.
29:                                  Please refer to the ROCm documentation on unified/managed memory.
29: [       OK ] openmp.dualview_device_correct_kokkos_device (0 ms)
29: [ RUN      ] openmp.dualview_host_correct_kokkos_device
29: [       OK ] openmp.dualview_host_correct_kokkos_device (0 ms)
29: [ RUN      ] openmp.dualview_host_modify_template_device_sync
29: [       OK ] openmp.dualview_host_modify_template_device_sync (0 ms)
29: [ RUN      ] openmp.dualview_host_modify_template_device_execspace_sync
29: [       OK ] openmp.dualview_host_modify_template_device_execspace_sync (0 ms)
29: [ RUN      ] openmp.dualview_device_modify_template_host_sync
29: [       OK ] openmp.dualview_device_modify_template_host_sync (0 ms)
29: [ RUN      ] openmp.dualview_device_modify_template_host_execspace_sync
29: [       OK ] openmp.dualview_device_modify_template_host_execspace_sync (0 ms)
29: [ RUN      ] openmp.dualview_template_views_return_correct_executionspace_views
29: [       OK ] openmp.dualview_template_views_return_correct_executionspace_views (0 ms)
29: [ RUN      ] openmp.dynamic_view
29: [       OK ] openmp.dynamic_view (13 ms)
29: [ RUN      ] openmp.dyn_rank_view_api_generic
29: [       OK ] openmp.dyn_rank_view_api_generic (4 ms)
29: [ RUN      ] openmp.dyn_rank_view_api_operator_rank12345
29: [       OK ] openmp.dyn_rank_view_api_operator_rank12345 (0 ms)
29: [ RUN      ] openmp.dyn_rank_view_check_fence_resize_realloc
29: /var/jenkins/workspace/Kokkos_develop/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped
29: skipping since not default execution space
29: [  SKIPPED ] openmp.dyn_rank_view_check_fence_resize_realloc (0 ms)
29: [ RUN      ] openmp.dyn_rank_view_api_operator_rank67
29: [       OK ] openmp.dyn_rank_view_api_operator_rank67 (0 ms)
29: [ RUN      ] openmp.ErrorReporterViaLambda
29: [       OK ] openmp.ErrorReporterViaLambda (0 ms)
29: [ RUN      ] openmp.ErrorReporter
29: [       OK ] openmp.ErrorReporter (0 ms)
29: [ RUN      ] openmp.offsetview_construction
29: [       OK ] openmp.offsetview_construction (6 ms)
29: [ RUN      ] openmp.offsetview_unmanaged_construction
29: [       OK ] openmp.offsetview_unmanaged_construction (0 ms)
29: [ RUN      ] openmp.offsetview_subview
29: [       OK ] openmp.offsetview_subview (8 ms)
29: [ RUN      ] openmp.offsetview_offsets_rank1
29: [       OK ] openmp.offsetview_offsets_rank1 (0 ms)
29: [ RUN      ] openmp.offsetview_offsets_rank2
29: [       OK ] openmp.offsetview_offsets_rank2 (0 ms)
29: [ RUN      ] openmp.offsetview_offsets_rank3
29: [       OK ] openmp.offsetview_offsets_rank3 (0 ms)
29: [ RUN      ] openmp.scatterview
29: [       OK ] openmp.scatterview (949 ms)
29: [ RUN      ] openmp.scatterview_devicetype
29: [       OK ] openmp.scatterview_devicetype (4 ms)
29: [ RUN      ] openmp.staticcrsgraph
29: [       OK ] openmp.staticcrsgraph (25 ms)
29: [ RUN      ] openmp.resize_realloc_no_init_dualview
29: [       OK ] openmp.resize_realloc_no_init_dualview (0 ms)
29: [ RUN      ] openmp.resize_realloc_no_alloc_dualview
29: [       OK ] openmp.resize_realloc_no_alloc_dualview (0 ms)
29: [ RUN      ] openmp.resize_exec_space_dualview
29: [       OK ] openmp.resize_exec_space_dualview (0 ms)
29: [ RUN      ] openmp.realloc_exec_space_dualview
29: [       OK ] openmp.realloc_exec_space_dualview (0 ms)
29: [ RUN      ] openmp.resize_realloc_no_init_dynrankview
29: [       OK ] openmp.resize_realloc_no_init_dynrankview (0 ms)
29: [ RUN      ] openmp.resize_exec_space_dynrankview
29: [       OK ] openmp.resize_exec_space_dynrankview (0 ms)
29: [ RUN      ] openmp.realloc_exec_space_dynrankview
29: [       OK ] openmp.realloc_exec_space_dynrankview (0 ms)
29: [ RUN      ] openmp.resize_realloc_no_init_scatterview
29: [       OK ] openmp.resize_realloc_no_init_scatterview (0 ms)
29: [ RUN      ] openmp.resize_realloc_no_alloc_scatterview
29: [       OK ] openmp.resize_realloc_no_alloc_scatterview (0 ms)
29: [ RUN      ] openmp.resize_exec_space_scatterview
29: [       OK ] openmp.resize_exec_space_scatterview (0 ms)
29: [ RUN      ] openmp.realloc_exec_space_scatterview
29: [       OK ] openmp.realloc_exec_space_scatterview (0 ms)
29: [ RUN      ] openmp.create_mirror_no_init_dynrankview
29: [       OK ] openmp.create_mirror_no_init_dynrankview (0 ms)
29: [ RUN      ] openmp.create_mirror_no_init_dynrankview_viewctor
29: [       OK ] openmp.create_mirror_no_init_dynrankview_viewctor (0 ms)
29: [ RUN      ] openmp.create_mirror_view_and_copy_dynrankview
29: [       OK ] openmp.create_mirror_view_and_copy_dynrankview (0 ms)
29: [ RUN      ] openmp.create_mirror_no_init_offsetview
29: [       OK ] openmp.create_mirror_no_init_offsetview (0 ms)
29: [ RUN      ] openmp.create_mirror_no_init_offsetview_view_ctor
29: [       OK ] openmp.create_mirror_no_init_offsetview_view_ctor (0 ms)
29: [ RUN      ] openmp.create_mirror_view_and_copy_offsetview
29: [       OK ] openmp.create_mirror_view_and_copy_offsetview (0 ms)
29: [ RUN      ] openmp.create_mirror_no_init_dynamicview
29: [       OK ] openmp.create_mirror_no_init_dynamicview (0 ms)
29: [ RUN      ] openmp.create_mirror_view_and_copy_dynamicview
29: [       OK ] openmp.create_mirror_view_and_copy_dynamicview (0 ms)
29: [ RUN      ] openmp.create_mirror_no_init_dynamicview_view_ctor
29: [       OK ] openmp.create_mirror_no_init_dynamicview_view_ctor (0 ms)
29: [ RUN      ] openmp.UnorderedMap_insert
29: [       OK ] openmp.UnorderedMap_insert (3876 ms)
29: [ RUN      ] openmp.UnorderedMap_failed_insert
29: [       OK ] openmp.UnorderedMap_failed_insert (3076 ms)
29: [ RUN      ] openmp.UnorderedMap_deep_copy
29: [       OK ] openmp.UnorderedMap_deep_copy (4 ms)
29: [ RUN      ] openmp.UnorderedMap_valid_empty
29: [       OK ] openmp.UnorderedMap_valid_empty (0 ms)
29: [ RUN      ] openmp.UnorderedMap_clear_zero_size
29: [       OK ] openmp.UnorderedMap_clear_zero_size (0 ms)
29: [ RUN      ] openmp.UnorderedMap_consistent_size
29: [       OK ] openmp.UnorderedMap_consistent_size (0 ms)
29: [ RUN      ] openmp.UnorderedMap_shallow_copyable_on_device
29: [       OK ] openmp.UnorderedMap_shallow_copyable_on_device (0 ms)
29: [ RUN      ] openmp.UnorderedMap_lambda_capturable
29: [       OK ] openmp.UnorderedMap_lambda_capturable (0 ms)
29: [ RUN      ] openmp.UnorderedMap_constructor_view_alloc
29: [       OK ] openmp.UnorderedMap_constructor_view_alloc (0 ms)
29: [ RUN      ] openmp.viewctorprop_embedded_dim
29: [       OK ] openmp.viewctorprop_embedded_dim (0 ms)
29: [----------] 62 tests from openmp (8159 ms total)
29: 
29: [----------] Global test environment tear-down
29: [==========] 62 tests from 1 test suite ran. (8159 ms total)
29: [  PASSED  ] 61 tests.
29: [  SKIPPED ] 1 test, listed below:
29: [  SKIPPED ] openmp.dyn_rank_view_check_fence_resize_realloc
29/53 Test #29: Kokkos_ContainersUnitTest_OpenMP ............   Passed    8.63 sec
test 30
      Start 30: Kokkos_ContainersUnitTest_HIP

30: Test command: /var/jenkins/workspace/Kokkos_develop/build/containers/unit_tests/Kokkos_ContainersUnitTest_HIP
30: Test timeout computed to be: 1500
30: [==========] Running 62 tests from 1 test suite.
30: [----------] Global test environment set-up.
30: [----------] 62 tests from hip
30: [ RUN      ] hip.bitset
30: [       OK ] hip.bitset (18 ms)
30: [ RUN      ] hip.bitset_default_constructor_no_alloc
30: [       OK ] hip.bitset_default_constructor_no_alloc (0 ms)
30: [ RUN      ] hip.dualview_combination
30: [       OK ] hip.dualview_combination (5 ms)
30: [ RUN      ] hip.dualview_alloc
30: [       OK ] hip.dualview_alloc (0 ms)
30: [ RUN      ] hip.test_dualview_copy_construction_and_assignment
30: [       OK ] hip.test_dualview_copy_construction_and_assignment (0 ms)
30: [ RUN      ] hip.dualview_combinations_without_init
30: [       OK ] hip.dualview_combinations_without_init (0 ms)
30: [ RUN      ] hip.dualview_deep_copy
30: [       OK ] hip.dualview_deep_copy (1 ms)
30: [ RUN      ] hip.dualview_realloc
30: [       OK ] hip.dualview_realloc (0 ms)
30: [ RUN      ] hip.dualview_resize
30: [       OK ] hip.dualview_resize (11 ms)
30: [ RUN      ] hip.dualview_device_correct_kokkos_device
30: 
30: Kokkos::HIP::allocation WARNING: The combination of device and system configuration
30:                                  does not support page migration between device and host.
30:                                  HIPManagedSpace might not work as expected.
30:                                  Please refer to the ROCm documentation on unified/managed memory.
30: [       OK ] hip.dualview_device_correct_kokkos_device (0 ms)
30: [ RUN      ] hip.dualview_host_correct_kokkos_device
30: [       OK ] hip.dualview_host_correct_kokkos_device (0 ms)
30: [ RUN      ] hip.dualview_host_modify_template_device_sync
30: [       OK ] hip.dualview_host_modify_template_device_sync (0 ms)
30: [ RUN      ] hip.dualview_host_modify_template_device_execspace_sync
30: [       OK ] hip.dualview_host_modify_template_device_execspace_sync (0 ms)
30: [ RUN      ] hip.dualview_device_modify_template_host_sync
30: [       OK ] hip.dualview_device_modify_template_host_sync (0 ms)
30: [ RUN      ] hip.dualview_device_modify_template_host_execspace_sync
30: [       OK ] hip.dualview_device_modify_template_host_execspace_sync (0 ms)
30: [ RUN      ] hip.dualview_template_views_return_correct_executionspace_views
30: [       OK ] hip.dualview_template_views_return_correct_executionspace_views (0 ms)
30: [ RUN      ] hip.dynamic_view
30: [       OK ] hip.dynamic_view (18 ms)
30: [ RUN      ] hip.dyn_rank_view_api_generic
30: [       OK ] hip.dyn_rank_view_api_generic (20 ms)
30: [ RUN      ] hip.dyn_rank_view_api_operator_rank12345
30: [       OK ] hip.dyn_rank_view_api_operator_rank12345 (1 ms)
30: [ RUN      ] hip.dyn_rank_view_check_fence_resize_realloc
30: [       OK ] hip.dyn_rank_view_check_fence_resize_realloc (0 ms)
30: [ RUN      ] hip.dyn_rank_view_api_operator_rank67
30: [       OK ] hip.dyn_rank_view_api_operator_rank67 (1 ms)
30: [ RUN      ] hip.ErrorReporterViaLambda
30: [       OK ] hip.ErrorReporterViaLambda (2 ms)
30: [ RUN      ] hip.ErrorReporter
30: [       OK ] hip.ErrorReporter (0 ms)
30: [ RUN      ] hip.offsetview_construction
30: [       OK ] hip.offsetview_construction (3 ms)
30: [ RUN      ] hip.offsetview_unmanaged_construction
30: [       OK ] hip.offsetview_unmanaged_construction (0 ms)
30: [ RUN      ] hip.offsetview_subview
30: [       OK ] hip.offsetview_subview (0 ms)
30: [ RUN      ] hip.offsetview_offsets_rank1
30: [       OK ] hip.offsetview_offsets_rank1 (0 ms)
30: [ RUN      ] hip.offsetview_offsets_rank2
30: [       OK ] hip.offsetview_offsets_rank2 (0 ms)
30: [ RUN      ] hip.offsetview_offsets_rank3
30: [       OK ] hip.offsetview_offsets_rank3 (0 ms)
30: [ RUN      ] hip.scatterview
30: [       OK ] hip.scatterview (20340 ms)
30: [ RUN      ] hip.scatterview_devicetype
30: [       OK ] hip.scatterview_devicetype (46533 ms)
30: [ RUN      ] hip.staticcrsgraph
30: [       OK ] hip.staticcrsgraph (37 ms)
30: [ RUN      ] hip.resize_realloc_no_init_dualview
30: [       OK ] hip.resize_realloc_no_init_dualview (6 ms)
30: [ RUN      ] hip.resize_realloc_no_alloc_dualview
30: [       OK ] hip.resize_realloc_no_alloc_dualview (0 ms)
30: [ RUN      ] hip.resize_exec_space_dualview
30: [       OK ] hip.resize_exec_space_dualview (0 ms)
30: [ RUN      ] hip.realloc_exec_space_dualview
30: [       OK ] hip.realloc_exec_space_dualview (0 ms)
30: [ RUN      ] hip.resize_realloc_no_init_dynrankview
30: [       OK ] hip.resize_realloc_no_init_dynrankview (0 ms)
30: [ RUN      ] hip.resize_exec_space_dynrankview
30: [       OK ] hip.resize_exec_space_dynrankview (0 ms)
30: [ RUN      ] hip.realloc_exec_space_dynrankview
30: [       OK ] hip.realloc_exec_space_dynrankview (0 ms)
30: [ RUN      ] hip.resize_realloc_no_init_scatterview
30: [       OK ] hip.resize_realloc_no_init_scatterview (0 ms)
30: [ RUN      ] hip.resize_realloc_no_alloc_scatterview
30: [       OK ] hip.resize_realloc_no_alloc_scatterview (0 ms)
30: [ RUN      ] hip.resize_exec_space_scatterview
30: [       OK ] hip.resize_exec_space_scatterview (0 ms)
30: [ RUN      ] hip.realloc_exec_space_scatterview
30: [       OK ] hip.realloc_exec_space_scatterview (0 ms)
30: [ RUN      ] hip.create_mirror_no_init_dynrankview
30: [       OK ] hip.create_mirror_no_init_dynrankview (0 ms)
30: [ RUN      ] hip.create_mirror_no_init_dynrankview_viewctor
30: [       OK ] hip.create_mirror_no_init_dynrankview_viewctor (0 ms)
30: [ RUN      ] hip.create_mirror_view_and_copy_dynrankview
30: [       OK ] hip.create_mirror_view_and_copy_dynrankview (0 ms)
30: [ RUN      ] hip.create_mirror_no_init_offsetview
30: [       OK ] hip.create_mirror_no_init_offsetview (0 ms)
30: [ RUN      ] hip.create_mirror_no_init_offsetview_view_ctor
30: [       OK ] hip.create_mirror_no_init_offsetview_view_ctor (0 ms)
30: [ RUN      ] hip.create_mirror_view_and_copy_offsetview
30: [       OK ] hip.create_mirror_view_and_copy_offsetview (0 ms)
30: [ RUN      ] hip.create_mirror_no_init_dynamicview
30: [       OK ] hip.create_mirror_no_init_dynamicview (0 ms)
30: [ RUN      ] hip.create_mirror_view_and_copy_dynamicview
30: [       OK ] hip.create_mirror_view_and_copy_dynamicview (0 ms)
30: [ RUN      ] hip.create_mirror_no_init_dynamicview_view_ctor
30: [       OK ] hip.create_mirror_no_init_dynamicview_view_ctor (0 ms)
30: [ RUN      ] hip.UnorderedMap_insert
30: [       OK ] hip.UnorderedMap_insert (2681 ms)
30: [ RUN      ] hip.UnorderedMap_failed_insert
30: [       OK ] hip.UnorderedMap_failed_insert (714 ms)
30: [ RUN      ] hip.UnorderedMap_deep_copy
30: [       OK ] hip.UnorderedMap_deep_copy (4 ms)
30: [ RUN      ] hip.UnorderedMap_valid_empty
30: [       OK ] hip.UnorderedMap_valid_empty (1 ms)
30: [ RUN      ] hip.UnorderedMap_clear_zero_size
30: [       OK ] hip.UnorderedMap_clear_zero_size (0 ms)
30: [ RUN      ] hip.UnorderedMap_consistent_size
30: [       OK ] hip.UnorderedMap_consistent_size (0 ms)
30: [ RUN      ] hip.UnorderedMap_shallow_copyable_on_device
30: [       OK ] hip.UnorderedMap_shallow_copyable_on_device (0 ms)
30: [ RUN      ] hip.UnorderedMap_lambda_capturable
30: [       OK ] hip.UnorderedMap_lambda_capturable (0 ms)
30: [ RUN      ] hip.UnorderedMap_constructor_view_alloc
30: [       OK ] hip.UnorderedMap_constructor_view_alloc (0 ms)
30: [ RUN      ] hip.viewctorprop_embedded_dim
30: [       OK ] hip.viewctorprop_embedded_dim (2 ms)
30: [----------] 62 tests from hip (70413 ms total)
30: 
30: [----------] Global test environment tear-down
30: [==========] 62 tests from 1 test suite ran. (70413 ms total)
30: [  PASSED  ] 62 tests.
30/53 Test #30: Kokkos_ContainersUnitTest_HIP ...............   Passed   70.84 sec
test 31
      Start 31: Kokkos_ContainersPerformanceTest_OpenMP

31: Test command: /var/jenkins/workspace/Kokkos_develop/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_OpenMP
31: Test timeout computed to be: 1500
31: [==========] Running 5 tests from 1 test suite.
31: [----------] Global test environment set-up.
31: [----------] 5 tests from TEST_CATEGORY
31: [ RUN      ] TEST_CATEGORY.dynrankview_perf
31: OpenMP
31:  DynRankView vs View: Initialization Only 
31:  View time (init only): 0.00812773
31:  View sum computation time: 0.00812773
31:  Strided View time (init only): 0.00671807
31:  View Rank7 time (init only): 0.00770657
31:  DynRankView time (init only): 0.00751048
31:  DynRankView sum computation time: 0.00872404
31:  Ratio of View to DynRankView time: 1.08218
31:  Ratio of View to DynRankView sum computation time: 1.01203
31:  Ratio of View to View Rank7  time: 1.05465
31:  Ratio of StrideView to DynRankView time: 0.894492
31:  Ratio of DynRankView to View Rank7  time: 0.974556
31: [       OK ] TEST_CATEGORY.dynrankview_perf (116 ms)
31: [ RUN      ] TEST_CATEGORY.global_2_local
31: OpenMP
31: size, create, generate, fill, find
31: 256, 9.2053e-05, 1.0991e-05, 6.2357e-05, 0.000692621
31: 512, 3.8713e-05, 1.3215e-05, 8.4118e-05, 0.000703041
31: 1024, 3.9354e-05, 1.054e-05, 0.000117961, 0.000769165
31: 2048, 3.6088e-05, 9.087e-06, 0.000204714, 0.000953741
31: 4096, 5.0114e-05, 6.763e-06, 0.00034589, 0.00146269
31: 8192, 7.7506e-05, 7.975e-06, 0.000621968, 0.00236635
31: 16384, 0.000123612, 1.2464e-05, 0.00119571, 0.00485912
31: 32768, 0.000233418, 2.1741e-05, 0.00251073, 0.00997629
31: 65536, 0.00044235, 3.6097e-05, 0.00524424, 0.0192548
31: 131072, 0.000728287, 5.7177e-05, 0.00977683, 0.0389939
31: 262144, 0.00279364, 9.575e-05, 0.0193422, 0.0853361
31: 524288, 0.00396012, 0.000198152, 0.0388051, 0.469513
31: 1048576, 0.0121446, 0.00018105, 0.0769759, 1.23843
31: 2097152, 0.0128046, 0.000242195, 0.137995, 3.30512
31: 4194304, 0.0237612, 0.000411503, 0.271893, 7.42424
31: [       OK ] TEST_CATEGORY.global_2_local (13229 ms)
31: [ RUN      ] TEST_CATEGORY.unordered_map_performance_near
31: skipping test
31: [       OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms)
31: [ RUN      ] TEST_CATEGORY.unordered_map_performance_far
31: skipping test
31: [       OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms)
31: [ RUN      ] TEST_CATEGORY.scatter_view
31: ScatterView data-duplicated test:
31: num_threads 8
31: hand-coded test took 0.0573822 seconds
31: test took 0.0576204 seconds
31: num_threads 8
31: hand-coded test took 0.0575873 seconds
31: test took 0.0575491 seconds
31: num_threads 8
31: hand-coded test took 0.0575487 seconds
31: test took 0.0580619 seconds
31: num_threads 8
31: hand-coded test took 0.0575722 seconds
31: test took 0.0575625 seconds
31: num_threads 8
31: hand-coded test took 0.0575361 seconds
31: test took 0.0581711 seconds
31: [       OK ] TEST_CATEGORY.scatter_view (706 ms)
31: [----------] 5 tests from TEST_CATEGORY (14052 ms total)
31: 
31: [----------] Global test environment tear-down
31: [==========] 5 tests from 1 test suite ran. (14052 ms total)
31: [  PASSED  ] 5 tests.
31/53 Test #31: Kokkos_ContainersPerformanceTest_OpenMP .....   Passed   14.44 sec
test 32
      Start 32: Kokkos_ContainersPerformanceTest_HIP

32: Test command: /var/jenkins/workspace/Kokkos_develop/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_HIP
32: Test timeout computed to be: 1500
32: [==========] Running 4 tests from 1 test suite.
32: [----------] Global test environment set-up.
32: [----------] 4 tests from TEST_CATEGORY
32: [ RUN      ] TEST_CATEGORY.dynrankview_perf
32: HIP
32:  DynRankView vs View: Initialization Only 
32:  View time (init only): 0.00379834
32:  View sum computation time: 0.00379834
32:  Strided View time (init only): 0.00154921
32:  View Rank7 time (init only): 0.00170709
32:  DynRankView time (init only): 0.00159465
32:  DynRankView sum computation time: 0.0014757
32:  Ratio of View to DynRankView time: 2.38194
32:  Ratio of View to DynRankView sum computation time: 0.978193
32:  Ratio of View to View Rank7  time: 2.22504
32:  Ratio of StrideView to DynRankView time: 0.971508
32:  Ratio of DynRankView to View Rank7  time: 0.934133
32: [       OK ] TEST_CATEGORY.dynrankview_perf (16 ms)
32: [ RUN      ] TEST_CATEGORY.global_2_local
32: HIP
32: size, create, generate, fill, find
32: 256, 0.000225454, 1.8585e-05, 0.00581376, 0.00467029
32: 512, 0.000227307, 1.8154e-05, 3.0758e-05, 0.00352914
32: 1024, 0.000192661, 1.612e-05, 3.0427e-05, 0.00353471
32: 2048, 0.000220203, 1.3034e-05, 3.215e-05, 0.00354324
32: 4096, 0.000211518, 1.3255e-05, 3.209e-05, 0.00354567
32: 8192, 0.000215304, 1.6681e-05, 3.1328e-05, 0.00356809
32: 16384, 0.000252554, 1.7001e-05, 3.2581e-05, 0.00359017
32: 32768, 0.000271139, 1.4267e-05, 3.3993e-05, 0.00371735
32: 65536, 0.000326853, 1.8234e-05, 4.3752e-05, 0.00406118
32: 131072, 0.000365517, 2.2462e-05, 5.9562e-05, 0.00495253
32: 262144, 0.000396755, 2.1921e-05, 0.000107332, 0.00658886
32: 524288, 0.000598755, 2.0208e-05, 0.000286979, 0.00997072
32: 1048576, 0.000573577, 2.3985e-05, 0.000709001, 0.0222297
32: 2097152, 0.000856679, 3.0226e-05, 0.00157946, 0.0470621
32: 4194304, 0.00073999, 4.1428e-05, 0.00358181, 0.101498
32: [       OK ] TEST_CATEGORY.global_2_local (245 ms)
32: [ RUN      ] TEST_CATEGORY.unordered_map_performance_near
32: skipping test
32: [       OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms)
32: [ RUN      ] TEST_CATEGORY.unordered_map_performance_far
32: skipping test
32: [       OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms)
32: [----------] 4 tests from TEST_CATEGORY (262 ms total)
32: 
32: [----------] Global test environment tear-down
32: [==========] 4 tests from 1 test suite ran. (262 ms total)
32: [  PASSED  ] 4 tests.
32/53 Test #32: Kokkos_ContainersPerformanceTest_HIP ........   Passed    0.63 sec
test 33
      Start 33: Kokkos_UnitTest_Sort

33: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_UnitTest_Sort
33: Test timeout computed to be: 1500
33: [==========] Running 9 tests from 1 test suite.
33: [----------] Global test environment set-up.
33: [----------] 9 tests from hip
33: [ RUN      ] hip.SortUnsignedValueType
33: [       OK ] hip.SortUnsignedValueType (26 ms)
33: [ RUN      ] hip.SortEmptyView
33: [       OK ] hip.SortEmptyView (0 ms)
33: [ RUN      ] hip.SortWithCustomComparator
33: [       OK ] hip.SortWithCustomComparator (1053 ms)
33: [ RUN      ] hip.BinSortGenericTests
33: [       OK ] hip.BinSortGenericTests (20 ms)
33: [ RUN      ] hip.BinSortEmptyView
33: [       OK ] hip.BinSortEmptyView (0 ms)
33: [ RUN      ] hip.BinSortEmptyKeysView
33: [       OK ] hip.BinSortEmptyKeysView (0 ms)
33: [ RUN      ] hip.BinSortUnsignedKeyLayoutStrideValues
33: [       OK ] hip.BinSortUnsignedKeyLayoutStrideValues (12064 ms)
33: [ RUN      ] hip.NestedSort
33: [       OK ] hip.NestedSort (50 ms)
33: [ RUN      ] hip.NestedSortByKey
33: [       OK ] hip.NestedSortByKey (140 ms)
33: [----------] 9 tests from hip (13357 ms total)
33: 
33: [----------] Global test environment tear-down
33: [==========] 9 tests from 1 test suite ran. (13357 ms total)
33: [  PASSED  ] 9 tests.
33/53 Test #33: Kokkos_UnitTest_Sort ........................   Passed   13.73 sec
test 34
      Start 34: Kokkos_UnitTest_Random

34: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_UnitTest_Random
34: Test timeout computed to be: 1500
34: [==========] Running 3 tests from 1 test suite.
34: [----------] Global test environment set-up.
34: [----------] 3 tests from hip
34: [ RUN      ] hip.Random_XorShift64
34: Test Seed:1706129043604563180
34: Test Scalar=int
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 6.43252e-07 -0.00603392 -0.0172865 || 0.051031 28018 29296 || 28848.5 28674.4 || -238.969 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 6.43252e-07 0.0233161 0.0184768 || 0.051031 1e+64 -1e+64
34: Test Scalar=unsigned int
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 6.43252e-07 0.0151968 -0.00989441 || 0.051031 27985 29347 || 28245.2 28674.4 || -136.78 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 6.43252e-07 0.00362877 5.89781e-05 || 0.051031 1e+64 -1e+64
34: Test Scalar=int64_t
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 6.43252e-07 0.00713808 0.0227266 || 0.051031 28005 29362 || 28471.2 28674.4 || 314.172 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 6.43252e-07 -0.00542129 -0.00402507 || 0.051031 1e+64 -1e+64
34: Test Scalar=uint64_t
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 6.43252e-07 0.00951983 -0.000298424 || 0.051031 28031 29273 || 28404 28674.4 || -4.12541 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 6.43252e-07 0.00702283 0.00351463 || 0.051031 1e+64 -1e+64
34: Test Scalar=half
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 0.000246032 -0.99999 -48248.6 || 0.051031 0 194915 || 2.9288e+09 28674.4 || -6.66989e+08 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 0.00073696 -0.310573 0.165086 || 0.051031 1e+64 -1e+64
34: Test Scalar=bhalf
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 6.88658e-07 0.00685438 -0.0326107 || 0.051031 28034 29332 || 28479.2 28674.4 || -450.811 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 7.7947e-07 -0.00875834 0.0129372 || 0.051031 1e+64 -1e+64
34: Test Scalar=float
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 6.73523e-07 -0.0105997 -0.00942889 || 0.051031 28064 29345 || 28981.6 28674.4 || -130.345 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 7.34064e-07 0.0268314 -0.00588722 || 0.051031 1e+64 -1e+64
34: Test Scalar=double
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 6.43252e-07 -0.00262417 0.00542133 || 0.051031 28032 29288 || 28749.8 28674.4 || 74.9444 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 6.43252e-07 -0.00163002 -0.00444116 || 0.051031 1e+64 -1e+64
34: Test Seed:1706129043740700285
34: Test Scalar=int
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 6.43252e-07 0.00406058 -0.0140193 || 0.051031 28030 29355 || 28558.4 28674.4 || -193.803 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 6.43252e-07 -0.0225619 0.00215833 || 0.051031 1e+64 -1e+64
34: Test Scalar=unsigned int
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 6.43252e-07 0.0097378 -0.0176417 || 0.051031 28003 29311 || 28397.9 28674.4 || -243.879 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 6.43252e-07 0.0127066 -0.00184859 || 0.051031 1e+64 -1e+64
34: Test Scalar=int64_t
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 6.43252e-07 0.00448851 -0.000821802 || 0.051031 27964 29291 || 28546.3 28674.4 || -11.3606 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 6.43252e-07 0.0146724 0.00136396 || 0.051031 1e+64 -1e+64
34: Test Scalar=uint64_t
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 6.43252e-07 -0.00503699 -0.00727283 || 0.051031 27916 29334 || 28819.6 28674.4 || -100.54 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 6.43252e-07 0.00102444 0.00113161 || 0.051031 1e+64 -1e+64
34: Test Scalar=half
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 0.000244622 -0.99999 -48245.5 || 0.051031 0 194964 || 2.92876e+09 28674.4 || -6.66946e+08 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 0.000732784 -0.300631 0.145131 || 0.051031 1e+64 -1e+64
34: Test Scalar=bhalf
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 6.58387e-07 -0.0197609 0.0013015 || 0.051031 27952 29360 || 29252.4 28674.4 || 17.992 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 6.88658e-07 -0.00770379 -0.00225509 || 0.051031 1e+64 -1e+64
34: Test Scalar=float
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 6.86136e-07 -0.000231247 0.0121368 || 0.051031 28087 29368 || 28681 28674.4 || 167.778 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 7.71903e-07 -0.0152625 0.00375535 || 0.051031 1e+64 -1e+64
34: Test Scalar=double
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 6.43252e-07 -0.00905179 -0.0177923 || 0.051031 27978 29476 || 28936.3 28674.4 || -245.96 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 6.43252e-07 0.0228201 0.000912812 || 0.051031 1e+64 -1e+64
34: [       OK ] hip.Random_XorShift64 (261 ms)
34: [ RUN      ] hip.Random_XorShift1024_0
34: Test Seed:1706129043865939324
34: Test Scalar=int
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 2.47955e-07 0.0092748 0.00246743 || 0.051031 10955 11759 || 11272.4 11377 || 34.1098 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 2.47955e-07 0.0219223 0.000465353 || 0.051031 1e+64 -1e+64
34: Test Scalar=unsigned int
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 2.47955e-07 0.00348127 0.00193538 || 0.051031 10980 11809 || 11337.5 11377 || 26.7546 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 2.47955e-07 -0.0128967 -0.00203571 || 0.051031 1e+64 -1e+64
34: Test Scalar=int64_t
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 2.47955e-07 -0.0245517 0.000412059 || 0.051031 10991 11799 || 11663.3 11377 || 5.69631 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 2.47955e-07 -0.0141165 0.00229498 || 0.051031 1e+64 -1e+64
34: Test Scalar=uint64_t
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 2.47955e-07 -0.0021559 0.0101312 || 0.051031 11017 11797 || 11401.5 11377 || 140.054 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 2.47955e-07 0.012395 -0.00284451 || 0.051031 1e+64 -1e+64
34: Test Scalar=half
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 0.000243895 -0.999975 -7595.09 || 0.051031 0 77606 || 4.61076e+08 11377 || -1.04995e+08 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 0.000731316 -0.146865 0.0180115 || 0.051031 1e+64 -1e+64
34: Test Scalar=bhalf
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 2.67029e-07 0.00646848 0.000941026 || 0.051031 10956 11797 || 11303.8 11377 || 13.0087 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 3.05176e-07 0.0120758 -0.00212986 || 0.051031 1e+64 -1e+64
34: Test Scalar=float
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 2.60671e-07 0.0137202 -0.00321976 || 0.051031 10947 11750 || 11223 11377 || -44.5099 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 2.86102e-07 -0.0143201 0.000347069 || 0.051031 1e+64 -1e+64
34: Test Scalar=double
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 2.47955e-07 -0.0199898 0.000147621 || 0.051031 10961 11784 || 11609 11377 || 2.04071 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 2.47955e-07 -0.00545236 -0.000563703 || 0.051031 1e+64 -1e+64
34: Test Seed:1706129044003633895
34: Test Scalar=int
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 2.47955e-07 -0.000101368 0.00196824 || 0.051031 10885 11779 || 11378.1 11377 || 27.209 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 2.47955e-07 0.0057255 -0.00145623 || 0.051031 1e+64 -1e+64
34: Test Scalar=unsigned int
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 2.47955e-07 -0.0177981 -0.00240294 || 0.051031 10957 11802 || 11583.1 11377 || -33.2182 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 2.47955e-07 0.00900983 0.00163603 || 0.051031 1e+64 -1e+64
34: Test Scalar=int64_t
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 2.47955e-07 0.00448384 0.000435236 || 0.051031 10999 11749 || 11326.2 11377 || 6.0167 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 2.47955e-07 -0.0187172 -0.00393802 || 0.051031 1e+64 -1e+64
34: Test Scalar=uint64_t
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 2.47955e-07 0.0137166 -0.00647213 || 0.051031 10963 11789 || 11223 11377 || -89.4707 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 2.47955e-07 -0.0122446 -0.00341428 || 0.051031 1e+64 -1e+64
34: Test Scalar=half
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 0.000244722 -0.999975 -7594.07 || 0.051031 0 77790 || 4.61003e+08 11377 || -1.0498e+08 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 0.000733875 -0.15576 0.0268523 || 0.051031 1e+64 -1e+64
34: Test Scalar=bhalf
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 2.86102e-07 -0.00750779 0.014377 || 0.051031 10973 11774 || 11463 11377 || 198.748 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 3.62396e-07 -0.00846166 -0.00260636 || 0.051031 1e+64 -1e+64
34: Test Scalar=float
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 2.67029e-07 -0.00145814 -0.010487 || 0.051031 10903 11749 || 11393.6 11377 || -144.972 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 3.05176e-07 -0.00296536 -5.13095e-05 || 0.051031 1e+64 -1e+64
34: Test Scalar=double
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 2.47955e-07 0.00127567 0.00918646 || 0.051031 10899 11777 || 11362.5 11377 || 126.994 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 2.47955e-07 -5.71276e-05 0.00184455 || 0.051031 1e+64 -1e+64
34: [       OK ] hip.Random_XorShift1024_0 (305 ms)
34: [ RUN      ] hip.Multi_streams
34: [       OK ] hip.Multi_streams (326 ms)
34: [----------] 3 tests from hip (893 ms total)
34: 
34: [----------] Global test environment tear-down
34: [==========] 3 tests from 1 test suite ran. (893 ms total)
34: [  PASSED  ] 3 tests.
34/53 Test #34: Kokkos_UnitTest_Random ......................   Passed    1.27 sec
test 35
      Start 35: Kokkos_AlgorithmsUnitTest_StdSet_A

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

36: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B
36: Test timeout computed to be: 1500
36: [==========] Running 7 tests from 1 test suite.
36: [----------] Global test environment set-up.
36: [----------] 7 tests from std_algorithms_min_max_element_test
36: [ RUN      ] std_algorithms_min_max_element_test.min_element_empty_range
36: [       OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms)
36: [ RUN      ] std_algorithms_min_max_element_test.max_element_empty_range
36: [       OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms)
36: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data
36: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (11 ms)
36: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data
36: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (7 ms)
36: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp
36: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (7 ms)
36: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp
36: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (7 ms)
36: [ RUN      ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp
36: [       OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (12 ms)
36: [----------] 7 tests from std_algorithms_min_max_element_test (45 ms total)
36: 
36: [----------] Global test environment tear-down
36: [==========] 7 tests from 1 test suite ran. (45 ms total)
36: [  PASSED  ] 7 tests.
36/53 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_B ..........   Passed    0.42 sec
test 37
      Start 37: Kokkos_AlgorithmsUnitTest_StdSet_C

37: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C
37: Test timeout computed to be: 1500
37: [==========] Running 13 tests from 10 test suites.
37: [----------] Global test environment set-up.
37: [----------] 1 test from std_algorithms_lexicographical_compare_test
37: [ RUN      ] std_algorithms_lexicographical_compare_test.test
37: [       OK ] std_algorithms_lexicographical_compare_test.test (185 ms)
37: [----------] 1 test from std_algorithms_lexicographical_compare_test (185 ms total)
37: 
37: [----------] 1 test from std_algorithms_for_each_test
37: [ RUN      ] std_algorithms_for_each_test.test
37: [       OK ] std_algorithms_for_each_test.test (113 ms)
37: [----------] 1 test from std_algorithms_for_each_test (113 ms total)
37: 
37: [----------] 1 test from std_algorithms_find_test
37: [ RUN      ] std_algorithms_find_test.test
37: [       OK ] std_algorithms_find_test.test (69 ms)
37: [----------] 1 test from std_algorithms_find_test (69 ms total)
37: 
37: [----------] 4 tests from std_algorithms_non_mod_seq_ops
37: [ RUN      ] std_algorithms_non_mod_seq_ops.find_first_of
37: [       OK ] std_algorithms_non_mod_seq_ops.find_first_of (609 ms)
37: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
37: [       OK ] std_algorithms_non_mod_seq_ops.find_end (1219 ms)
37: [ RUN      ] std_algorithms_non_mod_seq_ops.search
37: [       OK ] std_algorithms_non_mod_seq_ops.search (832 ms)
37: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
37: [       OK ] std_algorithms_non_mod_seq_ops.search_n (471 ms)
37: [----------] 4 tests from std_algorithms_non_mod_seq_ops (3133 ms total)
37: 
37: [----------] 1 test from std_algorithms_count_test
37: [ RUN      ] std_algorithms_count_test.test
37: [       OK ] std_algorithms_count_test.test (91 ms)
37: [----------] 1 test from std_algorithms_count_test (91 ms total)
37: 
37: [----------] 1 test from std_algorithms_equal_test
37: [ RUN      ] std_algorithms_equal_test.test
37: [       OK ] std_algorithms_equal_test.test (17 ms)
37: [----------] 1 test from std_algorithms_equal_test (17 ms total)
37: 
37: [----------] 1 test from std_algorithms_all_any_none_of_test
37: [ RUN      ] std_algorithms_all_any_none_of_test.test
37: [       OK ] std_algorithms_all_any_none_of_test.test (74 ms)
37: [----------] 1 test from std_algorithms_all_any_none_of_test (74 ms total)
37: 
37: [----------] 1 test from std_algorithms_nonmod_seq_ops
37: [ RUN      ] std_algorithms_nonmod_seq_ops.adjacent_find
37: [       OK ] std_algorithms_nonmod_seq_ops.adjacent_find (105 ms)
37: [----------] 1 test from std_algorithms_nonmod_seq_ops (105 ms total)
37: 
37: [----------] 1 test from std_algorithms_mismatch_test
37: [ RUN      ] std_algorithms_mismatch_test.test
37: [       OK ] std_algorithms_mismatch_test.test (172 ms)
37: [----------] 1 test from std_algorithms_mismatch_test (172 ms total)
37: 
37: [----------] 1 test from std_algorithms_mod_seq_ops
37: [ RUN      ] std_algorithms_mod_seq_ops.move_backward
37: [       OK ] std_algorithms_mod_seq_ops.move_backward (46 ms)
37: [----------] 1 test from std_algorithms_mod_seq_ops (46 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 13 tests from 10 test suites ran. (4009 ms total)
37: [  PASSED  ] 13 tests.
37/53 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_C ..........   Passed    4.38 sec
test 38
      Start 38: Kokkos_AlgorithmsUnitTest_StdSet_D

38: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D
38: Test timeout computed to be: 1500
38: [==========] Running 31 tests from 5 test suites.
38: [----------] Global test environment set-up.
38: [----------] 3 tests from std_algorithms_mod_ops_test
38: [ RUN      ] std_algorithms_mod_ops_test.move
38: [       OK ] std_algorithms_mod_ops_test.move (0 ms)
38: [ RUN      ] std_algorithms_mod_ops_test.move_within_parfor
38: [       OK ] std_algorithms_mod_ops_test.move_within_parfor (2 ms)
38: [ RUN      ] std_algorithms_mod_ops_test.iter_swap_static_view
38: [       OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms)
38: [----------] 3 tests from std_algorithms_mod_ops_test (3 ms total)
38: 
38: [----------] 12 tests from std_algorithms_mod_seq_ops_test
38: [ RUN      ] std_algorithms_mod_seq_ops_test.copy
38: [       OK ] std_algorithms_mod_seq_ops_test.copy (2 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_view
38: [       OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_n
38: [       OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_backward
38: [       OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops_test.reverse_copy
38: [       OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops_test.fill
38: [       OK ] std_algorithms_mod_seq_ops_test.fill (0 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops_test.fill_n
38: [       OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op
38: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op
38: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops_test.generate
38: [       OK ] std_algorithms_mod_seq_ops_test.generate (0 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops_test.generate_n
38: [       OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops_test.swap_ranges
38: [       OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms)
38: [----------] 12 tests from std_algorithms_mod_seq_ops_test (5 ms total)
38: 
38: [----------] 4 tests from std_algorithms_replace_ops_test
38: [ RUN      ] std_algorithms_replace_ops_test.replace
38: [       OK ] std_algorithms_replace_ops_test.replace (30 ms)
38: [ RUN      ] std_algorithms_replace_ops_test.replace_if
38: [       OK ] std_algorithms_replace_ops_test.replace_if (141 ms)
38: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
38: [       OK ] std_algorithms_replace_ops_test.replace_copy (48 ms)
38: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
38: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (45 ms)
38: [----------] 4 tests from std_algorithms_replace_ops_test (266 ms total)
38: 
38: [----------] 11 tests from std_algorithms_mod_seq_ops
38: [ RUN      ] std_algorithms_mod_seq_ops.copy_if
38: [       OK ] std_algorithms_mod_seq_ops.copy_if (41 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops.unique
38: [       OK ] std_algorithms_mod_seq_ops.unique (248 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
38: [       OK ] std_algorithms_mod_seq_ops.unique_copy (77 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops.remove
38: [       OK ] std_algorithms_mod_seq_ops.remove (63 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
38: [       OK ] std_algorithms_mod_seq_ops.remove_if (64 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
38: [       OK ] std_algorithms_mod_seq_ops.remove_copy (180 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
38: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (62 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops.rotate
38: [       OK ] std_algorithms_mod_seq_ops.rotate (1389 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
38: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (439 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
38: [       OK ] std_algorithms_mod_seq_ops.shift_left (1383 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
38: [       OK ] std_algorithms_mod_seq_ops.shift_right (1363 ms)
38: [----------] 11 tests from std_algorithms_mod_seq_ops (5314 ms total)
38: 
38: [----------] 1 test from std_algorithms_modseq_test
38: [ RUN      ] std_algorithms_modseq_test.reverse
38: [       OK ] std_algorithms_modseq_test.reverse (51 ms)
38: [----------] 1 test from std_algorithms_modseq_test (51 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 31 tests from 5 test suites ran. (5641 ms total)
38: [  PASSED  ] 31 tests.
38/53 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_D ..........   Passed    6.04 sec
test 39
      Start 39: Kokkos_AlgorithmsUnitTest_StdSet_E

39: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E
39: Test timeout computed to be: 1500
39: [==========] Running 29 tests from 7 test suites.
39: [----------] Global test environment set-up.
39: [----------] 2 tests from std_algorithms_sorting_ops_test
39: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted
39: is_sorted: dynamic_view, all overloads 
39: is_sorted: stride2_view, all overloads 
39: is_sorted: stride3_view, all overloads 
39: [       OK ] std_algorithms_sorting_ops_test.is_sorted (13 ms)
39: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
39: is_sorted_until: dynamic_view, all overloads 
39: is_sorted_until: stride2_view, all overloads 
39: is_sorted_until: stride3_view, all overloads 
39: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (12 ms)
39: [----------] 2 tests from std_algorithms_sorting_ops_test (26 ms total)
39: 
39: [----------] 4 tests from std_algorithms_partitioning_test
39: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_trivial
39: [       OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms)
39: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators
39: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (2 ms)
39: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_view
39: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (1 ms)
39: [ RUN      ] std_algorithms_partitioning_test.partition_point
39: [       OK ] std_algorithms_partitioning_test.partition_point (1 ms)
39: [----------] 4 tests from std_algorithms_partitioning_test (5 ms total)
39: 
39: [----------] 1 test from std_algorithms_partitioning_ops
39: [ RUN      ] std_algorithms_partitioning_ops.partition_copy
39: [       OK ] std_algorithms_partitioning_ops.partition_copy (31 ms)
39: [----------] 1 test from std_algorithms_partitioning_ops (31 ms total)
39: 
39: [----------] 12 tests from std_algorithms_numerics_test
39: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type
39: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (7 ms)
39: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type
39: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms)
39: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type
39: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (1 ms)
39: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type
39: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (1 ms)
39: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type
39: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms)
39: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type
39: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms)
39: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type
39: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms)
39: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type
39: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (0 ms)
39: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type
39: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms)
39: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type
39: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms)
39: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type
39: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (0 ms)
39: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type
39: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (0 ms)
39: [----------] 12 tests from std_algorithms_numerics_test (17 ms total)
39: 
39: [----------] 1 test from std_algorithms_numerics_ops_test
39: [ RUN      ] std_algorithms_numerics_ops_test.adjecent_difference
39: [       OK ] std_algorithms_numerics_ops_test.adjecent_difference (68 ms)
39: [----------] 1 test from std_algorithms_numerics_ops_test (68 ms total)
39: 
39: [----------] 8 tests from std_algorithms_numeric_ops_test
39: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan
39: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan (940 ms)
39: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan_functor
39: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms)
39: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan
39: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan (709 ms)
39: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan_functor
39: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms)
39: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan
39: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (255 ms)
39: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor
39: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms)
39: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan
39: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (366 ms)
39: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor
39: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms)
39: [----------] 8 tests from std_algorithms_numeric_ops_test (2272 ms total)
39: 
39: [----------] 1 test from std_algorithms_transform_ops_test
39: [ RUN      ] std_algorithms_transform_ops_test.transform_unary_op
39: [       OK ] std_algorithms_transform_ops_test.transform_unary_op (37 ms)
39: [----------] 1 test from std_algorithms_transform_ops_test (37 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 29 tests from 7 test suites ran. (2458 ms total)
39: [  PASSED  ] 29 tests.
39/53 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_E ..........   Passed    2.85 sec
test 40
      Start 40: Kokkos_AlgorithmsUnitTest_StdSet_Team_A

40: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A
40: Test timeout computed to be: 1500
40: [==========] Running 12 tests from 7 test suites.
40: [----------] Global test environment set-up.
40: [----------] 2 tests from std_algorithms_adjacent_find_team_test
40: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist
40: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (586 ms)
40: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist
40: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (579 ms)
40: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1166 ms total)
40: 
40: [----------] 2 tests from std_algorithms_count_team_test
40: [ RUN      ] std_algorithms_count_team_test.count_returns_nonzero
40: [       OK ] std_algorithms_count_team_test.count_returns_nonzero (576 ms)
40: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
40: [       OK ] std_algorithms_count_team_test.count_returns_zero (239 ms)
40: [----------] 2 tests from std_algorithms_count_team_test (816 ms total)
40: 
40: [----------] 1 test from std_algorithms_count_if_team_test
40: [ RUN      ] std_algorithms_count_if_team_test.test
40: [       OK ] std_algorithms_count_if_team_test.test (290 ms)
40: [----------] 1 test from std_algorithms_count_if_team_test (290 ms total)
40: 
40: [----------] 1 test from std_algorithms_for_each_team_test
40: [ RUN      ] std_algorithms_for_each_team_test.test
40: [       OK ] std_algorithms_for_each_team_test.test (433 ms)
40: [----------] 1 test from std_algorithms_for_each_team_test (433 ms total)
40: 
40: [----------] 1 test from std_algorithms_for_each_n_team_test
40: [ RUN      ] std_algorithms_for_each_n_team_test.test
40: [       OK ] std_algorithms_for_each_n_team_test.test (465 ms)
40: [----------] 1 test from std_algorithms_for_each_n_team_test (465 ms total)
40: 
40: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test
40: [ RUN      ] std_algorithms_lexicographical_compare_team_test.views_are_equal
40: [       OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (2931 ms)
40: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_less
40: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (1788 ms)
40: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater
40: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (1805 ms)
40: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (6524 ms total)
40: 
40: [----------] 2 tests from std_algorithms_mismatch_team_test
40: [ RUN      ] std_algorithms_mismatch_team_test.views_are_equal
40: [       OK ] std_algorithms_mismatch_team_test.views_are_equal (1992 ms)
40: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
40: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (905 ms)
40: [----------] 2 tests from std_algorithms_mismatch_team_test (2898 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 12 tests from 7 test suites ran. (12595 ms total)
40: [  PASSED  ] 12 tests.
40/53 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .....   Passed   12.97 sec
test 41
      Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_B

41: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B
41: Test timeout computed to be: 1500
41: [==========] Running 8 tests from 4 test suites.
41: [----------] Global test environment set-up.
41: [----------] 2 tests from std_algorithms_equal_team_test
41: [ RUN      ] std_algorithms_equal_team_test.views_are_equal
41: [       OK ] std_algorithms_equal_team_test.views_are_equal (1603 ms)
41: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
41: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (1327 ms)
41: [----------] 2 tests from std_algorithms_equal_team_test (2931 ms total)
41: 
41: [----------] 2 tests from std_algorithms_search_team_test
41: [ RUN      ] std_algorithms_search_team_test.sequences_exist
41: [       OK ] std_algorithms_search_team_test.sequences_exist (698 ms)
41: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
41: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (862 ms)
41: [----------] 2 tests from std_algorithms_search_team_test (1561 ms total)
41: 
41: [----------] 2 tests from std_algorithms_find_end_team_test
41: [ RUN      ] std_algorithms_find_end_team_test.sequences_exist
41: [       OK ] std_algorithms_find_end_team_test.sequences_exist (1859 ms)
41: [ RUN      ] std_algorithms_find_end_team_test.sequences_do_not_exist
41: [       OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (1673 ms)
41: [----------] 2 tests from std_algorithms_find_end_team_test (3533 ms total)
41: 
41: [----------] 2 tests from std_algorithms_find_first_of_team_test
41: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_exist
41: [       OK ] std_algorithms_find_first_of_team_test.sequences_exist (1380 ms)
41: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_do_not_exist
41: [       OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (5394 ms)
41: [----------] 2 tests from std_algorithms_find_first_of_team_test (6775 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 8 tests from 4 test suites ran. (14801 ms total)
41: [  PASSED  ] 8 tests.
41/53 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .....   Passed   15.18 sec
test 42
      Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_C

42: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C
42: Test timeout computed to be: 1500
42: [==========] Running 11 tests from 7 test suites.
42: [----------] Global test environment set-up.
42: [----------] 2 tests from std_algorithms_find_team_test
42: [ RUN      ] std_algorithms_find_team_test.searched_values_exist
42: [       OK ] std_algorithms_find_team_test.searched_values_exist (302 ms)
42: [ RUN      ] std_algorithms_find_team_test.searched_values_do_not_exist
42: [       OK ] std_algorithms_find_team_test.searched_values_do_not_exist (427 ms)
42: [----------] 2 tests from std_algorithms_find_team_test (729 ms total)
42: 
42: [----------] 2 tests from std_algorithms_find_if_team_test
42: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_true
42: [       OK ] std_algorithms_find_if_team_test.predicates_return_true (250 ms)
42: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
42: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (415 ms)
42: [----------] 2 tests from std_algorithms_find_if_team_test (666 ms total)
42: 
42: [----------] 2 tests from std_algorithms_find_if_not_team_test
42: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_true
42: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_true (420 ms)
42: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_false
42: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_false (250 ms)
42: [----------] 2 tests from std_algorithms_find_if_not_team_test (671 ms total)
42: 
42: [----------] 1 test from std_algorithms_all_of_team_test
42: [ RUN      ] std_algorithms_all_of_team_test.test
42: [       OK ] std_algorithms_all_of_team_test.test (421 ms)
42: [----------] 1 test from std_algorithms_all_of_team_test (421 ms total)
42: 
42: [----------] 1 test from std_algorithms_any_of_team_test
42: [ RUN      ] std_algorithms_any_of_team_test.test
42: [       OK ] std_algorithms_any_of_team_test.test (252 ms)
42: [----------] 1 test from std_algorithms_any_of_team_test (252 ms total)
42: 
42: [----------] 1 test from std_algorithms_none_of_team_test
42: [ RUN      ] std_algorithms_none_of_team_test.test
42: [       OK ] std_algorithms_none_of_team_test.test (437 ms)
42: [----------] 1 test from std_algorithms_none_of_team_test (437 ms total)
42: 
42: [----------] 2 tests from std_algorithms_search_n_team_test
42: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist
42: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (306 ms)
42: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist
42: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (308 ms)
42: [----------] 2 tests from std_algorithms_search_n_team_test (615 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 11 tests from 7 test suites ran. (3793 ms total)
42: [  PASSED  ] 11 tests.
42/53 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .....   Passed    4.17 sec
test 43
      Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_D

43: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D
43: Test timeout computed to be: 1500
43: [==========] Running 3 tests from 3 test suites.
43: [----------] Global test environment set-up.
43: [----------] 1 test from std_algorithms_min_element_team_test
43: [ RUN      ] std_algorithms_min_element_team_test.test
43: [       OK ] std_algorithms_min_element_team_test.test (1241 ms)
43: [----------] 1 test from std_algorithms_min_element_team_test (1242 ms total)
43: 
43: [----------] 1 test from std_algorithms_max_element_team_test
43: [ RUN      ] std_algorithms_max_element_team_test.test
43: [       OK ] std_algorithms_max_element_team_test.test (1220 ms)
43: [----------] 1 test from std_algorithms_max_element_team_test (1220 ms total)
43: 
43: [----------] 1 test from std_algorithms_minmax_element_team_test
43: [ RUN      ] std_algorithms_minmax_element_team_test.test
43: [       OK ] std_algorithms_minmax_element_team_test.test (1768 ms)
43: [----------] 1 test from std_algorithms_minmax_element_team_test (1768 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 3 tests from 3 test suites ran. (4231 ms total)
43: [  PASSED  ] 3 tests.
43/53 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .....   Passed    4.60 sec
test 44
      Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_E

44: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E
44: Test timeout computed to be: 1500
44: [==========] Running 6 tests from 6 test suites.
44: [----------] Global test environment set-up.
44: [----------] 1 test from std_algorithms_fill_team_test
44: [ RUN      ] std_algorithms_fill_team_test.test
44: [       OK ] std_algorithms_fill_team_test.test (306 ms)
44: [----------] 1 test from std_algorithms_fill_team_test (306 ms total)
44: 
44: [----------] 1 test from std_algorithms_fill_n_team_test
44: [ RUN      ] std_algorithms_fill_n_team_test.test
44: [       OK ] std_algorithms_fill_n_team_test.test (313 ms)
44: [----------] 1 test from std_algorithms_fill_n_team_test (313 ms total)
44: 
44: [----------] 1 test from std_algorithms_replace_team_test
44: [ RUN      ] std_algorithms_replace_team_test.test
44: [       OK ] std_algorithms_replace_team_test.test (458 ms)
44: [----------] 1 test from std_algorithms_replace_team_test (458 ms total)
44: 
44: [----------] 1 test from std_algorithms_replace_if_team_test
44: [ RUN      ] std_algorithms_replace_if_team_test.test
44: [       OK ] std_algorithms_replace_if_team_test.test (521 ms)
44: [----------] 1 test from std_algorithms_replace_if_team_test (521 ms total)
44: 
44: [----------] 1 test from std_algorithms_replace_copy_team_test
44: [ RUN      ] std_algorithms_replace_copy_team_test.test
44: [       OK ] std_algorithms_replace_copy_team_test.test (847 ms)
44: [----------] 1 test from std_algorithms_replace_copy_team_test (847 ms total)
44: 
44: [----------] 1 test from std_algorithms_replace_copy_if_team_test
44: [ RUN      ] std_algorithms_replace_copy_if_team_test.test
44: [       OK ] std_algorithms_replace_copy_if_team_test.test (724 ms)
44: [----------] 1 test from std_algorithms_replace_copy_if_team_test (724 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 6 tests from 6 test suites ran. (3173 ms total)
44: [  PASSED  ] 6 tests.
44/53 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .....   Passed    3.55 sec
test 45
      Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_F

45: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F
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_reverse_team_test
45: [ RUN      ] std_algorithms_reverse_team_test.test
45: [       OK ] std_algorithms_reverse_team_test.test (329 ms)
45: [----------] 1 test from std_algorithms_reverse_team_test (329 ms total)
45: 
45: [----------] 1 test from std_algorithms_reverse_copy_team_test
45: [ RUN      ] std_algorithms_reverse_copy_team_test.test
45: [       OK ] std_algorithms_reverse_copy_team_test.test (373 ms)
45: [----------] 1 test from std_algorithms_reverse_copy_team_test (373 ms total)
45: 
45: [----------] 1 test from std_algorithms_rotate_team_test
45: [ RUN      ] std_algorithms_rotate_team_test.test
45: [       OK ] std_algorithms_rotate_team_test.test (690 ms)
45: [----------] 1 test from std_algorithms_rotate_team_test (690 ms total)
45: 
45: [----------] 1 test from std_algorithms_rotate_copy_team_test
45: [ RUN      ] std_algorithms_rotate_copy_team_test.test
45: [       OK ] std_algorithms_rotate_copy_team_test.test (552 ms)
45: [----------] 1 test from std_algorithms_rotate_copy_team_test (552 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 4 tests from 4 test suites ran. (1946 ms total)
45: [  PASSED  ] 4 tests.
45/53 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .....   Passed    2.32 sec
test 46
      Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_G

46: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G
46: Test timeout computed to be: 1500
46: [==========] Running 4 tests from 4 test suites.
46: [----------] Global test environment set-up.
46: [----------] 1 test from std_algorithms_move_team_test
46: [ RUN      ] std_algorithms_move_team_test.test
46: [       OK ] std_algorithms_move_team_test.test (533 ms)
46: [----------] 1 test from std_algorithms_move_team_test (533 ms total)
46: 
46: [----------] 1 test from std_algorithms_move_backward_team_test
46: [ RUN      ] std_algorithms_move_backward_team_test.test
46: [       OK ] std_algorithms_move_backward_team_test.test (535 ms)
46: [----------] 1 test from std_algorithms_move_backward_team_test (535 ms total)
46: 
46: [----------] 1 test from std_algorithms_shift_left_team_test
46: [ RUN      ] std_algorithms_shift_left_team_test.test
46: [       OK ] std_algorithms_shift_left_team_test.test (1788 ms)
46: [----------] 1 test from std_algorithms_shift_left_team_test (1788 ms total)
46: 
46: [----------] 1 test from std_algorithms_shift_right_team_test
46: [ RUN      ] std_algorithms_shift_right_team_test.test
46: [       OK ] std_algorithms_shift_right_team_test.test (1638 ms)
46: [----------] 1 test from std_algorithms_shift_right_team_test (1638 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 4 tests from 4 test suites ran. (4496 ms total)
46: [  PASSED  ] 4 tests.
46/53 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .....   Passed    4.88 sec
test 47
      Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_H

47: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H
47: Test timeout computed to be: 1500
47: [==========] Running 9 tests from 9 test suites.
47: [----------] Global test environment set-up.
47: [----------] 1 test from std_algorithms_copy_team_test
47: [ RUN      ] std_algorithms_copy_team_test.test
47: [       OK ] std_algorithms_copy_team_test.test (632 ms)
47: [----------] 1 test from std_algorithms_copy_team_test (632 ms total)
47: 
47: [----------] 1 test from std_algorithms_copy_n_team_test
47: [ RUN      ] std_algorithms_copy_n_team_test.test
47: [       OK ] std_algorithms_copy_n_team_test.test (395 ms)
47: [----------] 1 test from std_algorithms_copy_n_team_test (395 ms total)
47: 
47: [----------] 1 test from std_algorithms_copy_backward_team_test
47: [ RUN      ] std_algorithms_copy_backward_team_test.test
47: [       OK ] std_algorithms_copy_backward_team_test.test (508 ms)
47: [----------] 1 test from std_algorithms_copy_backward_team_test (508 ms total)
47: 
47: [----------] 1 test from std_algorithms_copy_if_team_test
47: [ RUN      ] std_algorithms_copy_if_team_test.test
47: [       OK ] std_algorithms_copy_if_team_test.test (562 ms)
47: [----------] 1 test from std_algorithms_copy_if_team_test (562 ms total)
47: 
47: [----------] 1 test from std_algorithms_unique_copy_team_test
47: [ RUN      ] std_algorithms_unique_copy_team_test.test
47: [       OK ] std_algorithms_unique_copy_team_test.test (1166 ms)
47: [----------] 1 test from std_algorithms_unique_copy_team_test (1166 ms total)
47: 
47: [----------] 1 test from std_algorithms_remove_team_test
47: [ RUN      ] std_algorithms_remove_team_test.test
47: [       OK ] std_algorithms_remove_team_test.test (717 ms)
47: [----------] 1 test from std_algorithms_remove_team_test (718 ms total)
47: 
47: [----------] 1 test from std_algorithms_remove_if_team_test
47: [ RUN      ] std_algorithms_remove_if_team_test.test
47: [       OK ] std_algorithms_remove_if_team_test.test (732 ms)
47: [----------] 1 test from std_algorithms_remove_if_team_test (732 ms total)
47: 
47: [----------] 1 test from std_algorithms_remove_copy_team_test
47: [ RUN      ] std_algorithms_remove_copy_team_test.test
47: [       OK ] std_algorithms_remove_copy_team_test.test (791 ms)
47: [----------] 1 test from std_algorithms_remove_copy_team_test (791 ms total)
47: 
47: [----------] 1 test from std_algorithms_remove_copy_if_team_test
47: [ RUN      ] std_algorithms_remove_copy_if_team_test.test
47: [       OK ] std_algorithms_remove_copy_if_team_test.test (695 ms)
47: [----------] 1 test from std_algorithms_remove_copy_if_team_test (695 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 9 tests from 9 test suites ran. (6204 ms total)
47: [  PASSED  ] 9 tests.
47/53 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .....   Passed    6.59 sec
test 48
      Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_I

48: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I
48: Test timeout computed to be: 1500
48: [==========] Running 4 tests from 4 test suites.
48: [----------] Global test environment set-up.
48: [----------] 1 test from std_algorithms_unique_team_test
48: [ RUN      ] std_algorithms_unique_team_test.test_default_predicate
48: [       OK ] std_algorithms_unique_team_test.test_default_predicate (1349 ms)
48: [----------] 1 test from std_algorithms_unique_team_test (1350 ms total)
48: 
48: [----------] 1 test from std_algorithms_adjacent_difference_team_test
48: [ RUN      ] std_algorithms_adjacent_difference_team_test.test
48: [       OK ] std_algorithms_adjacent_difference_team_test.test (1120 ms)
48: [----------] 1 test from std_algorithms_adjacent_difference_team_test (1120 ms total)
48: 
48: [----------] 1 test from std_algorithms_reduce_team_test
48: [ RUN      ] std_algorithms_reduce_team_test.test
48: [       OK ] std_algorithms_reduce_team_test.test (920 ms)
48: [----------] 1 test from std_algorithms_reduce_team_test (920 ms total)
48: 
48: [----------] 1 test from std_algorithms_transform_reduce_team_test
48: [ RUN      ] std_algorithms_transform_reduce_team_test.test
48: [       OK ] std_algorithms_transform_reduce_team_test.test (1529 ms)
48: [----------] 1 test from std_algorithms_transform_reduce_team_test (1529 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 4 tests from 4 test suites ran. (4921 ms total)
48: [  PASSED  ] 4 tests.
48/53 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .....   Passed    5.31 sec
test 49
      Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_L

49: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L
49: Test timeout computed to be: 1500
49: [==========] Running 18 tests from 5 test suites.
49: [----------] Global test environment set-up.
49: [----------] 2 tests from std_algorithms_is_sorted_team_test
49: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted
49: [       OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (561 ms)
49: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
49: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (1353 ms)
49: [----------] 2 tests from std_algorithms_is_sorted_team_test (1914 ms total)
49: 
49: [----------] 4 tests from std_algorithms_is_sorted_until_team_test
49: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialA
49: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (18 ms)
49: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
49: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (20 ms)
49: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
49: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (1318 ms)
49: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
49: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (781 ms)
49: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (2138 ms total)
49: 
49: [----------] 4 tests from std_algorithms_is_partitioned_team_test
49: [ RUN      ] std_algorithms_is_partitioned_team_test.empty
49: [       OK ] std_algorithms_is_partitioned_team_test.empty (11 ms)
49: [ RUN      ] std_algorithms_is_partitioned_team_test.all_true
49: [       OK ] std_algorithms_is_partitioned_team_test.all_true (380 ms)
49: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
49: [       OK ] std_algorithms_is_partitioned_team_test.all_false (379 ms)
49: [ RUN      ] std_algorithms_is_partitioned_team_test.random
49: [       OK ] std_algorithms_is_partitioned_team_test.random (316 ms)
49: [----------] 4 tests from std_algorithms_is_partitioned_team_test (1087 ms total)
49: 
49: [----------] 4 tests from std_algorithms_partition_copy_team_test
49: [ RUN      ] std_algorithms_partition_copy_team_test.empty
49: [       OK ] std_algorithms_partition_copy_team_test.empty (15 ms)
49: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
49: [       OK ] std_algorithms_partition_copy_team_test.all_true (714 ms)
49: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
49: [       OK ] std_algorithms_partition_copy_team_test.all_false (712 ms)
49: [ RUN      ] std_algorithms_partition_copy_team_test.random
49: [       OK ] std_algorithms_partition_copy_team_test.random (654 ms)
49: [----------] 4 tests from std_algorithms_partition_copy_team_test (2097 ms total)
49: 
49: [----------] 4 tests from std_algorithms_partition_point_team_test
49: [ RUN      ] std_algorithms_partition_point_team_test.empty
49: [       OK ] std_algorithms_partition_point_team_test.empty (11 ms)
49: [ RUN      ] std_algorithms_partition_point_team_test.all_true
49: [       OK ] std_algorithms_partition_point_team_test.all_true (272 ms)
49: [ RUN      ] std_algorithms_partition_point_team_test.all_false
49: [       OK ] std_algorithms_partition_point_team_test.all_false (261 ms)
49: [ RUN      ] std_algorithms_partition_point_team_test.random
49: [       OK ] std_algorithms_partition_point_team_test.random (207 ms)
49: [----------] 4 tests from std_algorithms_partition_point_team_test (753 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 18 tests from 5 test suites ran. (7992 ms total)
49: [  PASSED  ] 18 tests.
49/53 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .....   Passed    8.37 sec
test 50
      Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_M

50: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M
50: Test timeout computed to be: 1500
50: [==========] Running 5 tests from 4 test suites.
50: [----------] Global test environment set-up.
50: [----------] 2 tests from std_algorithms_transform_team_test
50: [ RUN      ] std_algorithms_transform_team_test.test_unary_op
50: [       OK ] std_algorithms_transform_team_test.test_unary_op (700 ms)
50: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
50: [       OK ] std_algorithms_transform_team_test.test_binary_op (850 ms)
50: [----------] 2 tests from std_algorithms_transform_team_test (1551 ms total)
50: 
50: [----------] 1 test from std_algorithms_generate_team_test
50: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
50: [       OK ] std_algorithms_generate_team_test.test_unary_op (1702 ms)
50: [----------] 1 test from std_algorithms_generate_team_test (1702 ms total)
50: 
50: [----------] 1 test from std_algorithms_generate_n_team_test
50: [ RUN      ] std_algorithms_generate_n_team_test.test
50: [       OK ] std_algorithms_generate_n_team_test.test (316 ms)
50: [----------] 1 test from std_algorithms_generate_n_team_test (316 ms total)
50: 
50: [----------] 1 test from std_algorithms_swap_ranges_team_test
50: [ RUN      ] std_algorithms_swap_ranges_team_test.test
50: [       OK ] std_algorithms_swap_ranges_team_test.test (831 ms)
50: [----------] 1 test from std_algorithms_swap_ranges_team_test (831 ms total)
50: 
50: [----------] Global test environment tear-down
50: [==========] 5 tests from 4 test suites ran. (4402 ms total)
50: [  PASSED  ] 5 tests.
50/53 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .....   Passed    4.78 sec
test 51
      Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_P

51: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P
51: Test timeout computed to be: 1500
51: [==========] Running 2 tests from 2 test suites.
51: [----------] Global test environment set-up.
51: [----------] 1 test from std_algorithms_exclusive_scan_team_test
51: [ RUN      ] std_algorithms_exclusive_scan_team_test.test
51: [       OK ] std_algorithms_exclusive_scan_team_test.test (2982 ms)
51: [----------] 1 test from std_algorithms_exclusive_scan_team_test (2982 ms total)
51: 
51: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test
51: [ RUN      ] std_algorithms_transform_exclusive_scan_team_test.test
51: [       OK ] std_algorithms_transform_exclusive_scan_team_test.test (1495 ms)
51: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (1495 ms total)
51: 
51: [----------] Global test environment tear-down
51: [==========] 2 tests from 2 test suites ran. (4477 ms total)
51: [  PASSED  ] 2 tests.
51/53 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .....   Passed    4.85 sec
test 52
      Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q

52: Test command: /var/jenkins/workspace/Kokkos_develop/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
52: Test timeout computed to be: 1500
52: [==========] Running 2 tests from 2 test suites.
52: [----------] Global test environment set-up.
52: [----------] 1 test from std_algorithms_inclusive_scan_team_test
52: [ RUN      ] std_algorithms_inclusive_scan_team_test.test
52: [       OK ] std_algorithms_inclusive_scan_team_test.test (4433 ms)
52: [----------] 1 test from std_algorithms_inclusive_scan_team_test (4433 ms total)
52: 
52: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test
52: [ RUN      ] std_algorithms_transform_inclusive_scan_team_test.test
52: [       OK ] std_algorithms_transform_inclusive_scan_team_test.test (2957 ms)
52: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (2957 ms total)
52: 
52: [----------] Global test environment tear-down
52: [==========] 2 tests from 2 test suites ran. (7391 ms total)
52: [  PASSED  ] 2 tests.
52/53 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .....   Passed    7.78 sec
test 53
      Start 53: Kokkos_UnitTest_SIMD

53: Test command: /var/jenkins/workspace/Kokkos_develop/build/simd/unit_tests/Kokkos_UnitTest_SIMD
53: Test timeout computed to be: 1500
53: [==========] Running 16 tests from 1 test suite.
53: [----------] Global test environment set-up.
53: [----------] 16 tests from simd
53: [ RUN      ] simd.host_math_ops
53: [       OK ] simd.host_math_ops (0 ms)
53: [ RUN      ] simd.device_math_ops
53: [       OK ] simd.device_math_ops (4 ms)
53: [ RUN      ] simd.host_mask_ops
53: [       OK ] simd.host_mask_ops (0 ms)
53: [ RUN      ] simd.device_mask_ops
53: [       OK ] simd.device_mask_ops (0 ms)
53: [ RUN      ] simd.host_conversions
53: [       OK ] simd.host_conversions (0 ms)
53: [ RUN      ] simd.device_conversions
53: [       OK ] simd.device_conversions (0 ms)
53: [ RUN      ] simd.host_shift_ops
53: [       OK ] simd.host_shift_ops (0 ms)
53: [ RUN      ] simd.device_shift_ops
53: [       OK ] simd.device_shift_ops (0 ms)
53: [ RUN      ] simd.host_condition
53: [       OK ] simd.host_condition (0 ms)
53: [ RUN      ] simd.device_condition
53: [       OK ] simd.device_condition (0 ms)
53: [ RUN      ] simd.host_gen_ctors
53: [       OK ] simd.host_gen_ctors (0 ms)
53: [ RUN      ] simd.device_gen_ctors
53: [       OK ] simd.device_gen_ctors (0 ms)
53: [ RUN      ] simd.host_where_expressions
53: [       OK ] simd.host_where_expressions (0 ms)
53: [ RUN      ] simd.device_where_expressions
53: [       OK ] simd.device_where_expressions (0 ms)
53: [ RUN      ] simd.host_reductions
53: [       OK ] simd.host_reductions (0 ms)
53: [ RUN      ] simd.device_reductions
53: [       OK ] simd.device_reductions (0 ms)
53: [----------] 16 tests from simd (4 ms total)
53: 
53: [----------] Global test environment tear-down
53: [==========] 16 tests from 1 test suite ran. (5 ms total)
53: [  PASSED  ] 16 tests.
53/53 Test #53: Kokkos_UnitTest_SIMD ........................   Passed    0.39 sec

100% tests passed, 0 tests failed out of 53

Total Test time (real) = 1436.50 sec
Post stage
[Pipeline] sh
+ ccache --show-stats
cache directory                     /tmp/ccache
primary config                      /tmp/ccache/ccache.conf
secondary config      (readonly)    /etc/ccache.conf
cache hit (direct)                     0
cache hit (preprocessed)               0
cache miss                             0
cache hit rate                      0.00 %
cleanups performed                     0
files in cache                         0
cache size                           0.0 kB
max cache size                       5.0 GB
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
$ docker stop --time=1 0ead286fbc35f644f2eece20774929da8bea7ec92ba49202258b03e624bec536
$ docker rm -f --volumes 0ead286fbc35f644f2eece20774929da8bea7ec92ba49202258b03e624bec536
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[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