Skip to content

Console Output

Skipping 253 KB.. Full Log
nkins/workspace/Kokkos_PR-7392/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x557fc61f860e]
13:  
13: demangled test_f3:
13: [0x557fc624f6c9] Kokkos::Impl::save_stacktrace()
13: [0x557fc61ff889] Test::stacktrace_test_f1(std::ostream&)
13: [0x557fc61ffac8] Test::stacktrace_test_f3(std::ostream&, int)
13: [0x557fc61f90ee] Test::test_stacktrace(bool, bool)
13: [0x557fc6231b3e] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
13: [0x557fc62237af] 
13: [0x557fc6223ac2] 
13: [0x557fc62240ad] 
13: [0x557fc62267c8] testing::internal::UnitTestImpl::RunAllTests()
13: [0x557fc6226c9c] testing::UnitTest::Run()
13: [0x557fc61f7026] main
13: [0x7f1b37fab083] __libc_start_main
13: [0x557fc61f860e] _start
13:  
13: Test setting std::terminate handler that prints the last saved stack trace
13: [       OK ] defaultdevicetype.stacktrace_normal (0 ms)
13: [----------] 1 test from defaultdevicetype (0 ms total)
13: 
13: [----------] Global test environment tear-down
13: [==========] 3 tests from 2 test suites ran. (345 ms total)
13: [  PASSED  ] 3 tests.
13/49 Test #13: Kokkos_CoreUnitTest_StackTraceTest .........................   Passed    0.35 sec
test 14
      Start 14: Kokkos_IncrementalTest_OPENMP

14: Test command: /var/jenkins/workspace/Kokkos_PR-7392/build/core/unit_test/Kokkos_IncrementalTest_OPENMP
14: Test timeout computed to be: 1500
14: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
14:                                     Detected: 4 cores per node.
14:                                     Detected: 1 MPI_ranks per node.
14:                                     Requested: 8 threads per process.
14: [==========] Running 28 tests from 1 test suite.
14: [----------] Global test environment set-up.
14: [----------] 28 tests from OPENMP
14: [ RUN      ] OPENMP.IncrTest_01_execspace_typedef
14: [       OK ] OPENMP.IncrTest_01_execspace_typedef (0 ms)
14: [ RUN      ] OPENMP.IncrTest_01_execspace
14: Host Parallel Execution Space:
14:   KOKKOS_ENABLE_OPENMP: yes
14: 
14: OpenMP Runtime Configuration:
14: Kokkos::OpenMP thread_pool_topology[ 1 x 8 x 1 ]
14: OpenMP
14: [       OK ] OPENMP.IncrTest_01_execspace (0 ms)
14: [ RUN      ] OPENMP.IncrTest_02_AtomicExchange
14: [       OK ] OPENMP.IncrTest_02_AtomicExchange (0 ms)
14: [ RUN      ] OPENMP.IncrTest_02_AtomicAdd
14: [       OK ] OPENMP.IncrTest_02_AtomicAdd (0 ms)
14: [ RUN      ] OPENMP.IncrTest_02_AtomicSub
14: [       OK ] OPENMP.IncrTest_02_AtomicSub (0 ms)
14: [ RUN      ] OPENMP.IncrTest_03a_memspace_malloc
14: [       OK ] OPENMP.IncrTest_03a_memspace_malloc (0 ms)
14: [ RUN      ] OPENMP.IncrTest_03b_memspace_free
14: [       OK ] OPENMP.IncrTest_03b_memspace_free (31 ms)
14: [ RUN      ] OPENMP.IncrTest_04_simple_parallelFor
14: [       OK ] OPENMP.IncrTest_04_simple_parallelFor (0 ms)
14: [ RUN      ] OPENMP.IncrTest_04_RangePolicy_parallelFor
14: [       OK ] OPENMP.IncrTest_04_RangePolicy_parallelFor (0 ms)
14: [ RUN      ] OPENMP.IncrTest_05_reduction
14: [       OK ] OPENMP.IncrTest_05_reduction (23 ms)
14: [ RUN      ] OPENMP.IncrTest_06_mdrange2D
14: [       OK ] OPENMP.IncrTest_06_mdrange2D (0 ms)
14: [ RUN      ] OPENMP.IncrTest_06_mdrange3D
14: [       OK ] OPENMP.IncrTest_06_mdrange3D (0 ms)
14: [ RUN      ] OPENMP.IncrTest_06_mdrange4D
14: [       OK ] OPENMP.IncrTest_06_mdrange4D (0 ms)
14: [ RUN      ] OPENMP.IncrTest_08_deep_copy_2D
14: [       OK ] OPENMP.IncrTest_08_deep_copy_2D (0 ms)
14: [ RUN      ] OPENMP.IncrTest_08_deep_copy_3D
14: [       OK ] OPENMP.IncrTest_08_deep_copy_3D (0 ms)
14: [ RUN      ] OPENMP.IncrTest_08_deep_copy_4D
14: [       OK ] OPENMP.IncrTest_08_deep_copy_4D (0 ms)
14: [ RUN      ] OPENMP.IncrTest_10_Hierarchical_Basics
14: [       OK ] OPENMP.IncrTest_10_Hierarchical_Basics (1 ms)
14: [ RUN      ] OPENMP.IncrTest_11a_Hierarchical_ForLoop
14: [       OK ] OPENMP.IncrTest_11a_Hierarchical_ForLoop (0 ms)
14: [ RUN      ] OPENMP.IncrTest_11b_Hierarchical_ForLoop
14: [       OK ] OPENMP.IncrTest_11b_Hierarchical_ForLoop (0 ms)
14: [ RUN      ] OPENMP.IncrTest_11c_Hierarchical_ForLoop
14: [       OK ] OPENMP.IncrTest_11c_Hierarchical_ForLoop (177 ms)
14: [ RUN      ] OPENMP.IncrTest_12a_ThreadScratch
14: [       OK ] OPENMP.IncrTest_12a_ThreadScratch (4 ms)
14: [ RUN      ] OPENMP.IncrTest_12b_TeamScratch
14: [       OK ] OPENMP.IncrTest_12b_TeamScratch (2 ms)
14: [ RUN      ] OPENMP.IncrTest_13a_Hierarchical_Red
14: [       OK ] OPENMP.IncrTest_13a_Hierarchical_Red (0 ms)
14: [ RUN      ] OPENMP.IncrTest_13b_Hierarchical_Red
14: [       OK ] OPENMP.IncrTest_13b_Hierarchical_Red (0 ms)
14: [ RUN      ] OPENMP.IncrTest_13c_Hierarchical_Red
14: [       OK ] OPENMP.IncrTest_13c_Hierarchical_Red (0 ms)
14: [ RUN      ] OPENMP.incr_14_MDrangeReduce
14: [       OK ] OPENMP.incr_14_MDrangeReduce (0 ms)
14: [ RUN      ] OPENMP.IncrTest_16_parallelscan
14: [       OK ] OPENMP.IncrTest_16_parallelscan (1 ms)
14: [ RUN      ] OPENMP.incr_17_atomicView
14: [       OK ] OPENMP.incr_17_atomicView (0 ms)
14: [----------] 28 tests from OPENMP (244 ms total)
14: 
14: [----------] Global test environment tear-down
14: [==========] 28 tests from 1 test suite ran. (244 ms total)
14: [  PASSED  ] 28 tests.
14/49 Test #14: Kokkos_IncrementalTest_OPENMP ..............................   Passed    0.25 sec
test 15
      Start 15: Kokkos_IncrementalTest_SERIAL

15: Test command: /var/jenkins/workspace/Kokkos_PR-7392/build/core/unit_test/Kokkos_IncrementalTest_SERIAL
15: Test timeout computed to be: 1500
15: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
15:                                     Detected: 4 cores per node.
15:                                     Detected: 1 MPI_ranks per node.
15:                                     Requested: 8 threads per process.
15: [==========] Running 28 tests from 1 test suite.
15: [----------] Global test environment set-up.
15: [----------] 28 tests from SERIAL
15: [ RUN      ] SERIAL.IncrTest_01_execspace_typedef
15: [       OK ] SERIAL.IncrTest_01_execspace_typedef (0 ms)
15: [ RUN      ] SERIAL.IncrTest_01_execspace
15: Host Serial Execution Space:
15:   KOKKOS_ENABLE_SERIAL: yes
15: 
15: Serial Runtime Configuration:
15: Serial
15: [       OK ] SERIAL.IncrTest_01_execspace (0 ms)
15: [ RUN      ] SERIAL.IncrTest_02_AtomicExchange
15: [       OK ] SERIAL.IncrTest_02_AtomicExchange (0 ms)
15: [ RUN      ] SERIAL.IncrTest_02_AtomicAdd
15: [       OK ] SERIAL.IncrTest_02_AtomicAdd (0 ms)
15: [ RUN      ] SERIAL.IncrTest_02_AtomicSub
15: [       OK ] SERIAL.IncrTest_02_AtomicSub (0 ms)
15: [ RUN      ] SERIAL.IncrTest_03a_memspace_malloc
15: [       OK ] SERIAL.IncrTest_03a_memspace_malloc (0 ms)
15: [ RUN      ] SERIAL.IncrTest_03b_memspace_free
15: [       OK ] SERIAL.IncrTest_03b_memspace_free (40 ms)
15: [ RUN      ] SERIAL.IncrTest_04_simple_parallelFor
15: [       OK ] SERIAL.IncrTest_04_simple_parallelFor (0 ms)
15: [ RUN      ] SERIAL.IncrTest_04_RangePolicy_parallelFor
15: [       OK ] SERIAL.IncrTest_04_RangePolicy_parallelFor (0 ms)
15: [ RUN      ] SERIAL.IncrTest_05_reduction
15: [       OK ] SERIAL.IncrTest_05_reduction (0 ms)
15: [ RUN      ] SERIAL.IncrTest_06_mdrange2D
15: [       OK ] SERIAL.IncrTest_06_mdrange2D (0 ms)
15: [ RUN      ] SERIAL.IncrTest_06_mdrange3D
15: [       OK ] SERIAL.IncrTest_06_mdrange3D (0 ms)
15: [ RUN      ] SERIAL.IncrTest_06_mdrange4D
15: [       OK ] SERIAL.IncrTest_06_mdrange4D (0 ms)
15: [ RUN      ] SERIAL.IncrTest_08_deep_copy_2D
15: [       OK ] SERIAL.IncrTest_08_deep_copy_2D (0 ms)
15: [ RUN      ] SERIAL.IncrTest_08_deep_copy_3D
15: [       OK ] SERIAL.IncrTest_08_deep_copy_3D (0 ms)
15: [ RUN      ] SERIAL.IncrTest_08_deep_copy_4D
15: [       OK ] SERIAL.IncrTest_08_deep_copy_4D (0 ms)
15: [ RUN      ] SERIAL.IncrTest_10_Hierarchical_Basics
15: [       OK ] SERIAL.IncrTest_10_Hierarchical_Basics (0 ms)
15: [ RUN      ] SERIAL.IncrTest_11a_Hierarchical_ForLoop
15: [       OK ] SERIAL.IncrTest_11a_Hierarchical_ForLoop (0 ms)
15: [ RUN      ] SERIAL.IncrTest_11b_Hierarchical_ForLoop
15: [       OK ] SERIAL.IncrTest_11b_Hierarchical_ForLoop (0 ms)
15: [ RUN      ] SERIAL.IncrTest_11c_Hierarchical_ForLoop
15: [       OK ] SERIAL.IncrTest_11c_Hierarchical_ForLoop (234 ms)
15: [ RUN      ] SERIAL.IncrTest_12a_ThreadScratch
15: [       OK ] SERIAL.IncrTest_12a_ThreadScratch (0 ms)
15: [ RUN      ] SERIAL.IncrTest_12b_TeamScratch
15: [       OK ] SERIAL.IncrTest_12b_TeamScratch (4 ms)
15: [ RUN      ] SERIAL.IncrTest_13a_Hierarchical_Red
15: [       OK ] SERIAL.IncrTest_13a_Hierarchical_Red (0 ms)
15: [ RUN      ] SERIAL.IncrTest_13b_Hierarchical_Red
15: [       OK ] SERIAL.IncrTest_13b_Hierarchical_Red (0 ms)
15: [ RUN      ] SERIAL.IncrTest_13c_Hierarchical_Red
15: [       OK ] SERIAL.IncrTest_13c_Hierarchical_Red (0 ms)
15: [ RUN      ] SERIAL.incr_14_MDrangeReduce
15: [       OK ] SERIAL.incr_14_MDrangeReduce (0 ms)
15: [ RUN      ] SERIAL.IncrTest_16_parallelscan
15: [       OK ] SERIAL.IncrTest_16_parallelscan (0 ms)
15: [ RUN      ] SERIAL.incr_17_atomicView
15: [       OK ] SERIAL.incr_17_atomicView (0 ms)
15: [----------] 28 tests from SERIAL (281 ms total)
15: 
15: [----------] Global test environment tear-down
15: [==========] 28 tests from 1 test suite ran. (281 ms total)
15: [  PASSED  ] 28 tests.
15/49 Test #15: Kokkos_IncrementalTest_SERIAL ..............................   Passed    0.29 sec
test 16
      Start 16: Kokkos_CoreUnitTest_CTestDevice

16: Test command: /var/jenkins/workspace/Kokkos_PR-7392/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice
16: Test timeout computed to be: 1500
16: [==========] Running 8 tests from 2 test suites.
16: [----------] Global test environment set-up.
16: [----------] 5 tests from ctest_environment_DeathTest
16: [ RUN      ] ctest_environment_DeathTest.invalid_rank
16: [       OK ] ctest_environment_DeathTest.invalid_rank (163 ms)
16: [ RUN      ] ctest_environment_DeathTest.no_type_str
16: [       OK ] ctest_environment_DeathTest.no_type_str (172 ms)
16: [ RUN      ] ctest_environment_DeathTest.missing_type
16: [       OK ] ctest_environment_DeathTest.missing_type (343 ms)
16: [ RUN      ] ctest_environment_DeathTest.no_id_str
16: [       OK ] ctest_environment_DeathTest.no_id_str (169 ms)
16: [ RUN      ] ctest_environment_DeathTest.invalid_id_str
16: [       OK ] ctest_environment_DeathTest.invalid_id_str (339 ms)
16: [----------] 5 tests from ctest_environment_DeathTest (1189 ms total)
16: 
16: [----------] 3 tests from ctest_environment
16: [ RUN      ] ctest_environment.no_device_type
16: [       OK ] ctest_environment.no_device_type (0 ms)
16: [ RUN      ] ctest_environment.no_process_count
16: [       OK ] ctest_environment.no_process_count (0 ms)
16: [ RUN      ] ctest_environment.good
16: [       OK ] ctest_environment.good (0 ms)
16: [----------] 3 tests from ctest_environment (0 ms total)
16: 
16: [----------] Global test environment tear-down
16: [==========] 8 tests from 2 test suites ran. (1189 ms total)
16: [  PASSED  ] 8 tests.
16/49 Test #16: Kokkos_CoreUnitTest_CTestDevice ............................   Passed    1.19 sec
test 17
      Start 17: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0

17: Test command: /var/jenkins/workspace/Kokkos_PR-7392/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE"
17: Test timeout computed to be: 1500
17/49 Test #17: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 ..................   Passed    0.00 sec
test 18
      Start 18: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail

18: Test command: /var/jenkins/workspace/Kokkos_PR-7392/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
18: Test timeout computed to be: 1500
18: must be called with `KOKKOS_TEST_TRIBITS_COMPATIBILITY` environment variable set or pass `--kokkos-test-tribits-compatibility` as command line argument
18/49 Test #18: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail ......   Passed    0.00 sec
test 19
      Start 19: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs

19: Test command: /var/jenkins/workspace/Kokkos_PR-7392/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility "--kokkos-test-tribits-compatibility=1"
19: Test timeout computed to be: 1500
19/49 Test #19: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs .....   Passed    0.00 sec
test 20
      Start 20: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment

20: Test command: /var/jenkins/workspace/Kokkos_PR-7392/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
20: Environment variables: 
20:  KOKKOS_TEST_TRIBITS_COMPATIBILITY=1
20: Test timeout computed to be: 1500
20/49 Test #20: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment ...   Passed    0.00 sec
test 21
      Start 21: Kokkos_PerformanceTest_TaskDag

21: Test command: /var/jenkins/workspace/Kokkos_PR-7392/build/core/perf_test/Kokkos_PerformanceTest_TaskDag
21: Test timeout computed to be: 1500
21: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
21:                                     Detected: 4 cores per node.
21:                                     Detected: 1 MPI_ranks per node.
21:                                     Requested: 8 threads per process.
21: "taskdag: alloc super repeat input output task-accum task-max" 1000000 10000 1 4 3 0 0
21: "taskdag: time (min, avg)" 0.00701258 0.00701258
21: "taskdag: tasks per second (max, avg)" 1853.81 1853.81
21/49 Test #21: Kokkos_PerformanceTest_TaskDag .............................   Passed    0.01 sec
test 22
      Start 22: Kokkos_PerformanceTest_Benchmark

22: Test command: /var/jenkins/workspace/Kokkos_PR-7392/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2024-09-30_T18-13-21.json"
22: Test timeout computed to be: 1500
22: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
22:                                     Detected: 4 cores per node.
22:                                     Detected: 1 MPI_ranks per node.
22:                                     Requested: 8 threads per process.
22: 2024-09-30T18:32:50+00:00
22: Running /var/jenkins/workspace/Kokkos_PR-7392/build/core/perf_test/Kokkos_PerformanceTest_Benchmark
22: Run on (4 X 1996.25 MHz CPU s)
22: CPU Caches:
22:   L1 Data 64 KiB (x4)
22:   L1 Instruction 64 KiB (x4)
22:   L2 Unified 512 KiB (x4)
22:   L3 Unified 16384 KiB (x4)
22: Load Average: 7.09, 6.98, 6.81
22: CPU architecture: none
22: Default Device: OpenMP
22: GIT_BRANCH: HEAD
22: GIT_CLEAN_STATUS: CLEAN
22: GIT_COMMIT_DATE: 2024-09-30T13:59:11-04:00
22: GIT_COMMIT_DESCRIPTION: Add HPSF GitLab CI file
22: GIT_COMMIT_HASH: 568c9795a
22: GPU architecture: none
22: KOKKOS_COMPILER_GNU: 840
22: KOKKOS_ENABLE_ASM: yes
22: KOKKOS_ENABLE_CXX17: yes
22: KOKKOS_ENABLE_CXX20: no
22: KOKKOS_ENABLE_CXX23: no
22: KOKKOS_ENABLE_CXX26: no
22: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
22: KOKKOS_ENABLE_HWLOC: no
22: KOKKOS_ENABLE_LIBDL: no
22: KOKKOS_ENABLE_OPENMP: yes
22: KOKKOS_ENABLE_PRAGMA_IVDEP: no
22: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
22: KOKKOS_ENABLE_PRAGMA_UNROLL: no
22: KOKKOS_ENABLE_PRAGMA_VECTOR: no
22: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ]
22: Kokkos Version: 4.4.99
22: platform: 64bit
22: ---------------------------------------------------------------------------------------------------------------------------------------------------
22: Benchmark                                                                              Time             CPU   Iterations      Count Time normalized
22: ---------------------------------------------------------------------------------------------------------------------------------------------------
22: GramSchmidt<double>/Count:1024/iterations:5/manual_time                            0.046 s         0.021 s             5       1024        45.2456u
22: GramSchmidt<double>/Count:2048/iterations:5/manual_time                            0.047 s         0.020 s             5     2.048k        22.4629u
22: GramSchmidt<double>/Count:4096/iterations:5/manual_time                            0.048 s         0.021 s             5     4.096k        12.0399u
22: GramSchmidt<double>/Count:8192/iterations:5/manual_time                            0.051 s         0.023 s             5     8.192k         6.5028u
22: GramSchmidt<double>/Count:16384/iterations:5/manual_time                           0.055 s         0.026 s             5    16.384k        3.54785u
22: GramSchmidt<double>/Count:32768/iterations:5/manual_time                           0.086 s         0.033 s             5    32.768k        1.87602u
22: GramSchmidt<double>/Count:65536/iterations:5/manual_time                           0.070 s         0.040 s             5    65.536k        1068.66n
22: GramSchmidt<double>/Count:131072/iterations:5/manual_time                          0.082 s         0.069 s             5   131.072k        626.293n
22: GramSchmidt<double>/Count:262144/iterations:5/manual_time                          0.119 s         0.118 s             5   262.144k         447.49n
22: GramSchmidt<double>/Count:524288/iterations:5/manual_time                          0.191 s         0.209 s             5   524.288k        365.509n
22: ----------------------------------------------------------------------------------------------------------------------------------------------
22: Benchmark                                                                              Time             CPU   Iterations  FOM: GB/s        Max
22: ----------------------------------------------------------------------------------------------------------------------------------------------
22: CustomReduction<double>/N:100000/R:1000/manual_time                                 6.31 s          5.55 s             1 0.0200891/s       11.5
22: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
22: Benchmark                                                                              Time             CPU   Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Overlap Time fenced Time not fenced
22: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
22: OverlapRangePolicy/N:2000/M:10000/R:10                                             0.753 s         0.390 s             2       0.0284065    0.0925326               0.0986414             0.222025   0.0486015       0.0488803
22: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
22: Benchmark                                                                              Time             CPU   Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced
22: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
22: OverlapMDRangePolicy/N:200/M:10000/R:10                                            0.164 s         0.078 s             8        3.96049m    0.0483859                9.89233m                 0.0408487    5.04145m        4.90532m
22: OverlapTeamPolicy/N:20/M:1000000/R:10                                              0.825 s         0.421 s             2       0.0528602     0.102404                0.113851                  0.192084   0.0562746       0.0569023
22: ---------------------------------------------------------------------------------------------------------------------------------------------------
22: Benchmark                                                                              Time             CPU   Iterations      Count Time normalized
22: ---------------------------------------------------------------------------------------------------------------------------------------------------
22: HexGrad_Benchmark<double>/count:1024/iterations:5/manual_time                      0.000 s         0.000 s             5       1024        80.4834n
22: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time                      0.000 s         0.000 s             5     2.048k        39.1558n
22: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time                      0.000 s         0.000 s             5     4.096k         27.322n
22: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time                      0.000 s         0.000 s             5     8.192k        25.0203n
22: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time                     0.000 s         0.001 s             5    16.384k        19.0464n
22: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time                     0.001 s         0.002 s             5    32.768k         15.741n
22: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time                     0.001 s         0.004 s             5    65.536k        15.9223n
22: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time                    0.002 s         0.010 s             5   131.072k        15.0475n
22: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time                    0.004 s         0.029 s             5   262.144k        16.1029n
22: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time                    0.008 s         0.066 s             5   524.288k        14.6416n
22: -----------------------------------------------------------------------------------------------------------------------------------
22: Benchmark                                                                              Time             CPU   Iterations  FOM: rate
22: -----------------------------------------------------------------------------------------------------------------------------------
22: Malloc/N:1/manual_time                                                             0.213 us        0.382 us      3472098 4.69238M/s
22: Malloc/N:16/manual_time                                                            0.222 us        0.393 us      3178932  4.4951M/s
22: Malloc/N:256/manual_time                                                           0.272 us        0.446 us      2412321 3.67265M/s
22: Malloc/N:4096/manual_time                                                          0.173 us        0.344 us      4009970 5.76711M/s
22: Malloc/N:65536/manual_time                                                         0.152 us        0.375 us      4592734 6.56434M/s
22: Malloc/N:1048576/manual_time                                                       0.148 us        0.363 us      4721452 6.76594M/s
22: Malloc/N:16777216/manual_time                                                      0.150 us        0.367 us      4684433 6.68794M/s
22: Malloc/N:268435456/manual_time                                                      2.36 us         5.96 us       289589 423.727k/s
22: Malloc/N:4294967296/manual_time                                                     3.00 us         9.32 us       199116 333.209k/s
22: MallocFree/N:1/manual_time                                                         0.356 us        0.394 us      1952486  2.8073M/s
22: MallocFree/N:16/manual_time                                                        0.361 us        0.399 us      1938902 2.76893M/s
22: MallocFree/N:256/manual_time                                                       0.445 us        0.482 us      1639856 2.24961M/s
22: MallocFree/N:4096/manual_time                                                      0.321 us        0.359 us      2188150 3.11347M/s
22: MallocFree/N:65536/manual_time                                                     0.354 us        0.392 us      1978515 2.82536M/s
22: MallocFree/N:1048576/manual_time                                                   0.340 us        0.379 us      2048814 2.93876M/s
22: MallocFree/N:16777216/manual_time                                                  0.343 us        0.382 us      2046268  2.9137M/s
22: MallocFree/N:268435456/manual_time                                                  5.97 us         5.62 us       117586 167.634k/s
22: MallocFree/N:4294967296/manual_time                                                 9.86 us         9.35 us        70570 101.442k/s
22: MallocTouch/N:1/manual_time                                                         36.5 us         16.3 us        18788 27.3846k/s
22: MallocTouch/N:16/manual_time                                                        36.9 us         16.5 us        19190 27.0918k/s
22: MallocTouch/N:256/manual_time                                                       37.0 us         16.7 us        18856 26.9981k/s
22: MallocTouch/N:4096/manual_time                                                      37.4 us         16.5 us        18748 26.7479k/s
22: MallocTouch/N:65536/manual_time                                                     41.2 us         18.4 us        16642 24.2553k/s
22: MallocTouch/N:1048576/manual_time                                                   43.2 us         19.3 us        15947 23.1546k/s
22: MallocTouch/N:16777216/manual_time                                                  60.6 us         26.6 us        12366 16.4925k/s
22: MallocTouch/N:268435456/manual_time                                                44039 us        39910 us           16  22.7072/s
22: MallocTouch/N:4294967296/manual_time                                              696241 us       513149 us            1  1.43628/s
22: MallocTouchFree/N:1/manual_time                                                     41.6 us         18.6 us        16589  24.039k/s
22: MallocTouchFree/N:16/manual_time                                                    41.4 us         18.3 us        16746 24.1394k/s
22: MallocTouchFree/N:256/manual_time                                                   40.5 us         18.0 us        17131 24.6688k/s
22: MallocTouchFree/N:4096/manual_time                                                  41.4 us         17.9 us        16963 24.1608k/s
22: MallocTouchFree/N:65536/manual_time                                                 42.3 us         18.4 us        16365 23.6284k/s
22: MallocTouchFree/N:1048576/manual_time                                               43.7 us         19.8 us        16026 22.8842k/s
22: MallocTouchFree/N:16777216/manual_time                                              62.7 us         26.7 us        11354 15.9554k/s
22: MallocTouchFree/N:268435456/manual_time                                            63411 us        40024 us           11  15.7702/s
22: MallocTouchFree/N:4294967296/manual_time                                          859850 us       504418 us            1  1.16299/s
22: ----------------------------------------------------------------------------------------------------------------------------------------------
22: Benchmark                                                                              Time             CPU   Iterations  FOM: GB/s         MB
22: ----------------------------------------------------------------------------------------------------------------------------------------------
22: ViewAllocate_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                            0.231 s         0.273 s             3  3.46779/s        800
22: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time                           0.231 s         0.273 s             3  3.46753/s        800
22: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                            0.231 s         0.273 s             3  3.46406/s        800
22: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time                           0.231 s         0.273 s             3  3.46139/s        800
22: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                            0.231 s         0.273 s             3  3.46555/s        800
22: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time                           0.231 s         0.274 s             3  3.46191/s        800
22: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                            0.231 s         0.273 s             3  3.46476/s        800
22: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time                           0.231 s         0.273 s             3  3.46444/s        800
22: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                            0.232 s         0.275 s             3   3.4546/s        800
22: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time                           0.231 s         0.274 s             3  3.45985/s        800
22: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                            0.231 s         0.274 s             3  3.46141/s        800
22: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time                           0.231 s         0.274 s             3  3.46414/s        800
22: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                            0.231 s         0.274 s             3  3.46281/s        800
22: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time                           0.231 s         0.274 s             3  3.46194/s        800
22: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                            0.231 s         0.273 s             3  3.46782/s        800
22: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time                           0.231 s         0.273 s             3  3.46918/s        800
22: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.026 s         0.013 s            26  62.3887/s       1.6k
22: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.026 s         0.013 s            27  61.7402/s       1.6k
22: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.026 s         0.013 s            27  61.7666/s       1.6k
22: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.026 s         0.013 s            27  61.9214/s       1.6k
22: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.026 s         0.013 s            27  61.6597/s       1.6k
22: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.026 s         0.013 s            27  61.7754/s       1.6k
22: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.026 s         0.013 s            27  61.7752/s       1.6k
22: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.339 s         0.168 s             2  4.71801/s       1.6k
22: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.302 s         0.142 s             2  5.30212/s       1.6k
22: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.028 s         0.013 s            25  56.6469/s       1.6k
22: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.341 s         0.169 s             2  4.69251/s       1.6k
22: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.227 s         0.108 s             3  7.04679/s       1.6k
22: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.029 s         0.013 s            24  55.5327/s       1.6k
22: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.029 s         0.013 s            24  55.7976/s       1.6k
22: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.029 s         0.013 s            24  55.7878/s       1.6k
22: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.029 s         0.013 s            25  55.9015/s       1.6k
22: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.250 s         0.116 s             3  6.40451/s       1.6k
22: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.237 s         0.107 s             3  6.74801/s       1.6k
22: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.250 s         0.116 s             3  6.40298/s       1.6k
22: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.306 s         0.148 s             2  5.22533/s       1.6k
22: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.028 s         0.013 s            25  56.8497/s       1.6k
22: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.028 s         0.013 s            25  56.9933/s       1.6k
22: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.228 s         0.111 s             3   7.0079/s       1.6k
22: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.310 s         0.154 s             2  5.15913/s       1.6k
22: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.028 s         0.013 s            25  56.9042/s       1.6k
22: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.028 s         0.013 s            25  57.0016/s       1.6k
22: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.391 s         0.191 s             2  4.08954/s       1.6k
22: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.385 s         0.187 s             2  4.15467/s       1.6k
22: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.028 s         0.013 s            25  57.4004/s       1.6k
22: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.028 s         0.013 s            24  56.1769/s       1.6k
22: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.529 s         0.247 s             1  3.02389/s       1.6k
22: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.400 s         0.186 s             2  4.00016/s       1.6k
22: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time          0.029 s         0.013 s            24  55.4032/s       1.6k
22: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time        0.029 s         0.013 s            24  54.7118/s       1.6k
22: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time         0.029 s         0.013 s            25  55.6221/s       1.6k
22: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time         0.029 s         0.013 s            24  55.1313/s       1.6k
22: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                0.019 s         0.009 s            36  41.1228/s        800
22: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time                               0.019 s         0.009 s            36  41.1604/s        800
22: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                0.019 s         0.009 s            36  41.1642/s        800
22: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time                               0.019 s         0.009 s            36  41.1303/s        800
22: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                0.020 s         0.009 s            36  40.7676/s        800
22: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time                               0.020 s         0.009 s            35  40.8891/s        800
22: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                0.019 s         0.009 s            36  41.0459/s        800
22: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time                               0.020 s         0.009 s            36  40.7734/s        800
22: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                0.020 s         0.009 s            36  40.6424/s        800
22: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time                               0.020 s         0.009 s            35  40.7007/s        800
22: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                0.020 s         0.009 s            36  40.8363/s        800
22: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time                               0.020 s         0.009 s            36  40.6683/s        800
22: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                0.020 s         0.009 s            36  40.9537/s        800
22: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time                               0.020 s         0.009 s            36  40.8124/s        800
22: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                0.020 s         0.009 s            36  40.7354/s        800
22: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time                               0.020 s         0.009 s            36  40.7104/s        800
22: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time                                  0.023 s         0.010 s            30  34.7989/s        800
22: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time                                 0.023 s         0.010 s            31  34.7332/s        800
22: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.026 s         0.024 s            10   61.474/s       1.6k
22: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.026 s         0.024 s            10  61.1854/s       1.6k
22: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.027 s         0.025 s            10  60.1672/s       1.6k
22: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.027 s         0.025 s            10  59.8791/s       1.6k
22: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.028 s         0.026 s            10  56.2467/s       1.6k
22: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.034 s         0.028 s            10  47.7437/s       1.6k
22: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.012 s         0.006 s            10  128.183/s       1.6k
22: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.013 s         0.006 s            10   118.96/s       1.6k
22: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.014 s         0.007 s            10  111.281/s       1.6k
22: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.014 s         0.006 s            10   116.58/s       1.6k
22: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.017 s         0.008 s            10  94.6587/s       1.6k
22: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.022 s         0.011 s            10  71.2313/s       1.6k
22: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.034 s         0.028 s            10  46.6489/s       1.6k
22: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.034 s         0.029 s            10  46.9457/s       1.6k
22: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.038 s         0.030 s            10  42.1852/s       1.6k
22: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.034 s         0.028 s            10  47.0484/s       1.6k
22: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.021 s         0.010 s            10  75.8906/s       1.6k
22: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.020 s         0.010 s            10  78.3766/s       1.6k
22: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.024 s         0.012 s            10  66.1638/s       1.6k
22: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.021 s         0.010 s            10  76.3771/s       1.6k
22: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.039 s         0.031 s            10  41.4135/s       1.6k
22: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.039 s         0.031 s            10  41.4065/s       1.6k
22: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.025 s         0.012 s            10  64.7572/s       1.6k
22: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.024 s         0.011 s            10  67.5974/s       1.6k
22: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.032 s         0.027 s            10  50.0037/s       1.6k
22: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.039 s         0.031 s            10  40.9937/s       1.6k
22: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.018 s         0.009 s            10  88.4896/s       1.6k
22: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.028 s         0.013 s            10  57.9206/s       1.6k
22: ViewResize_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.038 s         0.031 s            10  42.5685/s       1.6k
22: ViewResize_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.036 s         0.031 s            10   44.092/s       1.6k
22: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.026 s         0.012 s            10  62.6368/s       1.6k
22: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.028 s         0.013 s            10  57.7655/s       1.6k
22: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time           0.134 s         0.100 s            10   11.925/s       1.6k
22: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time          0.135 s         0.101 s            10  11.8372/s       1.6k
22/49 Test #22: Kokkos_PerformanceTest_Benchmark ...........................   Passed  229.38 sec
test 23
      Start 23: Kokkos_Benchmark_Atomic_MinMax

23: Test command: /var/jenkins/workspace/Kokkos_PR-7392/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2024-09-30_T18-13-21.json"
23: Test timeout computed to be: 1500
23: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
23:                                     Detected: 4 cores per node.
23:                                     Detected: 1 MPI_ranks per node.
23:                                     Requested: 8 threads per process.
23: 2024-09-30T18:36:40+00:00
23: Running /var/jenkins/workspace/Kokkos_PR-7392/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax
23: Run on (4 X 1996.25 MHz CPU s)
23: CPU Caches:
23:   L1 Data 64 KiB (x4)
23:   L1 Instruction 64 KiB (x4)
23:   L2 Unified 512 KiB (x4)
23:   L3 Unified 16384 KiB (x4)
23: Load Average: 3.52, 4.93, 6.01
23: CPU architecture: none
23: Default Device: OpenMP
23: GIT_BRANCH: HEAD
23: GIT_CLEAN_STATUS: CLEAN
23: GIT_COMMIT_DATE: 2024-09-30T13:59:11-04:00
23: GIT_COMMIT_DESCRIPTION: Add HPSF GitLab CI file
23: GIT_COMMIT_HASH: 568c9795a
23: GPU architecture: none
23: KOKKOS_COMPILER_GNU: 840
23: KOKKOS_ENABLE_ASM: yes
23: KOKKOS_ENABLE_CXX17: yes
23: KOKKOS_ENABLE_CXX20: no
23: KOKKOS_ENABLE_CXX23: no
23: KOKKOS_ENABLE_CXX26: no
23: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
23: KOKKOS_ENABLE_HWLOC: no
23: KOKKOS_ENABLE_LIBDL: no
23: KOKKOS_ENABLE_OPENMP: yes
23: KOKKOS_ENABLE_PRAGMA_IVDEP: no
23: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
23: KOKKOS_ENABLE_PRAGMA_UNROLL: no
23: KOKKOS_ENABLE_PRAGMA_VECTOR: no
23: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ]
23: Kokkos Version: 4.4.99
23: platform: 64bit
23: ----------------------------------------------------------------------------------------------------------------------------------------
23: Benchmark                                                                                              Time             CPU   Iterations
23: ----------------------------------------------------------------------------------------------------------------------------------------
23: Atomic_MinReplacements<int>/Length:1000000/iterations:10/manual_time                               0.002 s         0.001 s            10
23: Atomic_MaxReplacements<int>/Length:1000000/iterations:10/manual_time                               0.002 s         0.001 s            10
23: Atomic_MaxEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
23: Atomic_MinEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
23: Atomic_ContentiousMaxReplacements<int>/Length:200000/iterations:10/manual_time                     0.003 s         0.001 s            10
23: Atomic_ContentiousMinReplacements<int>/Length:200000/iterations:10/manual_time                     0.003 s         0.002 s            10
23: Atomic_MinReplacements<long>/Length:1000000/iterations:10/manual_time                              0.001 s         0.001 s            10
23: Atomic_MaxReplacements<long>/Length:1000000/iterations:10/manual_time                              0.002 s         0.001 s            10
23: Atomic_MaxEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
23: Atomic_MinEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
23: Atomic_ContentiousMaxReplacements<long>/Length:200000/iterations:10/manual_time                    0.002 s         0.001 s            10
23: Atomic_ContentiousMinReplacements<long>/Length:200000/iterations:10/manual_time                    0.003 s         0.001 s            10
23: Atomic_MinReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.001 s         0.001 s            10
23: Atomic_MaxReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.001 s         0.001 s            10
23: Atomic_MaxEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
23: Atomic_MinEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
23: Atomic_ContentiousMaxReplacements<long long>/Length:200000/iterations:10/manual_time               0.002 s         0.001 s            10
23: Atomic_ContentiousMinReplacements<long long>/Length:200000/iterations:10/manual_time               0.003 s         0.001 s            10
23: Atomic_MinReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.001 s         0.001 s            10
23: Atomic_MaxReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.002 s         0.001 s            10
23: Atomic_MaxEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
23: Atomic_MinEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
23: Atomic_ContentiousMaxReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.003 s         0.001 s            10
23: Atomic_ContentiousMinReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.003 s         0.001 s            10
23: Atomic_MinReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.001 s         0.001 s            10
23: Atomic_MaxReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.001 s         0.001 s            10
23: Atomic_MaxEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
23: Atomic_MinEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
23: Atomic_ContentiousMaxReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.003 s         0.001 s            10
23: Atomic_ContentiousMinReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.003 s         0.001 s            10
23: Atomic_MinReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.002 s         0.001 s            10
23: Atomic_MaxReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.001 s         0.001 s            10
23: Atomic_MaxEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
23: Atomic_MinEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
23: Atomic_ContentiousMaxReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.003 s         0.001 s            10
23: Atomic_ContentiousMinReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.003 s         0.001 s            10
23: Atomic_MinReplacements<float>/Length:1000000/iterations:10/manual_time                             0.002 s         0.001 s            10
23: Atomic_MaxReplacements<float>/Length:1000000/iterations:10/manual_time                             0.002 s         0.001 s            10
23: Atomic_MaxEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
23: Atomic_MinEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
23: Atomic_ContentiousMaxReplacements<float>/Length:200000/iterations:10/manual_time                   0.003 s         0.002 s            10
23: Atomic_ContentiousMinReplacements<float>/Length:200000/iterations:10/manual_time                   0.003 s         0.002 s            10
23: Atomic_MinReplacements<double>/Length:1000000/iterations:10/manual_time                            0.002 s         0.001 s            10
23: Atomic_MaxReplacements<double>/Length:1000000/iterations:10/manual_time                            0.002 s         0.001 s            10
23: Atomic_MaxEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
23: Atomic_MinEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
23: Atomic_ContentiousMaxReplacements<double>/Length:200000/iterations:10/manual_time                  0.003 s         0.001 s            10
23: Atomic_ContentiousMinReplacements<double>/Length:200000/iterations:10/manual_time                  0.003 s         0.001 s            10
23/49 Test #23: Kokkos_Benchmark_Atomic_MinMax .............................   Passed    0.90 sec
test 24
      Start 24: Kokkos_PerformanceTest_Mempool

24: Test command: /var/jenkins/workspace/Kokkos_PR-7392/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2024-09-30_T18-13-21.json"
24: Test timeout computed to be: 1500
24: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
24:                                     Detected: 4 cores per node.
24:                                     Detected: 1 MPI_ranks per node.
24:                                     Requested: 8 threads per process.
24: 2024-09-30T18:36:40+00:00
24: Running /var/jenkins/workspace/Kokkos_PR-7392/build/core/perf_test/Kokkos_PerformanceTest_Mempool
24: Run on (4 X 1996.25 MHz CPU s)
24: CPU Caches:
24:   L1 Data 64 KiB (x4)
24:   L1 Instruction 64 KiB (x4)
24:   L2 Unified 512 KiB (x4)
24:   L3 Unified 16384 KiB (x4)
24: Load Average: 3.52, 4.93, 6.01
24: CPU architecture: none
24: Default Device: OpenMP
24: GIT_BRANCH: HEAD
24: GIT_CLEAN_STATUS: CLEAN
24: GIT_COMMIT_DATE: 2024-09-30T13:59:11-04:00
24: GIT_COMMIT_DESCRIPTION: Add HPSF GitLab CI file
24: GIT_COMMIT_HASH: 568c9795a
24: GPU architecture: none
24: KOKKOS_COMPILER_GNU: 840
24: KOKKOS_ENABLE_ASM: yes
24: KOKKOS_ENABLE_CXX17: yes
24: KOKKOS_ENABLE_CXX20: no
24: KOKKOS_ENABLE_CXX23: no
24: KOKKOS_ENABLE_CXX26: no
24: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
24: KOKKOS_ENABLE_HWLOC: no
24: KOKKOS_ENABLE_LIBDL: no
24: KOKKOS_ENABLE_OPENMP: yes
24: KOKKOS_ENABLE_PRAGMA_IVDEP: no
24: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
24: KOKKOS_ENABLE_PRAGMA_UNROLL: no
24: KOKKOS_ENABLE_PRAGMA_VECTOR: no
24: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ]
24: Kokkos Version: 4.4.99
24: platform: 64bit
24: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
24: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: fill ops per second
24: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
24: Mempool_Fill/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time               0.001 s         0.000 s          1199               9.68533M/s
24: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
24: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: cycle ops per second
24: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
24: 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          2371                37.5701M/s
24/49 Test #24: Kokkos_PerformanceTest_Mempool .............................   Passed    1.85 sec
test 25
      Start 25: Kokkos_PerformanceTest_Atomic

25: Test command: /var/jenkins/workspace/Kokkos_PR-7392/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2024-09-30_T18-13-21.json"
25: Test timeout computed to be: 1500
25: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
25:                                     Detected: 4 cores per node.
25:                                     Detected: 1 MPI_ranks per node.
25:                                     Requested: 8 threads per process.
25: 2024-09-30T18:36:42+00:00
25: Running /var/jenkins/workspace/Kokkos_PR-7392/build/core/perf_test/Kokkos_PerformanceTest_Atomic
25: Run on (4 X 1996.25 MHz CPU s)
25: CPU Caches:
25:   L1 Data 64 KiB (x4)
25:   L1 Instruction 64 KiB (x4)
25:   L2 Unified 512 KiB (x4)
25:   L3 Unified 16384 KiB (x4)
25: Load Average: 3.47, 4.90, 5.99
25: CPU architecture: none
25: Default Device: OpenMP
25: GIT_BRANCH: HEAD
25: GIT_CLEAN_STATUS: CLEAN
25: GIT_COMMIT_DATE: 2024-09-30T13:59:11-04:00
25: GIT_COMMIT_DESCRIPTION: Add HPSF GitLab CI file
25: GIT_COMMIT_HASH: 568c9795a
25: GPU architecture: none
25: KOKKOS_COMPILER_GNU: 840
25: KOKKOS_ENABLE_ASM: yes
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_HWLOC: no
25: KOKKOS_ENABLE_LIBDL: 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.4.99
25: platform: 64bit
25: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25: Benchmark                                                         Time             CPU   Iterations     Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial
25: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25: Test_Atomic<int>/30000/iterations:10                          0.014 s         0.007 s            10          1            4    0.152083       0.0227315    304.233u     449.985M         214.977M     449.985M
25: Test_Atomic<long int>/100000/iterations:10                    0.044 s         0.021 s            10          1            8    0.166409       0.0108939     301.06u     4.99995G         2.10021G     4.99995G
25: Test_Atomic<long long int>/100000/iterations:10               0.042 s         0.020 s            10          1            8    0.165598        9.85103m     301.46u     4.99995G         2.16676G     4.99995G
25: Test_Atomic<unsigned int>/100000/iterations:10                0.043 s         0.021 s            10          1            4    0.227852       0.0157192     301.47u     704.983M         551.672M     704.983M
25: Test_Atomic<unsigned long int>/100000/iterations:10           0.045 s         0.022 s            10          1            8    0.178015       0.0213389     599.64u     4.99995G         2.32785G     4.99995G
25: Test_Atomic<unsigned long long int>/100000/iterations:10      0.042 s         0.019 s            10          1            8    0.160971       0.0207306     300.46u     4.99995G         1.34283G     4.99995G
25: Test_Atomic<float>/100000/iterations:10                       0.048 s         0.024 s            10          0            4    0.209068        0.016456     898.18u     4.99996G         1.10021G     4.99989G
25: Test_Atomic<double>/100000/iterations:10                      0.049 s         0.024 s            10          1            8    0.204651       0.0226044     898.59u     4.99995G         1.15397G     4.99995G
25/49 Test #25: Kokkos_PerformanceTest_Atomic ..............................   Passed    3.27 sec
test 26
      Start 26: Kokkos_ContainersUnitTest_Serial

26: Test command: /var/jenkins/workspace/Kokkos_PR-7392/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial
26: Test timeout computed to be: 1500
26: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
26:                                     Detected: 4 cores per node.
26:                                     Detected: 1 MPI_ranks per node.
26:                                     Requested: 8 threads per process.
26: [==========] Running 67 tests from 2 test suites.
26: [----------] Global test environment set-up.
26: [----------] 1 test from serial_DeathTest
26: [ RUN      ] serial_DeathTest.offsetview_unmanaged_construction
26: [       OK ] serial_DeathTest.offsetview_unmanaged_construction (1984 ms)
26: [----------] 1 test from serial_DeathTest (1984 ms total)
26: 
26: [----------] 66 tests from serial
26: [ RUN      ] serial.bitset
26: [       OK ] serial.bitset (1555 ms)
26: [ RUN      ] serial.bitset_default_constructor_no_alloc
26: [       OK ] serial.bitset_default_constructor_no_alloc (0 ms)
26: [ RUN      ] serial.dualview_combination
26: [       OK ] serial.dualview_combination (0 ms)
26: [ RUN      ] serial.dualview_alloc
26: [       OK ] serial.dualview_alloc (0 ms)
26: [ RUN      ] serial.test_dualview_copy_construction_and_assignment
26: [       OK ] serial.test_dualview_copy_construction_and_assignment (0 ms)
26: [ RUN      ] serial.dualview_combinations_without_init
26: [       OK ] serial.dualview_combinations_without_init (0 ms)
26: [ RUN      ] serial.dualview_deep_copy
26: [       OK ] serial.dualview_deep_copy (0 ms)
26: [ RUN      ] serial.dualview_realloc
26: [       OK ] serial.dualview_realloc (0 ms)
26: [ RUN      ] serial.dualview_resize
26: [       OK ] serial.dualview_resize (0 ms)
26: [ RUN      ] serial.dualview_device_correct_kokkos_device
26: [       OK ] serial.dualview_device_correct_kokkos_device (0 ms)
26: [ RUN      ] serial.dualview_host_correct_kokkos_device
26: [       OK ] serial.dualview_host_correct_kokkos_device (0 ms)
26: [ RUN      ] serial.dualview_host_modify_template_device_sync
26: [       OK ] serial.dualview_host_modify_template_device_sync (0 ms)
26: [ RUN      ] serial.dualview_host_modify_template_device_execspace_sync
26: [       OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms)
26: [ RUN      ] serial.dualview_device_modify_template_host_sync
26: [       OK ] serial.dualview_device_modify_template_host_sync (0 ms)
26: [ RUN      ] serial.dualview_device_modify_template_host_execspace_sync
26: [       OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms)
26: [ RUN      ] serial.dualview_template_views_return_correct_executionspace_views
26: [       OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms)
26: [ RUN      ] serial.dualview_template_views_return_correct_views_from_const_dual_view
26: [       OK ] serial.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
26: [ RUN      ] serial.dynamic_view
26: [       OK ] serial.dynamic_view (13 ms)
26: [ RUN      ] serial.dyn_rank_view_api_generic
26: [       OK ] serial.dyn_rank_view_api_generic (9 ms)
26: [ RUN      ] serial.dyn_rank_view_api_operator_rank12345
26: [       OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms)
26: [ RUN      ] serial.dyn_rank_view_check_fence_resize_realloc
26: /var/jenkins/workspace/Kokkos_PR-7392/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped
26: skipping since not default execution space
26: [  SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms)
26: [ RUN      ] serial.dyn_rank_view_api_operator_rank67
26: [       OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms)
26: [ RUN      ] serial.ErrorReporterViaLambda
26: [       OK ] serial.ErrorReporterViaLambda (0 ms)
26: [ RUN      ] serial.ErrorReporter
26: [       OK ] serial.ErrorReporter (0 ms)
26: [ RUN      ] serial.offsetview_construction
26: [       OK ] serial.offsetview_construction (31 ms)
26: [ RUN      ] serial.offsetview_unmanaged_construction
26: [       OK ] serial.offsetview_unmanaged_construction (0 ms)
26: [ RUN      ] serial.offsetview_subview
26: [       OK ] serial.offsetview_subview (15 ms)
26: [ RUN      ] serial.offsetview_offsets_rank1
26: [       OK ] serial.offsetview_offsets_rank1 (0 ms)
26: [ RUN      ] serial.offsetview_offsets_rank2
26: [       OK ] serial.offsetview_offsets_rank2 (0 ms)
26: [ RUN      ] serial.offsetview_offsets_rank3
26: [       OK ] serial.offsetview_offsets_rank3 (0 ms)
26: [ RUN      ] serial.scatterview
26: [       OK ] serial.scatterview (1736 ms)
26: [ RUN      ] serial.scatterview_devicetype
26: [       OK ] serial.scatterview_devicetype (0 ms)
26: [ RUN      ] serial.staticcrsgraph
26: [       OK ] serial.staticcrsgraph (19 ms)
26: [ RUN      ] serial.resize_realloc_no_init_dualview
26: [       OK ] serial.resize_realloc_no_init_dualview (0 ms)
26: [ RUN      ] serial.resize_realloc_no_alloc_dualview
26: [       OK ] serial.resize_realloc_no_alloc_dualview (0 ms)
26: [ RUN      ] serial.resize_exec_space_dualview
26: [       OK ] serial.resize_exec_space_dualview (0 ms)
26: [ RUN      ] serial.realloc_exec_space_dualview
26: [       OK ] serial.realloc_exec_space_dualview (0 ms)
26: [ RUN      ] serial.resize_realloc_no_init_dynrankview
26: [       OK ] serial.resize_realloc_no_init_dynrankview (0 ms)
26: [ RUN      ] serial.resize_exec_space_dynrankview
26: [       OK ] serial.resize_exec_space_dynrankview (0 ms)
26: [ RUN      ] serial.realloc_exec_space_dynrankview
26: [       OK ] serial.realloc_exec_space_dynrankview (0 ms)
26: [ RUN      ] serial.resize_realloc_no_init_scatterview
26: [       OK ] serial.resize_realloc_no_init_scatterview (0 ms)
26: [ RUN      ] serial.resize_realloc_no_alloc_scatterview
26: [       OK ] serial.resize_realloc_no_alloc_scatterview (0 ms)
26: [ RUN      ] serial.resize_exec_space_scatterview
26: [       OK ] serial.resize_exec_space_scatterview (0 ms)
26: [ RUN      ] serial.realloc_exec_space_scatterview
26: [       OK ] serial.realloc_exec_space_scatterview (0 ms)
26: [ RUN      ] serial.create_mirror_no_init_dynrankview
26: [       OK ] serial.create_mirror_no_init_dynrankview (0 ms)
26: [ RUN      ] serial.create_mirror_no_init_dynrankview_viewctor
26: [       OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms)
26: [ RUN      ] serial.create_mirror_view_and_copy_dynrankview
26: [       OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms)
26: [ RUN      ] serial.create_mirror_no_init_offsetview
26: [       OK ] serial.create_mirror_no_init_offsetview (0 ms)
26: [ RUN      ] serial.create_mirror_no_init_offsetview_view_ctor
26: [       OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms)
26: [ RUN      ] serial.create_mirror_view_and_copy_offsetview
26: [       OK ] serial.create_mirror_view_and_copy_offsetview (0 ms)
26: [ RUN      ] serial.create_mirror_no_init_dynamicview
26: [       OK ] serial.create_mirror_no_init_dynamicview (0 ms)
26: [ RUN      ] serial.create_mirror_view_and_copy_dynamicview
26: [       OK ] serial.create_mirror_view_and_copy_dynamicview (0 ms)
26: [ RUN      ] serial.create_mirror_no_init_dynamicview_view_ctor
26: [       OK ] serial.create_mirror_no_init_dynamicview_view_ctor (0 ms)
26: [ RUN      ] serial.UnorderedMap_insert
26: [       OK ] serial.UnorderedMap_insert (9073 ms)
26: [ RUN      ] serial.UnorderedMap_failed_insert
26: [       OK ] serial.UnorderedMap_failed_insert (4011 ms)
26: [ RUN      ] serial.UnorderedMap_deep_copy
26: [       OK ] serial.UnorderedMap_deep_copy (4 ms)
26: [ RUN      ] serial.UnorderedMap_valid_empty
26: [       OK ] serial.UnorderedMap_valid_empty (0 ms)
26: [ RUN      ] serial.UnorderedMap_clear_zero_size
26: [       OK ] serial.UnorderedMap_clear_zero_size (0 ms)
26: [ RUN      ] serial.UnorderedMap_consistent_size
26: [       OK ] serial.UnorderedMap_consistent_size (0 ms)
26: [ RUN      ] serial.UnorderedMap_shallow_copyable_on_device
26: [       OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms)
26: [ RUN      ] serial.UnorderedMap_lambda_capturable
26: [       OK ] serial.UnorderedMap_lambda_capturable (0 ms)
26: [ RUN      ] serial.UnorderedMap_constructor_view_alloc
26: [       OK ] serial.UnorderedMap_constructor_view_alloc (0 ms)
26: [ RUN      ] serial.vector_combination
26: [       OK ] serial.vector_combination (0 ms)
26: [ RUN      ] serial.vector_insert
26: [       OK ] serial.vector_insert (0 ms)
26: [ RUN      ] serial.vector_push_back_default_exec
26: [       OK ] serial.vector_push_back_default_exec (0 ms)
26: [ RUN      ] serial.viewctorprop_embedded_dim
26: [       OK ] serial.viewctorprop_embedded_dim (0 ms)
26: [----------] 66 tests from serial (16477 ms total)
26: 
26: [----------] Global test environment tear-down
26: [==========] 67 tests from 2 test suites ran. (18462 ms total)
26: [  PASSED  ] 66 tests.
26: [  SKIPPED ] 1 test, listed below:
26: [  SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc
26/49 Test #26: Kokkos_ContainersUnitTest_Serial ...........................   Passed   18.50 sec
test 27
      Start 27: Kokkos_ContainersUnitTest_OpenMP

27: Test command: /var/jenkins/workspace/Kokkos_PR-7392/build/containers/unit_tests/Kokkos_ContainersUnitTest_OpenMP
27: Test timeout computed to be: 1500
27: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
27:                                     Detected: 4 cores per node.
27:                                     Detected: 1 MPI_ranks per node.
27:                                     Requested: 8 threads per process.
27: [==========] Running 67 tests from 2 test suites.
27: [----------] Global test environment set-up.
27: [----------] 1 test from openmp_DeathTest
27: [ RUN      ] openmp_DeathTest.offsetview_unmanaged_construction
27: [       OK ] openmp_DeathTest.offsetview_unmanaged_construction (1941 ms)
27: [----------] 1 test from openmp_DeathTest (1941 ms total)
27: 
27: [----------] 66 tests from openmp
27: [ RUN      ] openmp.bitset
27: [       OK ] openmp.bitset (421 ms)
27: [ RUN      ] openmp.bitset_default_constructor_no_alloc
27: [       OK ] openmp.bitset_default_constructor_no_alloc (0 ms)
27: [ RUN      ] openmp.dualview_combination
27: [       OK ] openmp.dualview_combination (0 ms)
27: [ RUN      ] openmp.dualview_alloc
27: [       OK ] openmp.dualview_alloc (0 ms)
27: [ RUN      ] openmp.test_dualview_copy_construction_and_assignment
27: [       OK ] openmp.test_dualview_copy_construction_and_assignment (0 ms)
27: [ RUN      ] openmp.dualview_combinations_without_init
27: [       OK ] openmp.dualview_combinations_without_init (0 ms)
27: [ RUN      ] openmp.dualview_deep_copy
27: [       OK ] openmp.dualview_deep_copy (0 ms)
27: [ RUN      ] openmp.dualview_realloc
27: [       OK ] openmp.dualview_realloc (0 ms)
27: [ RUN      ] openmp.dualview_resize
27: [       OK ] openmp.dualview_resize (0 ms)
27: [ RUN      ] openmp.dualview_device_correct_kokkos_device
27: [       OK ] openmp.dualview_device_correct_kokkos_device (0 ms)
27: [ RUN      ] openmp.dualview_host_correct_kokkos_device
27: [       OK ] openmp.dualview_host_correct_kokkos_device (0 ms)
27: [ RUN      ] openmp.dualview_host_modify_template_device_sync
27: [       OK ] openmp.dualview_host_modify_template_device_sync (0 ms)
27: [ RUN      ] openmp.dualview_host_modify_template_device_execspace_sync
27: [       OK ] openmp.dualview_host_modify_template_device_execspace_sync (0 ms)
27: [ RUN      ] openmp.dualview_device_modify_template_host_sync
27: [       OK ] openmp.dualview_device_modify_template_host_sync (0 ms)
27: [ RUN      ] openmp.dualview_device_modify_template_host_execspace_sync
27: [       OK ] openmp.dualview_device_modify_template_host_execspace_sync (0 ms)
27: [ RUN      ] openmp.dualview_template_views_return_correct_executionspace_views
27: [       OK ] openmp.dualview_template_views_return_correct_executionspace_views (0 ms)
27: [ RUN      ] openmp.dualview_template_views_return_correct_views_from_const_dual_view
27: [       OK ] openmp.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
27: [ RUN      ] openmp.dynamic_view
27: [       OK ] openmp.dynamic_view (17 ms)
27: [ RUN      ] openmp.dyn_rank_view_api_generic
27: [       OK ] openmp.dyn_rank_view_api_generic (10 ms)
27: [ RUN      ] openmp.dyn_rank_view_api_operator_rank12345
27: [       OK ] openmp.dyn_rank_view_api_operator_rank12345 (0 ms)
27: [ RUN      ] openmp.dyn_rank_view_check_fence_resize_realloc
27: [       OK ] openmp.dyn_rank_view_check_fence_resize_realloc (0 ms)
27: [ RUN      ] openmp.dyn_rank_view_api_operator_rank67
27: [       OK ] openmp.dyn_rank_view_api_operator_rank67 (0 ms)
27: [ RUN      ] openmp.ErrorReporterViaLambda
27: [       OK ] openmp.ErrorReporterViaLambda (0 ms)
27: [ RUN      ] openmp.ErrorReporter
27: [       OK ] openmp.ErrorReporter (0 ms)
27: [ RUN      ] openmp.offsetview_construction
27: [       OK ] openmp.offsetview_construction (15 ms)
27: [ RUN      ] openmp.offsetview_unmanaged_construction
27: [       OK ] openmp.offsetview_unmanaged_construction (0 ms)
27: [ RUN      ] openmp.offsetview_subview
27: [       OK ] openmp.offsetview_subview (18 ms)
27: [ RUN      ] openmp.offsetview_offsets_rank1
27: [       OK ] openmp.offsetview_offsets_rank1 (0 ms)
27: [ RUN      ] openmp.offsetview_offsets_rank2
27: [       OK ] openmp.offsetview_offsets_rank2 (0 ms)
27: [ RUN      ] openmp.offsetview_offsets_rank3
27: [       OK ] openmp.offsetview_offsets_rank3 (0 ms)
27: [ RUN      ] openmp.scatterview
27: [       OK ] openmp.scatterview (1550 ms)
27: [ RUN      ] openmp.scatterview_devicetype
27: [       OK ] openmp.scatterview_devicetype (15 ms)
27: [ RUN      ] openmp.staticcrsgraph
27: [       OK ] openmp.staticcrsgraph (19 ms)
27: [ RUN      ] openmp.resize_realloc_no_init_dualview
27: [       OK ] openmp.resize_realloc_no_init_dualview (0 ms)
27: [ RUN      ] openmp.resize_realloc_no_alloc_dualview
27: [       OK ] openmp.resize_realloc_no_alloc_dualview (0 ms)
27: [ RUN      ] openmp.resize_exec_space_dualview
27: [       OK ] openmp.resize_exec_space_dualview (0 ms)
27: [ RUN      ] openmp.realloc_exec_space_dualview
27: [       OK ] openmp.realloc_exec_space_dualview (0 ms)
27: [ RUN      ] openmp.resize_realloc_no_init_dynrankview
27: [       OK ] openmp.resize_realloc_no_init_dynrankview (0 ms)
27: [ RUN      ] openmp.resize_exec_space_dynrankview
27: [       OK ] openmp.resize_exec_space_dynrankview (0 ms)
27: [ RUN      ] openmp.realloc_exec_space_dynrankview
27: [       OK ] openmp.realloc_exec_space_dynrankview (0 ms)
27: [ RUN      ] openmp.resize_realloc_no_init_scatterview
27: [       OK ] openmp.resize_realloc_no_init_scatterview (0 ms)
27: [ RUN      ] openmp.resize_realloc_no_alloc_scatterview
27: [       OK ] openmp.resize_realloc_no_alloc_scatterview (0 ms)
27: [ RUN      ] openmp.resize_exec_space_scatterview
27: [       OK ] openmp.resize_exec_space_scatterview (0 ms)
27: [ RUN      ] openmp.realloc_exec_space_scatterview
27: [       OK ] openmp.realloc_exec_space_scatterview (0 ms)
27: [ RUN      ] openmp.create_mirror_no_init_dynrankview
27: [       OK ] openmp.create_mirror_no_init_dynrankview (0 ms)
27: [ RUN      ] openmp.create_mirror_no_init_dynrankview_viewctor
27: [       OK ] openmp.create_mirror_no_init_dynrankview_viewctor (0 ms)
27: [ RUN      ] openmp.create_mirror_view_and_copy_dynrankview
27: [       OK ] openmp.create_mirror_view_and_copy_dynrankview (0 ms)
27: [ RUN      ] openmp.create_mirror_no_init_offsetview
27: [       OK ] openmp.create_mirror_no_init_offsetview (0 ms)
27: [ RUN      ] openmp.create_mirror_no_init_offsetview_view_ctor
27: [       OK ] openmp.create_mirror_no_init_offsetview_view_ctor (0 ms)
27: [ RUN      ] openmp.create_mirror_view_and_copy_offsetview
27: [       OK ] openmp.create_mirror_view_and_copy_offsetview (0 ms)
27: [ RUN      ] openmp.create_mirror_no_init_dynamicview
27: [       OK ] openmp.create_mirror_no_init_dynamicview (0 ms)
27: [ RUN      ] openmp.create_mirror_view_and_copy_dynamicview
27: [       OK ] openmp.create_mirror_view_and_copy_dynamicview (0 ms)
27: [ RUN      ] openmp.create_mirror_no_init_dynamicview_view_ctor
27: [       OK ] openmp.create_mirror_no_init_dynamicview_view_ctor (0 ms)
27: [ RUN      ] openmp.UnorderedMap_insert
27: [       OK ] openmp.UnorderedMap_insert (4759 ms)
27: [ RUN      ] openmp.UnorderedMap_failed_insert
27: [       OK ] openmp.UnorderedMap_failed_insert (4433 ms)
27: [ RUN      ] openmp.UnorderedMap_deep_copy
27: [       OK ] openmp.UnorderedMap_deep_copy (6 ms)
27: [ RUN      ] openmp.UnorderedMap_valid_empty
27: [       OK ] openmp.UnorderedMap_valid_empty (0 ms)
27: [ RUN      ] openmp.UnorderedMap_clear_zero_size
27: [       OK ] openmp.UnorderedMap_clear_zero_size (0 ms)
27: [ RUN      ] openmp.UnorderedMap_consistent_size
27: [       OK ] openmp.UnorderedMap_consistent_size (0 ms)
27: [ RUN      ] openmp.UnorderedMap_shallow_copyable_on_device
27: [       OK ] openmp.UnorderedMap_shallow_copyable_on_device (0 ms)
27: [ RUN      ] openmp.UnorderedMap_lambda_capturable
27: [       OK ] openmp.UnorderedMap_lambda_capturable (0 ms)
27: [ RUN      ] openmp.UnorderedMap_constructor_view_alloc
27: [       OK ] openmp.UnorderedMap_constructor_view_alloc (0 ms)
27: [ RUN      ] openmp.vector_combination
27: [       OK ] openmp.vector_combination (0 ms)
27: [ RUN      ] openmp.vector_insert
27: [       OK ] openmp.vector_insert (0 ms)
27: [ RUN      ] openmp.vector_push_back_default_exec
27: [       OK ] openmp.vector_push_back_default_exec (0 ms)
27: [ RUN      ] openmp.viewctorprop_embedded_dim
27: [       OK ] openmp.viewctorprop_embedded_dim (0 ms)
27: [----------] 66 tests from openmp (11281 ms total)
27: 
27: [----------] Global test environment tear-down
27: [==========] 67 tests from 2 test suites ran. (13223 ms total)
27: [  PASSED  ] 67 tests.
27/49 Test #27: Kokkos_ContainersUnitTest_OpenMP ...........................   Passed   13.27 sec
test 28
      Start 28: Kokkos_ContainersPerformanceTest_OpenMP

28: Test command: /var/jenkins/workspace/Kokkos_PR-7392/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_OpenMP
28: Test timeout computed to be: 1500
28: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
28:                                     Detected: 4 cores per node.
28:                                     Detected: 1 MPI_ranks per node.
28:                                     Requested: 8 threads per process.
28: [==========] Running 5 tests from 1 test suite.
28: [----------] Global test environment set-up.
28: [----------] 5 tests from TEST_CATEGORY
28: [ RUN      ] TEST_CATEGORY.dynrankview_perf
28: OpenMP
28:  DynRankView vs View: Initialization Only 
28:  View time (init only): 0.00635354
28:  View sum computation time: 0.00635354
28:  Strided View time (init only): 0.00591527
28:  View Rank7 time (init only): 0.00600141
28:  DynRankView time (init only): 0.00724032
28:  DynRankView sum computation time: 0.00672437
28:  Ratio of View to DynRankView time: 0.877522
28:  Ratio of View to DynRankView sum computation time: 0.980297
28:  Ratio of View to View Rank7  time: 1.05867
28:  Ratio of StrideView to DynRankView time: 0.81699
28:  Ratio of DynRankView to View Rank7  time: 1.20644
28: [       OK ] TEST_CATEGORY.dynrankview_perf (247 ms)
28: [ RUN      ] TEST_CATEGORY.global_2_local
28: OpenMP
28: size, create, generate, fill, find
28: 256, 0.000198413, 9.545e-05, 0.000123592, 0.00453591
28: 512, 0.00012259, 4.9072e-05, 0.000124825, 0.00420775
28: 1024, 0.000123933, 4.5065e-05, 0.000192943, 0.00452889
28: 2048, 0.000120898, 4.4533e-05, 0.000295645, 0.00454094
28: 4096, 0.000148489, 3.4336e-05, 0.000530047, 0.00546788
28: 8192, 0.000245893, 3.1619e-05, 0.000981246, 0.00676209
28: 16384, 0.000355409, 4.8712e-05, 0.00189089, 0.0115048
28: 32768, 0.000562458, 3.9895e-05, 0.00377234, 0.0232334
28: 65536, 0.00100492, 4.5555e-05, 0.0084456, 0.0634617
28: 131072, 0.00161827, 9.9778e-05, 0.0161588, 0.125263
28: 262144, 0.00300049, 0.000146887, 0.0335832, 0.191606
28: 524288, 0.00656715, 0.00025024, 0.0665815, 0.662019
28: 1048576, 0.0125749, 0.000423446, 0.129805, 2.47442
28: 2097152, 0.0229236, 0.000756582, 0.267141, 5.88582
28: 4194304, 0.0465593, 0.00148624, 0.563192, 12.6814
28: [       OK ] TEST_CATEGORY.global_2_local (23359 ms)
28: [ RUN      ] TEST_CATEGORY.unordered_map_performance_near
28: skipping test
28: [       OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms)
28: [ RUN      ] TEST_CATEGORY.unordered_map_performance_far
28: skipping test
28: [       OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms)
28: [ RUN      ] TEST_CATEGORY.scatter_view
28: ScatterView data-duplicated test:
28: num_threads 8
28: hand-coded test took 0.118523 seconds
28: test took 0.115897 seconds
28: num_threads 8
28: hand-coded test took 0.117424 seconds
28: test took 0.116489 seconds
28: num_threads 8
28: hand-coded test took 0.118093 seconds
28: test took 0.115521 seconds
28: num_threads 8
28: hand-coded test took 0.117721 seconds
28: test took 0.11643 seconds
28: num_threads 8
28: hand-coded test took 0.118954 seconds
28: test took 0.117029 seconds
28: [       OK ] TEST_CATEGORY.scatter_view (1568 ms)
28: [----------] 5 tests from TEST_CATEGORY (25175 ms total)
28: 
28: [----------] Global test environment tear-down
28: [==========] 5 tests from 1 test suite ran. (25175 ms total)
28: [  PASSED  ] 5 tests.
28/49 Test #28: Kokkos_ContainersPerformanceTest_OpenMP ....................   Passed   25.18 sec
test 29
      Start 29: Kokkos_UnitTest_Sort

29: Test command: /var/jenkins/workspace/Kokkos_PR-7392/build/algorithms/unit_tests/Kokkos_UnitTest_Sort
29: Test timeout computed to be: 1500
29: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
29:                                     Detected: 4 cores per node.
29:                                     Detected: 1 MPI_ranks per node.
29:                                     Requested: 8 threads per process.
29: [==========] Running 17 tests from 1 test suite.
29: [----------] Global test environment set-up.
29: [----------] 17 tests from openmp
29: [ RUN      ] openmp.SortUnsignedValueType
29: [       OK ] openmp.SortUnsignedValueType (479 ms)
29: [ RUN      ] openmp.SortEmptyView
29: [       OK ] openmp.SortEmptyView (0 ms)
29: [ RUN      ] openmp.SortByKeyEmptyView
29: [       OK ] openmp.SortByKeyEmptyView (0 ms)
29: [ RUN      ] openmp.SortByKeyEmptyViewHost
29: [       OK ] openmp.SortByKeyEmptyViewHost (0 ms)
29: [ RUN      ] openmp.SortByKey
29: [       OK ] openmp.SortByKey (0 ms)
29: [ RUN      ] openmp.SortByKeyWithComparator
29: [       OK ] openmp.SortByKeyWithComparator (0 ms)
29: [ RUN      ] openmp.SortByKeyStaticExtents
29: [       OK ] openmp.SortByKeyStaticExtents (0 ms)
29: [ RUN      ] openmp.SortByKeyWithStrides
29: [       OK ] openmp.SortByKeyWithStrides (0 ms)
29: [ RUN      ] openmp.SortByKeyKeysLargerThanValues
29: 
29: [WARNING] /var/jenkins/workspace/Kokkos_PR-7392/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 8 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
29: 
29: [WARNING] /var/jenkins/workspace/Kokkos_PR-7392/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 8 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
29: [       OK ] openmp.SortByKeyKeysLargerThanValues (321 ms)
29: [ RUN      ] openmp.SortWithCustomComparator
29: [       OK ] openmp.SortWithCustomComparator (720 ms)
29: [ RUN      ] openmp.BinSortGenericTests
29: [       OK ] openmp.BinSortGenericTests (511 ms)
29: [ RUN      ] openmp.BinSortEmptyView
29: [       OK ] openmp.BinSortEmptyView (0 ms)
29: [ RUN      ] openmp.BinSortEmptyKeysView
29: [       OK ] openmp.BinSortEmptyKeysView (0 ms)
29: [ RUN      ] openmp.BinSort_issue_7221
29: [       OK ] openmp.BinSort_issue_7221 (0 ms)
29: [ RUN      ] openmp.BinSortUnsignedKeyLayoutStrideValues
29: [       OK ] openmp.BinSortUnsignedKeyLayoutStrideValues (15263 ms)
29: [ RUN      ] openmp.NestedSort
29: [       OK ] openmp.NestedSort (5 ms)
29: [ RUN      ] openmp.NestedSortByKey
29: [       OK ] openmp.NestedSortByKey (50 ms)
29: [----------] 17 tests from openmp (17356 ms total)
29: 
29: [----------] Global test environment tear-down
29: [==========] 17 tests from 1 test suite ran. (17356 ms total)
29: [  PASSED  ] 17 tests.
29/49 Test #29: Kokkos_UnitTest_Sort .......................................   Passed   17.37 sec
test 30
      Start 30: Kokkos_UnitTest_Random

30: Test command: /var/jenkins/workspace/Kokkos_PR-7392/build/algorithms/unit_tests/Kokkos_UnitTest_Random
30: Test timeout computed to be: 1500
30: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
30:                                     Detected: 4 cores per node.
30:                                     Detected: 1 MPI_ranks per node.
30:                                     Requested: 8 threads per process.
30: [==========] Running 3 tests from 1 test suite.
30: [----------] Global test environment set-up.
30: [----------] 3 tests from openmp
30: [ RUN      ] openmp.Random_XorShift64
30: Test Seed:1727721480438544477
30: Test Scalar=int
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 -0.0123778 -0.00118629 || 0.051031 2027 2400 || 2249.91 2222.06 || -16.3992 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 0.0014644 3.79458e-06 || 0.051031 1e+64 -1e+64
30: Test Scalar=unsigned int
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 -0.00548466 0.00196308 || 0.051031 1990 2406 || 2234.32 2222.06 || 27.1376 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 0.0131093 -0.000134151 || 0.051031 1e+64 -1e+64
30: Test Scalar=int64_t
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 0.0301974 0.00199891 || 0.051031 2040 2397 || 2156.93 2222.06 || 27.633 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 -3.19891e-05 -0.000593453 || 0.051031 1e+64 -1e+64
30: Test Scalar=uint64_t
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 0.014275 0.000457369 || 0.051031 2025 2405 || 2190.79 2222.06 || 6.32267 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 0.0139444 0.000351867 || 0.051031 1e+64 -1e+64
30: Test Scalar=half
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 0.00101877 -0.00267906 || 0.051031 2050 2391 || 2219.8 2222.06 || -37.0353 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 -0.00336967 -0.000319515 || 0.051031 1e+64 -1e+64
30: Test Scalar=bhalf
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 0.000479185 0.000822018 || 0.051031 2053 2412 || 2221 2222.06 || 11.3636 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 -0.0112938 -0.000233239 || 0.051031 1e+64 -1e+64
30: Test Scalar=float
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 3.25521e-08 0.00158789 0.000132026 || 0.051031 2008 2434 || 2218.54 2222.06 || 1.82513 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 9.76563e-08 0.000762547 4.64514e-05 || 0.051031 1e+64 -1e+64
30: Test Scalar=double
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 -0.0121209 -0.00194905 || 0.051031 2036 2424 || 2249.33 2222.06 || -26.9437 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 -0.00634814 -4.15765e-05 || 0.051031 1e+64 -1e+64
30: Test Seed:1727721483182218407
30: Test Scalar=int
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 0.0014935 0.000474641 || 0.051031 2056 2406 || 2218.75 2222.06 || 6.56144 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 -0.0112566 -8.03458e-05 || 0.051031 1e+64 -1e+64
30: Test Scalar=unsigned int
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 0.000360978 0.00179376 || 0.051031 2048 2401 || 2221.26 2222.06 || 24.797 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 -0.00067572 0.000589593 || 0.051031 1e+64 -1e+64
30: Test Scalar=int64_t
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 0.0011415 0.00201568 || 0.051031 2019 2423 || 2219.53 2222.06 || 27.8648 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 0.0040479 -0.00051533 || 0.051031 1e+64 -1e+64
30: Test Scalar=uint64_t
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 -0.0129585 -0.00147993 || 0.051031 2033 2404 || 2251.23 2222.06 || -20.4586 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 -0.00302265 0.000565198 || 0.051031 1e+64 -1e+64
30: Test Scalar=half
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 3.25521e-08 -0.020749 0.00368079 || 0.051031 2039 2457 || 2269.14 2222.06 || 50.8833 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 9.76563e-08 -0.0126687 0.00025747 || 0.051031 1e+64 -1e+64
30: Test Scalar=bhalf
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 3.25521e-08 -0.00806045 -7.14707e-05 || 0.051031 2063 2406 || 2240.12 2222.06 || -0.988012 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 9.76563e-08 -0.000223798 0.00013343 || 0.051031 1e+64 -1e+64
30: Test Scalar=float
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 -0.00448241 -0.000651341 || 0.051031 2056 2450 || 2232.07 2222.06 || -9.00414 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 -0.0127377 -0.000135955 || 0.051031 1e+64 -1e+64
30: Test Scalar=double
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 -0.00295621 0.000625741 || 0.051031 2040 2414 || 2228.65 2222.06 || 8.65025 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 -0.00535588 -6.02793e-05 || 0.051031 1e+64 -1e+64
30: [       OK ] openmp.Random_XorShift64 (5561 ms)
30: [ RUN      ] openmp.Random_XorShift1024_0
30: Test Seed:1727721485999838710
30: Test Scalar=int
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26597e-05 0.00849835 -0.000930208 || 0.051031 1993 2378 || 2179.7 2198.22 || -12.8592 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 0.00488436 0.000522631 || 0.051031 1e+64 -1e+64
30: Test Scalar=unsigned int
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26597e-05 0.0134782 0.00138393 || 0.051031 2031 2381 || 2168.99 2198.22 || 19.1314 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 -0.00232432 0.000146661 || 0.051031 1e+64 -1e+64
30: Test Scalar=int64_t
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26597e-05 -0.00116962 -0.00163825 || 0.051031 2004 2399 || 2200.8 2198.22 || -22.6471 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 0.00213946 -0.000406953 || 0.051031 1e+64 -1e+64
30: Test Scalar=uint64_t
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26597e-05 -0.021211 0.000577494 || 0.051031 2002 2381 || 2245.86 2198.22 || 7.98327 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 -0.0114731 -0.000126899 || 0.051031 1e+64 -1e+64
30: Test Scalar=half
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26926e-05 -0.00536695 0.000697984 || 0.051031 2021 2397 || 2210.08 2198.22 || 9.64893 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.27585e-05 -0.00672869 -0.00019621 || 0.051031 1e+64 -1e+64
30: Test Scalar=bhalf
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26597e-05 0.00120691 2.26912e-05 || 0.051031 2038 2395 || 2195.57 2198.22 || 0.313683 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 0.0059212 -0.00051569 || 0.051031 1e+64 -1e+64
30: Test Scalar=float
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26597e-05 -0.0129661 -0.000773977 || 0.051031 2025 2417 || 2227.1 2198.22 || -10.6995 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 0.0146226 -0.000149178 || 0.051031 1e+64 -1e+64
30: Test Scalar=double
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26597e-05 -0.0125 0.00110848 || 0.051031 2020 2393 || 2226.05 2198.22 || 15.3236 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 0.00690693 -0.00011624 || 0.051031 1e+64 -1e+64
30: Test Seed:1727721488870945407
30: Test Scalar=int
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26597e-05 -0.0222932 0.000446338 || 0.051031 2031 2371 || 2248.35 2198.22 || 6.17017 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 -0.000785292 -0.000277692 || 0.051031 1e+64 -1e+64
30: Test Scalar=unsigned int
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26597e-05 0.0149628 -0.000212758 || 0.051031 2006 2376 || 2165.82 2198.22 || -2.94117 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 -0.00262472 0.000672432 || 0.051031 1e+64 -1e+64
30: Test Scalar=int64_t
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26597e-05 0.0134523 -0.00153422 || 0.051031 2023 2376 || 2169.04 2198.22 || -21.209 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 -0.00250882 -0.000641201 || 0.051031 1e+64 -1e+64
30: Test Scalar=uint64_t
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26597e-05 0.00209412 0.00144534 || 0.051031 2022 2389 || 2193.63 2198.22 || 19.9803 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 -0.0106478 0.000458852 || 0.051031 1e+64 -1e+64
30: Test Scalar=half
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26926e-05 0.00918105 0.000303086 || 0.051031 2014 2387 || 2178.22 2198.22 || 4.18987 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.27585e-05 0.0145396 0.000179942 || 0.051031 1e+64 -1e+64
30: Test Scalar=bhalf
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26597e-05 -0.00207578 -0.00442585 || 0.051031 2022 2378 || 2202.8 2198.22 || -61.1829 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 -0.0220582 -0.00078897 || 0.051031 1e+64 -1e+64
30: Test Scalar=float
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.27255e-05 0.00960345 -8.68345e-05 || 0.051031 2030 2398 || 2177.31 2198.22 || -1.2004 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.28572e-05 0.00620666 0.000730305 || 0.051031 1e+64 -1e+64
30: Test Scalar=double
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26597e-05 0.00717771 0.000731815 || 0.051031 2022 2371 || 2182.56 2198.22 || 10.1166 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 -0.00741112 -0.000413145 || 0.051031 1e+64 -1e+64
30: [       OK ] openmp.Random_XorShift1024_0 (5763 ms)
30: [ RUN      ] openmp.Multi_streams
30: [       OK ] openmp.Multi_streams (0 ms)
30: [----------] 3 tests from openmp (11325 ms total)
30: 
30: [----------] Global test environment tear-down
30: [==========] 3 tests from 1 test suite ran. (11325 ms total)
30: [  PASSED  ] 3 tests.
30/49 Test #30: Kokkos_UnitTest_Random .....................................   Passed   11.33 sec
test 31
      Start 31: Kokkos_AlgorithmsUnitTest_StdSet_A

31: Test command: /var/jenkins/workspace/Kokkos_PR-7392/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A
31: Test timeout computed to be: 1500
31: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
31:                                     Detected: 4 cores per node.
31:                                     Detected: 1 MPI_ranks per node.
31:                                     Requested: 8 threads per process.
31: [==========] Running 16 tests from 3 test suites.
31: [----------] Global test environment set-up.
31: [----------] 3 tests from std_algorithms_reducers
31: [ RUN      ] std_algorithms_reducers.max_first_loc
31: [       OK ] std_algorithms_reducers.max_first_loc (0 ms)
31: [ RUN      ] std_algorithms_reducers.min_first_loc
31: [       OK ] std_algorithms_reducers.min_first_loc (0 ms)
31: [ RUN      ] std_algorithms_reducers.min_max_first_last_loc
31: [       OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms)
31: [----------] 3 tests from std_algorithms_reducers (0 ms total)
31: 
31: [----------] 2 tests from std_algorithms
31: [ RUN      ] std_algorithms.is_admissible_to_std_algorithms
31: [       OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms)
31: [ RUN      ] std_algorithms.expect_no_overlap
31: [       OK ] std_algorithms.expect_no_overlap (0 ms)
31: [----------] 2 tests from std_algorithms (0 ms total)
31: 
31: [----------] 11 tests from random_access_iterator_test
31: [ RUN      ] random_access_iterator_test.constructor
31: [       OK ] random_access_iterator_test.constructor (0 ms)
31: [ RUN      ] random_access_iterator_test.constructiblity
31: [       OK ] random_access_iterator_test.constructiblity (0 ms)
31: [ RUN      ] random_access_iterator_test.dereference
31: [       OK ] random_access_iterator_test.dereference (0 ms)
31: [ RUN      ] random_access_iterator_test.subscript_operator
31: [       OK ] random_access_iterator_test.subscript_operator (0 ms)
31: [ RUN      ] random_access_iterator_test.operatorsSet1
31: [       OK ] random_access_iterator_test.operatorsSet1 (0 ms)
31: [ RUN      ] random_access_iterator_test.operatorsSet2
31: [       OK ] random_access_iterator_test.operatorsSet2 (0 ms)
31: [ RUN      ] random_access_iterator_test.operatorsSet3
31: [       OK ] random_access_iterator_test.operatorsSet3 (0 ms)
31: [ RUN      ] random_access_iterator_test.operatorsSet4
31: [       OK ] random_access_iterator_test.operatorsSet4 (0 ms)
31: [ RUN      ] random_access_iterator_test.assignment_operator
31: [       OK ] random_access_iterator_test.assignment_operator (0 ms)
31: [ RUN      ] random_access_iterator_test.distance
31: [       OK ] random_access_iterator_test.distance (0 ms)
31: [ RUN      ] random_access_iterator_test.traits_helpers
31: [       OK ] random_access_iterator_test.traits_helpers (0 ms)
31: [----------] 11 tests from random_access_iterator_test (3 ms total)
31: 
31: [----------] Global test environment tear-down
31: [==========] 16 tests from 3 test suites ran. (3 ms total)
31: [  PASSED  ] 16 tests.
31/49 Test #31: Kokkos_AlgorithmsUnitTest_StdSet_A .........................   Passed    0.01 sec
test 32
      Start 32: Kokkos_AlgorithmsUnitTest_StdSet_B

32: Test command: /var/jenkins/workspace/Kokkos_PR-7392/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B
32: Test timeout computed to be: 1500
32: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
32:                                     Detected: 4 cores per node.
32:                                     Detected: 1 MPI_ranks per node.
32:                                     Requested: 8 threads per process.
32: [==========] Running 7 tests from 1 test suite.
32: [----------] Global test environment set-up.
32: [----------] 7 tests from std_algorithms_min_max_element_test
32: [ RUN      ] std_algorithms_min_max_element_test.min_element_empty_range
32: [       OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms)
32: [ RUN      ] std_algorithms_min_max_element_test.max_element_empty_range
32: [       OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms)
32: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data
32: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (6 ms)
32: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data
32: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (6 ms)
32: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp
32: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (6 ms)
32: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp
32: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (6 ms)
32: [ RUN      ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp
32: [       OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (9 ms)
32: [----------] 7 tests from std_algorithms_min_max_element_test (36 ms total)
32: 
32: [----------] Global test environment tear-down
32: [==========] 7 tests from 1 test suite ran. (36 ms total)
32: [  PASSED  ] 7 tests.
32/49 Test #32: Kokkos_AlgorithmsUnitTest_StdSet_B .........................   Passed    0.04 sec
test 33
      Start 33: Kokkos_AlgorithmsUnitTest_StdSet_C

33: Test command: /var/jenkins/workspace/Kokkos_PR-7392/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C
33: Test timeout computed to be: 1500
33: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
33:                                     Detected: 4 cores per node.
33:                                     Detected: 1 MPI_ranks per node.
33:                                     Requested: 8 threads per process.
33: [==========] Running 13 tests from 10 test suites.
33: [----------] Global test environment set-up.
33: [----------] 1 test from std_algorithms_lexicographical_compare_test
33: [ RUN      ] std_algorithms_lexicographical_compare_test.test
33: [       OK ] std_algorithms_lexicographical_compare_test.test (200 ms)
33: [----------] 1 test from std_algorithms_lexicographical_compare_test (200 ms total)
33: 
33: [----------] 1 test from std_algorithms_for_each_test
33: [ RUN      ] std_algorithms_for_each_test.test
33: [       OK ] std_algorithms_for_each_test.test (112 ms)
33: [----------] 1 test from std_algorithms_for_each_test (112 ms total)
33: 
33: [----------] 1 test from std_algorithms_find_test
33: [ RUN      ] std_algorithms_find_test.test
33: [       OK ] std_algorithms_find_test.test (72 ms)
33: [----------] 1 test from std_algorithms_find_test (72 ms total)
33: 
33: [----------] 4 tests from std_algorithms_non_mod_seq_ops
33: [ RUN      ] std_algorithms_non_mod_seq_ops.find_first_of
33: [       OK ] std_algorithms_non_mod_seq_ops.find_first_of (1072 ms)
33: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
33: [       OK ] std_algorithms_non_mod_seq_ops.find_end (1118 ms)
33: [ RUN      ] std_algorithms_non_mod_seq_ops.search
33: [       OK ] std_algorithms_non_mod_seq_ops.search (700 ms)
33: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
33: [       OK ] std_algorithms_non_mod_seq_ops.search_n (530 ms)
33: [----------] 4 tests from std_algorithms_non_mod_seq_ops (3422 ms total)
33: 
33: [----------] 1 test from std_algorithms_count_test
33: [ RUN      ] std_algorithms_count_test.test
33: [       OK ] std_algorithms_count_test.test (92 ms)
33: [----------] 1 test from std_algorithms_count_test (92 ms total)
33: 
33: [----------] 1 test from std_algorithms_equal_test
33: [ RUN      ] std_algorithms_equal_test.test
33: [       OK ] std_algorithms_equal_test.test (26 ms)
33: [----------] 1 test from std_algorithms_equal_test (26 ms total)
33: 
33: [----------] 1 test from std_algorithms_all_any_none_of_test
33: [ RUN      ] std_algorithms_all_any_none_of_test.test
33: [       OK ] std_algorithms_all_any_none_of_test.test (80 ms)
33: [----------] 1 test from std_algorithms_all_any_none_of_test (80 ms total)
33: 
33: [----------] 1 test from std_algorithms_nonmod_seq_ops
33: [ RUN      ] std_algorithms_nonmod_seq_ops.adjacent_find
33: [       OK ] std_algorithms_nonmod_seq_ops.adjacent_find (84 ms)
33: [----------] 1 test from std_algorithms_nonmod_seq_ops (84 ms total)
33: 
33: [----------] 1 test from std_algorithms_mismatch_test
33: [ RUN      ] std_algorithms_mismatch_test.test
33: [       OK ] std_algorithms_mismatch_test.test (194 ms)
33: [----------] 1 test from std_algorithms_mismatch_test (194 ms total)
33: 
33: [----------] 1 test from std_algorithms_mod_seq_ops
33: [ RUN      ] std_algorithms_mod_seq_ops.move_backward
33: [       OK ] std_algorithms_mod_seq_ops.move_backward (55 ms)
33: [----------] 1 test from std_algorithms_mod_seq_ops (55 ms total)
33: 
33: [----------] Global test environment tear-down
33: [==========] 13 tests from 10 test suites ran. (4342 ms total)
33: [  PASSED  ] 13 tests.
33/49 Test #33: Kokkos_AlgorithmsUnitTest_StdSet_C .........................   Passed    4.35 sec
test 34
      Start 34: Kokkos_AlgorithmsUnitTest_StdSet_D

34: Test command: /var/jenkins/workspace/Kokkos_PR-7392/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D
34: Test timeout computed to be: 1500
34: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
34:                                     Detected: 4 cores per node.
34:                                     Detected: 1 MPI_ranks per node.
34:                                     Requested: 8 threads per process.
34: [==========] Running 31 tests from 5 test suites.
34: [----------] Global test environment set-up.
34: [----------] 3 tests from std_algorithms_mod_ops_test
34: [ RUN      ] std_algorithms_mod_ops_test.move
34: [       OK ] std_algorithms_mod_ops_test.move (0 ms)
34: [ RUN      ] std_algorithms_mod_ops_test.move_within_parfor
34: [       OK ] std_algorithms_mod_ops_test.move_within_parfor (0 ms)
34: [ RUN      ] std_algorithms_mod_ops_test.iter_swap_static_view
34: [       OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms)
34: [----------] 3 tests from std_algorithms_mod_ops_test (0 ms total)
34: 
34: [----------] 12 tests from std_algorithms_mod_seq_ops_test
34: [ RUN      ] std_algorithms_mod_seq_ops_test.copy
34: [       OK ] std_algorithms_mod_seq_ops_test.copy (0 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_view
34: [       OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_n
34: [       OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_backward
34: [       OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops_test.reverse_copy
34: [       OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops_test.fill
34: [       OK ] std_algorithms_mod_seq_ops_test.fill (0 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops_test.fill_n
34: [       OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op
34: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op
34: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops_test.generate
34: [       OK ] std_algorithms_mod_seq_ops_test.generate (0 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops_test.generate_n
34: [       OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops_test.swap_ranges
34: [       OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms)
34: [----------] 12 tests from std_algorithms_mod_seq_ops_test (4 ms total)
34: 
34: [----------] 4 tests from std_algorithms_replace_ops_test
34: [ RUN      ] std_algorithms_replace_ops_test.replace
34: [       OK ] std_algorithms_replace_ops_test.replace (33 ms)
34: [ RUN      ] std_algorithms_replace_ops_test.replace_if
34: [       OK ] std_algorithms_replace_ops_test.replace_if (132 ms)
34: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
34: [       OK ] std_algorithms_replace_ops_test.replace_copy (53 ms)
34: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
34: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (54 ms)
34: [----------] 4 tests from std_algorithms_replace_ops_test (273 ms total)
34: 
34: [----------] 11 tests from std_algorithms_mod_seq_ops
34: [ RUN      ] std_algorithms_mod_seq_ops.copy_if
34: [       OK ] std_algorithms_mod_seq_ops.copy_if (46 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops.unique
34: [       OK ] std_algorithms_mod_seq_ops.unique (272 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
34: [       OK ] std_algorithms_mod_seq_ops.unique_copy (92 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops.remove
34: [       OK ] std_algorithms_mod_seq_ops.remove (69 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
34: [       OK ] std_algorithms_mod_seq_ops.remove_if (74 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
34: [       OK ] std_algorithms_mod_seq_ops.remove_copy (128 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
34: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (68 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops.rotate
34: [       OK ] std_algorithms_mod_seq_ops.rotate (741 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
34: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (277 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
34: [       OK ] std_algorithms_mod_seq_ops.shift_left (584 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
34: [       OK ] std_algorithms_mod_seq_ops.shift_right (558 ms)
34: [----------] 11 tests from std_algorithms_mod_seq_ops (2916 ms total)
34: 
34: [----------] 1 test from std_algorithms_modseq_test
34: [ RUN      ] std_algorithms_modseq_test.reverse
34: [       OK ] std_algorithms_modseq_test.reverse (41 ms)
34: [----------] 1 test from std_algorithms_modseq_test (41 ms total)
34: 
34: [----------] Global test environment tear-down
34: [==========] 31 tests from 5 test suites ran. (3236 ms total)
34: [  PASSED  ] 31 tests.
34/49 Test #34: Kokkos_AlgorithmsUnitTest_StdSet_D .........................   Passed    3.24 sec
test 35
      Start 35: Kokkos_AlgorithmsUnitTest_StdSet_E

35: Test command: /var/jenkins/workspace/Kokkos_PR-7392/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E
35: Test timeout computed to be: 1500
35: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
35:                                     Detected: 4 cores per node.
35:                                     Detected: 1 MPI_ranks per node.
35:                                     Requested: 8 threads per process.
35: [==========] Running 29 tests from 7 test suites.
35: [----------] Global test environment set-up.
35: [----------] 2 tests from std_algorithms_sorting_ops_test
35: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted
35: [       OK ] std_algorithms_sorting_ops_test.is_sorted (16 ms)
35: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
35: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (13 ms)
35: [----------] 2 tests from std_algorithms_sorting_ops_test (30 ms total)
35: 
35: [----------] 4 tests from std_algorithms_partitioning_test
35: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_trivial
35: [       OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms)
35: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators
35: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (1 ms)
35: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_view
35: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (1 ms)
35: [ RUN      ] std_algorithms_partitioning_test.partition_point
35: [       OK ] std_algorithms_partitioning_test.partition_point (1 ms)
35: [----------] 4 tests from std_algorithms_partitioning_test (4 ms total)
35: 
35: [----------] 1 test from std_algorithms_partitioning_ops
35: [ RUN      ] std_algorithms_partitioning_ops.partition_copy
35: [       OK ] std_algorithms_partitioning_ops.partition_copy (16 ms)
35: [----------] 1 test from std_algorithms_partitioning_ops (17 ms total)
35: 
35: [----------] 12 tests from std_algorithms_numerics_test
35: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type
35: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (1 ms)
35: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type
35: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms)
35: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type
35: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (1 ms)
35: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type
35: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (1 ms)
35: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type
35: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms)
35: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type
35: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms)
35: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type
35: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms)
35: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type
35: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (0 ms)
35: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type
35: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms)
35: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type
35: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms)
35: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type
35: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (0 ms)
35: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type
35: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (0 ms)
35: [----------] 12 tests from std_algorithms_numerics_test (12 ms total)
35: 
35: [----------] 1 test from std_algorithms_numerics_ops_test
35: [ RUN      ] std_algorithms_numerics_ops_test.adjecent_difference
35: [       OK ] std_algorithms_numerics_ops_test.adjecent_difference (74 ms)
35: [----------] 1 test from std_algorithms_numerics_ops_test (74 ms total)
35: 
35: [----------] 8 tests from std_algorithms_numeric_ops_test
35: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan
35: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan (959 ms)
35: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan_functor
35: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms)
35: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan
35: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan (711 ms)
35: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan_functor
35: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms)
35: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan
35: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (274 ms)
35: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor
35: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms)
35: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan
35: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (358 ms)
35: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor
35: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms)
35: [----------] 8 tests from std_algorithms_numeric_ops_test (2304 ms total)
35: 
35: [----------] 1 test from std_algorithms_transform_ops_test
35: [ RUN      ] std_algorithms_transform_ops_test.transform_unary_op
35: [       OK ] std_algorithms_transform_ops_test.transform_unary_op (32 ms)
35: [----------] 1 test from std_algorithms_transform_ops_test (32 ms total)
35: 
35: [----------] Global test environment tear-down
35: [==========] 29 tests from 7 test suites ran. (2476 ms total)
35: [  PASSED  ] 29 tests.
35/49 Test #35: Kokkos_AlgorithmsUnitTest_StdSet_E .........................   Passed    2.48 sec
test 36
      Start 36: Kokkos_AlgorithmsUnitTest_StdSet_Team_A

36: Test command: /var/jenkins/workspace/Kokkos_PR-7392/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A
36: Test timeout computed to be: 1500
36: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
36:                                     Detected: 4 cores per node.
36:                                     Detected: 1 MPI_ranks per node.
36:                                     Requested: 8 threads per process.
36: [==========] Running 12 tests from 7 test suites.
36: [----------] Global test environment set-up.
36: [----------] 2 tests from std_algorithms_adjacent_find_team_test
36: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist
36: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (645 ms)
36: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist
36: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (635 ms)
36: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1281 ms total)
36: 
36: [----------] 2 tests from std_algorithms_count_team_test
36: [ RUN      ] std_algorithms_count_team_test.count_returns_nonzero
36: [       OK ] std_algorithms_count_team_test.count_returns_nonzero (592 ms)
36: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
36: [       OK ] std_algorithms_count_team_test.count_returns_zero (265 ms)
36: [----------] 2 tests from std_algorithms_count_team_test (857 ms total)
36: 
36: [----------] 1 test from std_algorithms_count_if_team_test
36: [ RUN      ] std_algorithms_count_if_team_test.test
36: [       OK ] std_algorithms_count_if_team_test.test (316 ms)
36: [----------] 1 test from std_algorithms_count_if_team_test (316 ms total)
36: 
36: [----------] 1 test from std_algorithms_for_each_team_test
36: [ RUN      ] std_algorithms_for_each_team_test.test
36: [       OK ] std_algorithms_for_each_team_test.test (435 ms)
36: [----------] 1 test from std_algorithms_for_each_team_test (435 ms total)
36: 
36: [----------] 1 test from std_algorithms_for_each_n_team_test
36: [ RUN      ] std_algorithms_for_each_n_team_test.test
36: [       OK ] std_algorithms_for_each_n_team_test.test (448 ms)
36: [----------] 1 test from std_algorithms_for_each_n_team_test (448 ms total)
36: 
36: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test
36: [ RUN      ] std_algorithms_lexicographical_compare_team_test.views_are_equal
36: [       OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (2992 ms)
36: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_less
36: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (1815 ms)
36: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater
36: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (1813 ms)
36: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (6621 ms total)
36: 
36: [----------] 2 tests from std_algorithms_mismatch_team_test
36: [ RUN      ] std_algorithms_mismatch_team_test.views_are_equal
36: [       OK ] std_algorithms_mismatch_team_test.views_are_equal (2078 ms)
36: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
36: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (986 ms)
36: [----------] 2 tests from std_algorithms_mismatch_team_test (3065 ms total)
36: 
36: [----------] Global test environment tear-down
36: [==========] 12 tests from 7 test suites ran. (13028 ms total)
36: [  PASSED  ] 12 tests.
36/49 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ....................   Passed   13.03 sec
test 37
      Start 37: Kokkos_AlgorithmsUnitTest_StdSet_Team_B

37: Test command: /var/jenkins/workspace/Kokkos_PR-7392/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B
37: Test timeout computed to be: 1500
37: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
37:                                     Detected: 4 cores per node.
37:                                     Detected: 1 MPI_ranks per node.
37:                                     Requested: 8 threads per process.
37: [==========] Running 8 tests from 4 test suites.
37: [----------] Global test environment set-up.
37: [----------] 2 tests from std_algorithms_equal_team_test
37: [ RUN      ] std_algorithms_equal_team_test.views_are_equal
37: [       OK ] std_algorithms_equal_team_test.views_are_equal (1544 ms)
37: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
37: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (1481 ms)
37: [----------] 2 tests from std_algorithms_equal_team_test (3026 ms total)
37: 
37: [----------] 2 tests from std_algorithms_search_team_test
37: [ RUN      ] std_algorithms_search_team_test.sequences_exist
37: [       OK ] std_algorithms_search_team_test.sequences_exist (809 ms)
37: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
37: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (982 ms)
37: [----------] 2 tests from std_algorithms_search_team_test (1792 ms total)
37: 
37: [----------] 2 tests from std_algorithms_find_end_team_test
37: [ RUN      ] std_algorithms_find_end_team_test.sequences_exist
37: [       OK ] std_algorithms_find_end_team_test.sequences_exist (1858 ms)
37: [ RUN      ] std_algorithms_find_end_team_test.sequences_do_not_exist
37: [       OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (1737 ms)
37: [----------] 2 tests from std_algorithms_find_end_team_test (3596 ms total)
37: 
37: [----------] 2 tests from std_algorithms_find_first_of_team_test
37: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_exist
37: [       OK ] std_algorithms_find_first_of_team_test.sequences_exist (1499 ms)
37: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_do_not_exist
37: [       OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (5490 ms)
37: [----------] 2 tests from std_algorithms_find_first_of_team_test (6990 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 8 tests from 4 test suites ran. (15405 ms total)
37: [  PASSED  ] 8 tests.
37/49 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ....................   Passed   15.41 sec
test 38
      Start 38: Kokkos_AlgorithmsUnitTest_StdSet_Team_C

38: Test command: /var/jenkins/workspace/Kokkos_PR-7392/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C
38: Test timeout computed to be: 1500
38: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
38:                                     Detected: 4 cores per node.
38:                                     Detected: 1 MPI_ranks per node.
38:                                     Requested: 8 threads per process.
38: [==========] Running 11 tests from 7 test suites.
38: [----------] Global test environment set-up.
38: [----------] 2 tests from std_algorithms_find_team_test
38: [ RUN      ] std_algorithms_find_team_test.searched_values_exist
38: [       OK ] std_algorithms_find_team_test.searched_values_exist (336 ms)
38: [ RUN      ] std_algorithms_find_team_test.searched_values_do_not_exist
38: [       OK ] std_algorithms_find_team_test.searched_values_do_not_exist (441 ms)
38: [----------] 2 tests from std_algorithms_find_team_test (778 ms total)
38: 
38: [----------] 2 tests from std_algorithms_find_if_team_test
38: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_true
38: [       OK ] std_algorithms_find_if_team_test.predicates_return_true (289 ms)
38: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
38: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (444 ms)
38: [----------] 2 tests from std_algorithms_find_if_team_test (734 ms total)
38: 
38: [----------] 2 tests from std_algorithms_find_if_not_team_test
38: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_true
38: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_true (448 ms)
38: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_false
38: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_false (273 ms)
38: [----------] 2 tests from std_algorithms_find_if_not_team_test (722 ms total)
38: 
38: [----------] 1 test from std_algorithms_all_of_team_test
38: [ RUN      ] std_algorithms_all_of_team_test.test
38: [       OK ] std_algorithms_all_of_team_test.test (441 ms)
38: [----------] 1 test from std_algorithms_all_of_team_test (441 ms total)
38: 
38: [----------] 1 test from std_algorithms_any_of_team_test
38: [ RUN      ] std_algorithms_any_of_team_test.test
38: [       OK ] std_algorithms_any_of_team_test.test (278 ms)
38: [----------] 1 test from std_algorithms_any_of_team_test (278 ms total)
38: 
38: [----------] 1 test from std_algorithms_none_of_team_test
38: [ RUN      ] std_algorithms_none_of_team_test.test
38: [       OK ] std_algorithms_none_of_team_test.test (442 ms)
38: [----------] 1 test from std_algorithms_none_of_team_test (442 ms total)
38: 
38: [----------] 2 tests from std_algorithms_search_n_team_test
38: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist
38: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (364 ms)
38: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist
38: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (353 ms)
38: [----------] 2 tests from std_algorithms_search_n_team_test (718 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 11 tests from 7 test suites ran. (4115 ms total)
38: [  PASSED  ] 11 tests.
38/49 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ....................   Passed    4.12 sec
test 39
      Start 39: Kokkos_AlgorithmsUnitTest_StdSet_Team_D

39: Test command: /var/jenkins/workspace/Kokkos_PR-7392/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D
39: Test timeout computed to be: 1500
39: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
39:                                     Detected: 4 cores per node.
39:                                     Detected: 1 MPI_ranks per node.
39:                                     Requested: 8 threads per process.
39: [==========] Running 3 tests from 3 test suites.
39: [----------] Global test environment set-up.
39: [----------] 1 test from std_algorithms_min_element_team_test
39: [ RUN      ] std_algorithms_min_element_team_test.test
39: [       OK ] std_algorithms_min_element_team_test.test (1256 ms)
39: [----------] 1 test from std_algorithms_min_element_team_test (1256 ms total)
39: 
39: [----------] 1 test from std_algorithms_max_element_team_test
39: [ RUN      ] std_algorithms_max_element_team_test.test
39: [       OK ] std_algorithms_max_element_team_test.test (1231 ms)
39: [----------] 1 test from std_algorithms_max_element_team_test (1231 ms total)
39: 
39: [----------] 1 test from std_algorithms_minmax_element_team_test
39: [ RUN      ] std_algorithms_minmax_element_team_test.test
39: [       OK ] std_algorithms_minmax_element_team_test.test (1805 ms)
39: [----------] 1 test from std_algorithms_minmax_element_team_test (1805 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 3 tests from 3 test suites ran. (4294 ms total)
39: [  PASSED  ] 3 tests.
39/49 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ....................   Passed    4.30 sec
test 40
      Start 40: Kokkos_AlgorithmsUnitTest_StdSet_Team_E

40: Test command: /var/jenkins/workspace/Kokkos_PR-7392/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E
40: Test timeout computed to be: 1500
40: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
40:                                     Detected: 4 cores per node.
40:                                     Detected: 1 MPI_ranks per node.
40:                                     Requested: 8 threads per process.
40: [==========] Running 6 tests from 6 test suites.
40: [----------] Global test environment set-up.
40: [----------] 1 test from std_algorithms_fill_team_test
40: [ RUN      ] std_algorithms_fill_team_test.test
40: [       OK ] std_algorithms_fill_team_test.test (342 ms)
40: [----------] 1 test from std_algorithms_fill_team_test (343 ms total)
40: 
40: [----------] 1 test from std_algorithms_fill_n_team_test
40: [ RUN      ] std_algorithms_fill_n_team_test.test
40: [       OK ] std_algorithms_fill_n_team_test.test (231 ms)
40: [----------] 1 test from std_algorithms_fill_n_team_test (231 ms total)
40: 
40: [----------] 1 test from std_algorithms_replace_team_test
40: [ RUN      ] std_algorithms_replace_team_test.test
40: [       OK ] std_algorithms_replace_team_test.test (496 ms)
40: [----------] 1 test from std_algorithms_replace_team_test (496 ms total)
40: 
40: [----------] 1 test from std_algorithms_replace_if_team_test
40: [ RUN      ] std_algorithms_replace_if_team_test.test
40: [       OK ] std_algorithms_replace_if_team_test.test (545 ms)
40: [----------] 1 test from std_algorithms_replace_if_team_test (545 ms total)
40: 
40: [----------] 1 test from std_algorithms_replace_copy_team_test
40: [ RUN      ] std_algorithms_replace_copy_team_test.test
40: [       OK ] std_algorithms_replace_copy_team_test.test (891 ms)
40: [----------] 1 test from std_algorithms_replace_copy_team_test (891 ms total)
40: 
40: [----------] 1 test from std_algorithms_replace_copy_if_team_test
40: [ RUN      ] std_algorithms_replace_copy_if_team_test.test
40: [       OK ] std_algorithms_replace_copy_if_team_test.test (744 ms)
40: [----------] 1 test from std_algorithms_replace_copy_if_team_test (744 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 6 tests from 6 test suites ran. (3254 ms total)
40: [  PASSED  ] 6 tests.
40/49 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ....................   Passed    3.26 sec
test 41
      Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_F

41: Test command: /var/jenkins/workspace/Kokkos_PR-7392/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F
41: Test timeout computed to be: 1500
41: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
41:                                     Detected: 4 cores per node.
41:                                     Detected: 1 MPI_ranks per node.
41:                                     Requested: 8 threads per process.
41: [==========] Running 4 tests from 4 test suites.
41: [----------] Global test environment set-up.
41: [----------] 1 test from std_algorithms_reverse_team_test
41: [ RUN      ] std_algorithms_reverse_team_test.test
41: [       OK ] std_algorithms_reverse_team_test.test (354 ms)
41: [----------] 1 test from std_algorithms_reverse_team_test (354 ms total)
41: 
41: [----------] 1 test from std_algorithms_reverse_copy_team_test
41: [ RUN      ] std_algorithms_reverse_copy_team_test.test
41: [       OK ] std_algorithms_reverse_copy_team_test.test (364 ms)
41: [----------] 1 test from std_algorithms_reverse_copy_team_test (364 ms total)
41: 
41: [----------] 1 test from std_algorithms_rotate_team_test
41: [ RUN      ] std_algorithms_rotate_team_test.test
41: [       OK ] std_algorithms_rotate_team_test.test (703 ms)
41: [----------] 1 test from std_algorithms_rotate_team_test (703 ms total)
41: 
41: [----------] 1 test from std_algorithms_rotate_copy_team_test
41: [ RUN      ] std_algorithms_rotate_copy_team_test.test
41: [       OK ] std_algorithms_rotate_copy_team_test.test (475 ms)
41: [----------] 1 test from std_algorithms_rotate_copy_team_test (475 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 4 tests from 4 test suites ran. (1897 ms total)
41: [  PASSED  ] 4 tests.
41/49 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ....................   Passed    1.90 sec
test 42
      Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_G

42: Test command: /var/jenkins/workspace/Kokkos_PR-7392/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G
42: Test timeout computed to be: 1500
42: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
42:                                     Detected: 4 cores per node.
42:                                     Detected: 1 MPI_ranks per node.
42:                                     Requested: 8 threads per process.
42: [==========] Running 4 tests from 4 test suites.
42: [----------] Global test environment set-up.
42: [----------] 1 test from std_algorithms_move_team_test
42: [ RUN      ] std_algorithms_move_team_test.test
42: [       OK ] std_algorithms_move_team_test.test (525 ms)
42: [----------] 1 test from std_algorithms_move_team_test (525 ms total)
42: 
42: [----------] 1 test from std_algorithms_move_backward_team_test
42: [ RUN      ] std_algorithms_move_backward_team_test.test
42: [       OK ] std_algorithms_move_backward_team_test.test (564 ms)
42: [----------] 1 test from std_algorithms_move_backward_team_test (564 ms total)
42: 
42: [----------] 1 test from std_algorithms_shift_left_team_test
42: [ RUN      ] std_algorithms_shift_left_team_test.test
42: [       OK ] std_algorithms_shift_left_team_test.test (1452 ms)
42: [----------] 1 test from std_algorithms_shift_left_team_test (1453 ms total)
42: 
42: [----------] 1 test from std_algorithms_shift_right_team_test
42: [ RUN      ] std_algorithms_shift_right_team_test.test
42: [       OK ] std_algorithms_shift_right_team_test.test (1292 ms)
42: [----------] 1 test from std_algorithms_shift_right_team_test (1292 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 4 tests from 4 test suites ran. (3835 ms total)
42: [  PASSED  ] 4 tests.
42/49 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ....................   Passed    3.84 sec
test 43
      Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_H

43: Test command: /var/jenkins/workspace/Kokkos_PR-7392/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H
43: Test timeout computed to be: 1500
43: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
43:                                     Detected: 4 cores per node.
43:                                     Detected: 1 MPI_ranks per node.
43:                                     Requested: 8 threads per process.
43: [==========] Running 9 tests from 9 test suites.
43: [----------] Global test environment set-up.
43: [----------] 1 test from std_algorithms_copy_team_test
43: [ RUN      ] std_algorithms_copy_team_test.test
43: [       OK ] std_algorithms_copy_team_test.test (677 ms)
43: [----------] 1 test from std_algorithms_copy_team_test (677 ms total)
43: 
43: [----------] 1 test from std_algorithms_copy_n_team_test
43: [ RUN      ] std_algorithms_copy_n_team_test.test
43: [       OK ] std_algorithms_copy_n_team_test.test (267 ms)
43: [----------] 1 test from std_algorithms_copy_n_team_test (267 ms total)
43: 
43: [----------] 1 test from std_algorithms_copy_backward_team_test
43: [ RUN      ] std_algorithms_copy_backward_team_test.test
43: [       OK ] std_algorithms_copy_backward_team_test.test (550 ms)
43: [----------] 1 test from std_algorithms_copy_backward_team_test (550 ms total)
43: 
43: [----------] 1 test from std_algorithms_copy_if_team_test
43: [ RUN      ] std_algorithms_copy_if_team_test.test
43: [       OK ] std_algorithms_copy_if_team_test.test (596 ms)
43: [----------] 1 test from std_algorithms_copy_if_team_test (596 ms total)
43: 
43: [----------] 1 test from std_algorithms_unique_copy_team_test
43: [ RUN      ] std_algorithms_unique_copy_team_test.test
43: [       OK ] std_algorithms_unique_copy_team_test.test (1216 ms)
43: [----------] 1 test from std_algorithms_unique_copy_team_test (1216 ms total)
43: 
43: [----------] 1 test from std_algorithms_remove_team_test
43: [ RUN      ] std_algorithms_remove_team_test.test
43: [       OK ] std_algorithms_remove_team_test.test (697 ms)
43: [----------] 1 test from std_algorithms_remove_team_test (697 ms total)
43: 
43: [----------] 1 test from std_algorithms_remove_if_team_test
43: [ RUN      ] std_algorithms_remove_if_team_test.test
43: [       OK ] std_algorithms_remove_if_team_test.test (709 ms)
43: [----------] 1 test from std_algorithms_remove_if_team_test (710 ms total)
43: 
43: [----------] 1 test from std_algorithms_remove_copy_team_test
43: [ RUN      ] std_algorithms_remove_copy_team_test.test
43: [       OK ] std_algorithms_remove_copy_team_test.test (826 ms)
43: [----------] 1 test from std_algorithms_remove_copy_team_test (826 ms total)
43: 
43: [----------] 1 test from std_algorithms_remove_copy_if_team_test
43: [ RUN      ] std_algorithms_remove_copy_if_team_test.test
43: [       OK ] std_algorithms_remove_copy_if_team_test.test (710 ms)
43: [----------] 1 test from std_algorithms_remove_copy_if_team_test (710 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 9 tests from 9 test suites ran. (6254 ms total)
43: [  PASSED  ] 9 tests.
43/49 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ....................   Passed    6.26 sec
test 44
      Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_I

44: Test command: /var/jenkins/workspace/Kokkos_PR-7392/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I
44: Test timeout computed to be: 1500
44: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
44:                                     Detected: 4 cores per node.
44:                                     Detected: 1 MPI_ranks per node.
44:                                     Requested: 8 threads per process.
44: [==========] Running 4 tests from 4 test suites.
44: [----------] Global test environment set-up.
44: [----------] 1 test from std_algorithms_unique_team_test
44: [ RUN      ] std_algorithms_unique_team_test.test_default_predicate
44: [       OK ] std_algorithms_unique_team_test.test_default_predicate (1309 ms)
44: [----------] 1 test from std_algorithms_unique_team_test (1309 ms total)
44: 
44: [----------] 1 test from std_algorithms_adjacent_difference_team_test
44: [ RUN      ] std_algorithms_adjacent_difference_team_test.test
44: [       OK ] std_algorithms_adjacent_difference_team_test.test (1158 ms)
44: [----------] 1 test from std_algorithms_adjacent_difference_team_test (1158 ms total)
44: 
44: [----------] 1 test from std_algorithms_reduce_team_test
44: [ RUN      ] std_algorithms_reduce_team_test.test
44: [       OK ] std_algorithms_reduce_team_test.test (949 ms)
44: [----------] 1 test from std_algorithms_reduce_team_test (949 ms total)
44: 
44: [----------] 1 test from std_algorithms_transform_reduce_team_test
44: [ RUN      ] std_algorithms_transform_reduce_team_test.test
44: [       OK ] std_algorithms_transform_reduce_team_test.test (1665 ms)
44: [----------] 1 test from std_algorithms_transform_reduce_team_test (1665 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 4 tests from 4 test suites ran. (5083 ms total)
44: [  PASSED  ] 4 tests.
44/49 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ....................   Passed    5.09 sec
test 45
      Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_L

45: Test command: /var/jenkins/workspace/Kokkos_PR-7392/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L
45: Test timeout computed to be: 1500
45: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
45:                                     Detected: 4 cores per node.
45:                                     Detected: 1 MPI_ranks per node.
45:                                     Requested: 8 threads per process.
45: [==========] Running 18 tests from 5 test suites.
45: [----------] Global test environment set-up.
45: [----------] 2 tests from std_algorithms_is_sorted_team_test
45: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted
45: [       OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (568 ms)
45: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
45: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (1286 ms)
45: [----------] 2 tests from std_algorithms_is_sorted_team_test (1854 ms total)
45: 
45: [----------] 4 tests from std_algorithms_is_sorted_until_team_test
45: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialA
45: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (12 ms)
45: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
45: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (12 ms)
45: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
45: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (1258 ms)
45: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
45: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (755 ms)
45: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (2037 ms total)
45: 
45: [----------] 4 tests from std_algorithms_is_partitioned_team_test
45: [ RUN      ] std_algorithms_is_partitioned_team_test.empty
45: [       OK ] std_algorithms_is_partitioned_team_test.empty (6 ms)
45: [ RUN      ] std_algorithms_is_partitioned_team_test.all_true
45: [       OK ] std_algorithms_is_partitioned_team_test.all_true (370 ms)
45: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
45: [       OK ] std_algorithms_is_partitioned_team_test.all_false (366 ms)
45: [ RUN      ] std_algorithms_is_partitioned_team_test.random
45: [       OK ] std_algorithms_is_partitioned_team_test.random (277 ms)
45: [----------] 4 tests from std_algorithms_is_partitioned_team_test (1020 ms total)
45: 
45: [----------] 4 tests from std_algorithms_partition_copy_team_test
45: [ RUN      ] std_algorithms_partition_copy_team_test.empty
45: [       OK ] std_algorithms_partition_copy_team_test.empty (10 ms)
45: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
45: [       OK ] std_algorithms_partition_copy_team_test.all_true (599 ms)
45: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
45: [       OK ] std_algorithms_partition_copy_team_test.all_false (585 ms)
45: [ RUN      ] std_algorithms_partition_copy_team_test.random
45: [       OK ] std_algorithms_partition_copy_team_test.random (510 ms)
45: [----------] 4 tests from std_algorithms_partition_copy_team_test (1705 ms total)
45: 
45: [----------] 4 tests from std_algorithms_partition_point_team_test
45: [ RUN      ] std_algorithms_partition_point_team_test.empty
45: [       OK ] std_algorithms_partition_point_team_test.empty (6 ms)
45: [ RUN      ] std_algorithms_partition_point_team_test.all_true
45: [       OK ] std_algorithms_partition_point_team_test.all_true (255 ms)
45: [ RUN      ] std_algorithms_partition_point_team_test.all_false
45: [       OK ] std_algorithms_partition_point_team_test.all_false (270 ms)
45: [ RUN      ] std_algorithms_partition_point_team_test.random
45: [       OK ] std_algorithms_partition_point_team_test.random (171 ms)
45: [----------] 4 tests from std_algorithms_partition_point_team_test (704 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 18 tests from 5 test suites ran. (7323 ms total)
45: [  PASSED  ] 18 tests.
45/49 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ....................   Passed    7.33 sec
test 46
      Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_M

46: Test command: /var/jenkins/workspace/Kokkos_PR-7392/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M
46: Test timeout computed to be: 1500
46: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
46:                                     Detected: 4 cores per node.
46:                                     Detected: 1 MPI_ranks per node.
46:                                     Requested: 8 threads per process.
46: [==========] Running 5 tests from 4 test suites.
46: [----------] Global test environment set-up.
46: [----------] 2 tests from std_algorithms_transform_team_test
46: [ RUN      ] std_algorithms_transform_team_test.test_unary_op
46: [       OK ] std_algorithms_transform_team_test.test_unary_op (851 ms)
46: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
46: [       OK ] std_algorithms_transform_team_test.test_binary_op (986 ms)
46: [----------] 2 tests from std_algorithms_transform_team_test (1838 ms total)
46: 
46: [----------] 1 test from std_algorithms_generate_team_test
46: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
46: [       OK ] std_algorithms_generate_team_test.test_unary_op (1849 ms)
46: [----------] 1 test from std_algorithms_generate_team_test (1849 ms total)
46: 
46: [----------] 1 test from std_algorithms_generate_n_team_test
46: [ RUN      ] std_algorithms_generate_n_team_test.test
46: [       OK ] std_algorithms_generate_n_team_test.test (226 ms)
46: [----------] 1 test from std_algorithms_generate_n_team_test (226 ms total)
46: 
46: [----------] 1 test from std_algorithms_swap_ranges_team_test
46: [ RUN      ] std_algorithms_swap_ranges_team_test.test
46: [       OK ] std_algorithms_swap_ranges_team_test.test (862 ms)
46: [----------] 1 test from std_algorithms_swap_ranges_team_test (862 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 5 tests from 4 test suites ran. (4776 ms total)
46: [  PASSED  ] 5 tests.
46/49 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ....................   Passed    4.78 sec
test 47
      Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_P

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

48: Test command: /var/jenkins/workspace/Kokkos_PR-7392/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
48: Test timeout computed to be: 1500
48: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
48:                                     Detected: 4 cores per node.
48:                                     Detected: 1 MPI_ranks per node.
48:                                     Requested: 8 threads per process.
48: [==========] Running 2 tests from 2 test suites.
48: [----------] Global test environment set-up.
48: [----------] 1 test from std_algorithms_inclusive_scan_team_test
48: [ RUN      ] std_algorithms_inclusive_scan_team_test.test
48: [       OK ] std_algorithms_inclusive_scan_team_test.test (4641 ms)
48: [----------] 1 test from std_algorithms_inclusive_scan_team_test (4642 ms total)
48: 
48: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test
48: [ RUN      ] std_algorithms_transform_inclusive_scan_team_test.test
48: [       OK ] std_algorithms_transform_inclusive_scan_team_test.test (3052 ms)
48: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (3052 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 2 tests from 2 test suites ran. (7694 ms total)
48: [  PASSED  ] 2 tests.
48/49 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ....................   Passed    7.70 sec
test 49
      Start 49: Kokkos_UnitTest_SIMD

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

100% tests passed, 0 tests failed out of 49

Label Time Summary:
Kokkos    = 518.10 sec*proc (43 tests)

Total Test time (real) = 753.89 sec
+ gcc -I/var/jenkins/workspace/Kokkos_PR-7392/build/../core/src/ ../core/unit_test/tools/TestCInterface.c