From 80bb42eca281e3b7e9eec2b734d19f939a49682a Mon Sep 17 00:00:00 2001 From: Vaibhav Thakkar Date: Tue, 18 Jun 2024 16:03:58 +0200 Subject: [PATCH] test fix --- .github/workflows/ci.yml | 858 +++++++++++++++++++-------------------- test/Hessian/Arrays.C | 14 +- 2 files changed, 436 insertions(+), 436 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 468062be6..7628e03b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,25 +24,25 @@ jobs: matrix: include: - - name: osx14-arm-clang-runtime13 - os: macos-14 - compiler: clang - clang-runtime: '13' - - - name: osx14-arm-clang-runtime14 - os: macos-14 - compiler: clang - clang-runtime: '14' - - - name: osx14-arm-clang-runtime15 - os: macos-14 - compiler: clang - clang-runtime: '15' - - - name: osx14-arm-clang-runtime16 - os: macos-14 - compiler: clang - clang-runtime: '16' + # - name: osx14-arm-clang-runtime13 + # os: macos-14 + # compiler: clang + # clang-runtime: '13' + + # - name: osx14-arm-clang-runtime14 + # os: macos-14 + # compiler: clang + # clang-runtime: '14' + + # - name: osx14-arm-clang-runtime15 + # os: macos-14 + # compiler: clang + # clang-runtime: '15' + + # - name: osx14-arm-clang-runtime16 + # os: macos-14 + # compiler: clang + # clang-runtime: '16' - name: osx14-arm-clang-runtime17 os: macos-14 @@ -54,420 +54,420 @@ jobs: # compiler: clang # clang-runtime: '18' - - name: osx13-x86-clang-runtime12 - os: macos-13 - compiler: clang - clang-runtime: '12' - - - name: osx13-x86-clang-runtime13 - os: macos-13 - compiler: clang - clang-runtime: '13' - - - name: osx13-x86-clang-runtime14 - os: macos-13 - compiler: clang - clang-runtime: '14' - - - name: osx13-x86-clang-runtime15 - os: macos-13 - compiler: clang - clang-runtime: '15' - - - name: osx13-x86-clang-runtime16 - os: macos-13 - compiler: clang - clang-runtime: '16' - - - name: osx13-x86-clang-runtime17 - os: macos-13 - compiler: clang - clang-runtime: '17' + # - name: osx13-x86-clang-runtime12 + # os: macos-13 + # compiler: clang + # clang-runtime: '12' + + # - name: osx13-x86-clang-runtime13 + # os: macos-13 + # compiler: clang + # clang-runtime: '13' + + # - name: osx13-x86-clang-runtime14 + # os: macos-13 + # compiler: clang + # clang-runtime: '14' + + # - name: osx13-x86-clang-runtime15 + # os: macos-13 + # compiler: clang + # clang-runtime: '15' + + # - name: osx13-x86-clang-runtime16 + # os: macos-13 + # compiler: clang + # clang-runtime: '16' + + # - name: osx13-x86-clang-runtime17 + # os: macos-13 + # compiler: clang + # clang-runtime: '17' #Turn on once clang-18 available through Homebrew #- name: osx13-x86-clang-runtime18 # os: macos-13 # compiler: clang # clang-runtime: '18' - - name: win2022-msvc-runtime14 - os: windows-2022 - compiler: msvc - clang-runtime: '14' - - - name: win2022-msvc-runtime15 - os: windows-2022 - compiler: msvc - clang-runtime: '15' - - - name: win2022-msvc-runtime16 - os: windows-2022 - compiler: msvc - clang-runtime: '16' - - - name: win2022-msvc-runtime17 - os: windows-2022 - compiler: msvc - clang-runtime: '17' - - - name: win2022-msvc-runtime18 - os: windows-2022 - compiler: msvc - clang-runtime: '18' - - - name: ubu22-clang15-runtime16-debug - os: ubuntu-22.04 - compiler: clang-15 - clang-runtime: '16' - debug_build: true - - - name: ubu20-gcc7-runtime11-analyzers - os: ubuntu-20.04 - compiler: gcc-7 - clang-runtime: '11' - coverage: true - cuda: true - extra_cmake_options: '-DCLAD_ENABLE_ENZYME_BACKEND=On' - #clang-format: true - - - name: ubu20-gcc7-runtime11-benchmarks - os: ubuntu-20.04 - compiler: gcc-7 - clang-runtime: '11' - extra_cmake_options: '-DCLAD_ENABLE_BENCHMARKS=On -DCLAD_ENABLE_ENZYME_BACKEND=On' - benchmark: true - - - name: ubu20-gcc8-runtime11-coverity - os: ubuntu-20.04 - compiler: gcc-8 - clang-runtime: '11' - coverity: true - - - name: ubu20-gcc9-runtime9 - os: ubuntu-20.04 - compiler: gcc-9 - clang-runtime: '9' - - - name: ubu20-clang8-runtime9 - os: ubuntu-20.04 - compiler: clang-8 - clang-runtime: '9' - - - name: ubu20-clang9-runtime9 - os: ubuntu-20.04 - compiler: clang-9 - clang-runtime: '9' - - - name: ubu20-gcc7-runtime10 - os: ubuntu-20.04 - compiler: gcc-7 - clang-runtime: '10' - - - name: ubu20-gcc8-runtime10 - os: ubuntu-20.04 - compiler: gcc-8 - clang-runtime: '10' - - - name: ubu20-gcc9-runtime10 - os: ubuntu-20.04 - compiler: gcc-9 - clang-runtime: '10' - - - name: ubu20-clang8-runtime10 - os: ubuntu-20.04 - compiler: clang-8 - clang-runtime: '10' - - - name: ubu20-clang9-runtime10 - os: ubuntu-20.04 - compiler: clang-9 - clang-runtime: '10' - - - name: ubu20-gcc7-runtime11 - os: ubuntu-20.04 - compiler: gcc-7 - clang-runtime: '11' - - - name: ubu20-gcc8-runtime11 - os: ubuntu-20.04 - compiler: gcc-8 - clang-runtime: '11' - - - name: ubu20-gcc9-runtime11 - os: ubuntu-20.04 - compiler: gcc-9 - clang-runtime: '11' - - - name: ubu20-clang8-runtime11 - os: ubuntu-20.04 - compiler: clang-8 - clang-runtime: '11' - - - name: ubu20-clang9-runtime11 - os: ubuntu-20.04 - compiler: clang-9 - clang-runtime: '11' - - - name: ubu20-gcc7-runtime12 - os: ubuntu-20.04 - compiler: gcc-7 - clang-runtime: '12' - - - name: ubu20-gcc8-runtime12 - os: ubuntu-20.04 - compiler: gcc-8 - clang-runtime: '12' - - - name: ubu20-gcc9-runtime12 - os: ubuntu-20.04 - compiler: gcc-9 - clang-runtime: '12' - - - name: ubu20-clang8-runtime12 - os: ubuntu-20.04 - compiler: clang-8 - clang-runtime: '12' - - - name: ubu20-clang9-runtime12 - os: ubuntu-20.04 - compiler: clang-9 - clang-runtime: '12' - - - name: ubu20-clang9-runtime10-cuda - os: ubuntu-20.04 - compiler: clang-9 - clang-runtime: '10' - cuda: true - - - name: ubu20-clang9-runtime15 - os: ubuntu-20.04 - compiler: clang-9 - clang-runtime: '15' - - - name: ubu20-clang9-runtime16 - os: ubuntu-20.04 - compiler: clang-9 - clang-runtime: '16' - - - name: ubu22-gcc9-runtime11 - os: ubuntu-22.04 - compiler: gcc-9 - clang-runtime: '11' - - - name: ubu22-gcc10-runtime11 - os: ubuntu-22.04 - compiler: gcc-10 - clang-runtime: '11' - - - name: ubu22-gcc11-runtime11 - os: ubuntu-22.04 - compiler: gcc-11 - clang-runtime: '11' - - - name: ubu22-clang11-runtime11 - os: ubuntu-22.04 - compiler: 'clang-11' - clang-runtime: '11' - - - name: ubu22-clang12-runtime11 - os: ubuntu-22.04 - compiler: clang-12 - clang-runtime: '11' - - - name: ubu22-clang13-runtime11 - os: ubuntu-22.04 - compiler: clang-13 - clang-runtime: '11' - - - name: ubu22-clang14-runtime11 - os: ubuntu-22.04 - compiler: clang-14 - clang-runtime: '11' - - - name: ubu22-clang15-runtime11 - os: ubuntu-22.04 - compiler: clang-15 - clang-runtime: '11' - - - name: ubu22-gcc9-runtime12 - os: ubuntu-22.04 - compiler: gcc-9 - clang-runtime: '12' - - - name: ubu22-gcc10-runtime12 - os: ubuntu-22.04 - compiler: gcc-10 - clang-runtime: '12' - - - name: ubu22-gcc11-runtime12 - os: ubuntu-22.04 - compiler: gcc-11 - clang-runtime: '12' - - - name: ubu22-clang11-runtime12 - os: ubuntu-22.04 - compiler: 'clang-11' - clang-runtime: '12' - - - name: ubu22-clang12-runtime12 - os: ubuntu-22.04 - compiler: clang-12 - clang-runtime: '12' - - - name: ubu22-clang13-runtime12 - os: ubuntu-22.04 - compiler: clang-13 - clang-runtime: '12' - - - name: ubu22-clang14-runtime12 - os: ubuntu-22.04 - compiler: clang-14 - clang-runtime: '12' - - - name: ubu22-clang15-runtime12 - os: ubuntu-22.04 - compiler: clang-15 - clang-runtime: '12' - - - name: ubu22-gcc10-runtime13 - os: ubuntu-22.04 - compiler: gcc-10 - clang-runtime: '13' - - - name: ubu22-gcc11-runtime13 - os: ubuntu-22.04 - compiler: gcc-11 - clang-runtime: '13' - - - name: ubu22-gcc12-runtime13 - os: ubuntu-22.04 - compiler: gcc-12 - clang-runtime: '13' - - - name: ubu22-clang11-runtime13 - os: ubuntu-22.04 - compiler: clang-11 - clang-runtime: '13' - - - name: ubu22-clang12-runtime13 - os: ubuntu-22.04 - compiler: clang-12 - clang-runtime: '13' - - - name: ubu22-clang13-runtime13 - os: ubuntu-22.04 - compiler: clang-13 - clang-runtime: '13' - - - name: ubu22-clang14-runtime13 - os: ubuntu-22.04 - compiler: clang-14 - clang-runtime: '13' - - - name: ubu22-clang15-runtime13 - os: ubuntu-22.04 - compiler: clang-15 - clang-runtime: '13' - - - name: ubu22-gcc10-runtime14 - os: ubuntu-22.04 - compiler: gcc-10 - clang-runtime: '14' - - - name: ubu22-gcc11-runtime14 - os: ubuntu-22.04 - compiler: gcc-11 - clang-runtime: '14' - - - name: ubu22-gcc12-runtime14 - os: ubuntu-22.04 - compiler: gcc-12 - clang-runtime: '14' - - - name: ubu22-gcc12-runtime15 - os: ubuntu-22.04 - compiler: gcc-12 - clang-runtime: '15' - - - name: ubu22-gcc12-runtime16 - os: ubuntu-22.04 - compiler: gcc-12 - clang-runtime: '16' - - - name: ubu22-clang11-runtime14 - os: ubuntu-22.04 - compiler: clang-11 - clang-runtime: '14' - - - name: ubu22-clang12-runtime14 - os: ubuntu-22.04 - compiler: clang-12 - clang-runtime: '14' - - - name: ubu22-clang13-runtime14 - os: ubuntu-22.04 - compiler: clang-13 - clang-runtime: '14' - - - name: ubu22-clang14-runtime14 - os: ubuntu-22.04 - compiler: clang-14 - clang-runtime: '14' - - - name: ubu22-clang14-runtime15 - os: ubuntu-22.04 - compiler: clang-14 - clang-runtime: '15' - - - name: ubu22-clang15-runtime14 - os: ubuntu-22.04 - compiler: clang-15 - clang-runtime: '14' - - - name: ubu22-clang15-runtime15 - os: ubuntu-22.04 - compiler: clang-15 - clang-runtime: '15' - - - name: ubu22-clang15-runtime16 - os: ubuntu-22.04 - compiler: clang-15 - clang-runtime: '16' - - - name: ubuntu-clang15-runtime16-doc - os: ubuntu-latest - compiler: clang-15 - clang-runtime: '16' - doc_build: true - - - name: ubu22-clang16-runtime17 - os: ubuntu-22.04 - compiler: clang-16 - clang-runtime: '17' - - - name: ubu22-clang16-runtime17-shared-libs - os: ubuntu-22.04 - compiler: clang-16 - extra_cmake_options: '-DBUILD_SHARED_LIBS=On' - clang-runtime: '17' - - - name: ubu22-clang16-runtime17-kokkos - os: ubuntu-22.04 - compiler: clang-16 - clang-runtime: '17' - extra_packages: 'libtrilinos-kokkos-dev ninja-build' - extra_cmake_options: '-G Ninja' - - - name: ubu22-clang16-runtime18 - os: ubuntu-22.04 - compiler: clang-16 - clang-runtime: '18' - - # Оld, still supported versions - - - name: ubu20-gcc9-runtime8 - os: ubuntu-20.04 - compiler: gcc-9 - clang-runtime: '8' + # - name: win2022-msvc-runtime14 + # os: windows-2022 + # compiler: msvc + # clang-runtime: '14' + + # - name: win2022-msvc-runtime15 + # os: windows-2022 + # compiler: msvc + # clang-runtime: '15' + + # - name: win2022-msvc-runtime16 + # os: windows-2022 + # compiler: msvc + # clang-runtime: '16' + + # - name: win2022-msvc-runtime17 + # os: windows-2022 + # compiler: msvc + # clang-runtime: '17' + + # - name: win2022-msvc-runtime18 + # os: windows-2022 + # compiler: msvc + # clang-runtime: '18' + + # - name: ubu22-clang15-runtime16-debug + # os: ubuntu-22.04 + # compiler: clang-15 + # clang-runtime: '16' + # debug_build: true + + # - name: ubu20-gcc7-runtime11-analyzers + # os: ubuntu-20.04 + # compiler: gcc-7 + # clang-runtime: '11' + # coverage: true + # cuda: true + # extra_cmake_options: '-DCLAD_ENABLE_ENZYME_BACKEND=On' + # #clang-format: true + + # - name: ubu20-gcc7-runtime11-benchmarks + # os: ubuntu-20.04 + # compiler: gcc-7 + # clang-runtime: '11' + # extra_cmake_options: '-DCLAD_ENABLE_BENCHMARKS=On -DCLAD_ENABLE_ENZYME_BACKEND=On' + # benchmark: true + + # - name: ubu20-gcc8-runtime11-coverity + # os: ubuntu-20.04 + # compiler: gcc-8 + # clang-runtime: '11' + # coverity: true + + # - name: ubu20-gcc9-runtime9 + # os: ubuntu-20.04 + # compiler: gcc-9 + # clang-runtime: '9' + + # - name: ubu20-clang8-runtime9 + # os: ubuntu-20.04 + # compiler: clang-8 + # clang-runtime: '9' + + # - name: ubu20-clang9-runtime9 + # os: ubuntu-20.04 + # compiler: clang-9 + # clang-runtime: '9' + + # - name: ubu20-gcc7-runtime10 + # os: ubuntu-20.04 + # compiler: gcc-7 + # clang-runtime: '10' + + # - name: ubu20-gcc8-runtime10 + # os: ubuntu-20.04 + # compiler: gcc-8 + # clang-runtime: '10' + + # - name: ubu20-gcc9-runtime10 + # os: ubuntu-20.04 + # compiler: gcc-9 + # clang-runtime: '10' + + # - name: ubu20-clang8-runtime10 + # os: ubuntu-20.04 + # compiler: clang-8 + # clang-runtime: '10' + + # - name: ubu20-clang9-runtime10 + # os: ubuntu-20.04 + # compiler: clang-9 + # clang-runtime: '10' + + # - name: ubu20-gcc7-runtime11 + # os: ubuntu-20.04 + # compiler: gcc-7 + # clang-runtime: '11' + + # - name: ubu20-gcc8-runtime11 + # os: ubuntu-20.04 + # compiler: gcc-8 + # clang-runtime: '11' + + # - name: ubu20-gcc9-runtime11 + # os: ubuntu-20.04 + # compiler: gcc-9 + # clang-runtime: '11' + + # - name: ubu20-clang8-runtime11 + # os: ubuntu-20.04 + # compiler: clang-8 + # clang-runtime: '11' + + # - name: ubu20-clang9-runtime11 + # os: ubuntu-20.04 + # compiler: clang-9 + # clang-runtime: '11' + + # - name: ubu20-gcc7-runtime12 + # os: ubuntu-20.04 + # compiler: gcc-7 + # clang-runtime: '12' + + # - name: ubu20-gcc8-runtime12 + # os: ubuntu-20.04 + # compiler: gcc-8 + # clang-runtime: '12' + + # - name: ubu20-gcc9-runtime12 + # os: ubuntu-20.04 + # compiler: gcc-9 + # clang-runtime: '12' + + # - name: ubu20-clang8-runtime12 + # os: ubuntu-20.04 + # compiler: clang-8 + # clang-runtime: '12' + + # - name: ubu20-clang9-runtime12 + # os: ubuntu-20.04 + # compiler: clang-9 + # clang-runtime: '12' + + # - name: ubu20-clang9-runtime10-cuda + # os: ubuntu-20.04 + # compiler: clang-9 + # clang-runtime: '10' + # cuda: true + + # - name: ubu20-clang9-runtime15 + # os: ubuntu-20.04 + # compiler: clang-9 + # clang-runtime: '15' + + # - name: ubu20-clang9-runtime16 + # os: ubuntu-20.04 + # compiler: clang-9 + # clang-runtime: '16' + + # - name: ubu22-gcc9-runtime11 + # os: ubuntu-22.04 + # compiler: gcc-9 + # clang-runtime: '11' + + # - name: ubu22-gcc10-runtime11 + # os: ubuntu-22.04 + # compiler: gcc-10 + # clang-runtime: '11' + + # - name: ubu22-gcc11-runtime11 + # os: ubuntu-22.04 + # compiler: gcc-11 + # clang-runtime: '11' + + # - name: ubu22-clang11-runtime11 + # os: ubuntu-22.04 + # compiler: 'clang-11' + # clang-runtime: '11' + + # - name: ubu22-clang12-runtime11 + # os: ubuntu-22.04 + # compiler: clang-12 + # clang-runtime: '11' + + # - name: ubu22-clang13-runtime11 + # os: ubuntu-22.04 + # compiler: clang-13 + # clang-runtime: '11' + + # - name: ubu22-clang14-runtime11 + # os: ubuntu-22.04 + # compiler: clang-14 + # clang-runtime: '11' + + # - name: ubu22-clang15-runtime11 + # os: ubuntu-22.04 + # compiler: clang-15 + # clang-runtime: '11' + + # - name: ubu22-gcc9-runtime12 + # os: ubuntu-22.04 + # compiler: gcc-9 + # clang-runtime: '12' + + # - name: ubu22-gcc10-runtime12 + # os: ubuntu-22.04 + # compiler: gcc-10 + # clang-runtime: '12' + + # - name: ubu22-gcc11-runtime12 + # os: ubuntu-22.04 + # compiler: gcc-11 + # clang-runtime: '12' + + # - name: ubu22-clang11-runtime12 + # os: ubuntu-22.04 + # compiler: 'clang-11' + # clang-runtime: '12' + + # - name: ubu22-clang12-runtime12 + # os: ubuntu-22.04 + # compiler: clang-12 + # clang-runtime: '12' + + # - name: ubu22-clang13-runtime12 + # os: ubuntu-22.04 + # compiler: clang-13 + # clang-runtime: '12' + + # - name: ubu22-clang14-runtime12 + # os: ubuntu-22.04 + # compiler: clang-14 + # clang-runtime: '12' + + # - name: ubu22-clang15-runtime12 + # os: ubuntu-22.04 + # compiler: clang-15 + # clang-runtime: '12' + + # - name: ubu22-gcc10-runtime13 + # os: ubuntu-22.04 + # compiler: gcc-10 + # clang-runtime: '13' + + # - name: ubu22-gcc11-runtime13 + # os: ubuntu-22.04 + # compiler: gcc-11 + # clang-runtime: '13' + + # - name: ubu22-gcc12-runtime13 + # os: ubuntu-22.04 + # compiler: gcc-12 + # clang-runtime: '13' + + # - name: ubu22-clang11-runtime13 + # os: ubuntu-22.04 + # compiler: clang-11 + # clang-runtime: '13' + + # - name: ubu22-clang12-runtime13 + # os: ubuntu-22.04 + # compiler: clang-12 + # clang-runtime: '13' + + # - name: ubu22-clang13-runtime13 + # os: ubuntu-22.04 + # compiler: clang-13 + # clang-runtime: '13' + + # - name: ubu22-clang14-runtime13 + # os: ubuntu-22.04 + # compiler: clang-14 + # clang-runtime: '13' + + # - name: ubu22-clang15-runtime13 + # os: ubuntu-22.04 + # compiler: clang-15 + # clang-runtime: '13' + + # - name: ubu22-gcc10-runtime14 + # os: ubuntu-22.04 + # compiler: gcc-10 + # clang-runtime: '14' + + # - name: ubu22-gcc11-runtime14 + # os: ubuntu-22.04 + # compiler: gcc-11 + # clang-runtime: '14' + + # - name: ubu22-gcc12-runtime14 + # os: ubuntu-22.04 + # compiler: gcc-12 + # clang-runtime: '14' + + # - name: ubu22-gcc12-runtime15 + # os: ubuntu-22.04 + # compiler: gcc-12 + # clang-runtime: '15' + + # - name: ubu22-gcc12-runtime16 + # os: ubuntu-22.04 + # compiler: gcc-12 + # clang-runtime: '16' + + # - name: ubu22-clang11-runtime14 + # os: ubuntu-22.04 + # compiler: clang-11 + # clang-runtime: '14' + + # - name: ubu22-clang12-runtime14 + # os: ubuntu-22.04 + # compiler: clang-12 + # clang-runtime: '14' + + # - name: ubu22-clang13-runtime14 + # os: ubuntu-22.04 + # compiler: clang-13 + # clang-runtime: '14' + + # - name: ubu22-clang14-runtime14 + # os: ubuntu-22.04 + # compiler: clang-14 + # clang-runtime: '14' + + # - name: ubu22-clang14-runtime15 + # os: ubuntu-22.04 + # compiler: clang-14 + # clang-runtime: '15' + + # - name: ubu22-clang15-runtime14 + # os: ubuntu-22.04 + # compiler: clang-15 + # clang-runtime: '14' + + # - name: ubu22-clang15-runtime15 + # os: ubuntu-22.04 + # compiler: clang-15 + # clang-runtime: '15' + + # - name: ubu22-clang15-runtime16 + # os: ubuntu-22.04 + # compiler: clang-15 + # clang-runtime: '16' + + # - name: ubuntu-clang15-runtime16-doc + # os: ubuntu-latest + # compiler: clang-15 + # clang-runtime: '16' + # doc_build: true + + # - name: ubu22-clang16-runtime17 + # os: ubuntu-22.04 + # compiler: clang-16 + # clang-runtime: '17' + + # - name: ubu22-clang16-runtime17-shared-libs + # os: ubuntu-22.04 + # compiler: clang-16 + # extra_cmake_options: '-DBUILD_SHARED_LIBS=On' + # clang-runtime: '17' + + # - name: ubu22-clang16-runtime17-kokkos + # os: ubuntu-22.04 + # compiler: clang-16 + # clang-runtime: '17' + # extra_packages: 'libtrilinos-kokkos-dev ninja-build' + # extra_cmake_options: '-G Ninja' + + # - name: ubu22-clang16-runtime18 + # os: ubuntu-22.04 + # compiler: clang-16 + # clang-runtime: '18' + + # # Оld, still supported versions + + # - name: ubu20-gcc9-runtime8 + # os: ubuntu-20.04 + # compiler: gcc-9 + # clang-runtime: '8' steps: - uses: actions/checkout@v4 @@ -911,10 +911,10 @@ jobs: cat obj/CMakeCache.txt cat obj/CMakeFiles/*.log - name: Setup tmate session - if: ${{ failure() && runner.debug }} + if: ${{ failure() }} uses: mxschmitt/action-tmate@v3 # When debugging increase to a suitable value! - timeout-minutes: 30 + timeout-minutes: 45 - name: Prepare code coverage report if: ${{ success() && (matrix.coverage == true) }} run: | diff --git a/test/Hessian/Arrays.C b/test/Hessian/Arrays.C index 4f2a7f402..68e34a681 100644 --- a/test/Hessian/Arrays.C +++ b/test/Hessian/Arrays.C @@ -31,13 +31,13 @@ double h(double arr[3], double weights[3], double multiplier) { return weightedSum * weightedSum; } // CHECK: void h_hessian_diagonal(double arr[3], double weights[3], double multiplier, double *diagonalHessianVector) { -// CHECK-NEXT: *(diagonalHessianVector + 0UL) = h_d2arg0_0(arr, weights, multiplier); -// CHECK-NEXT: *(diagonalHessianVector + 1UL) = h_d2arg0_1(arr, weights, multiplier); -// CHECK-NEXT: *(diagonalHessianVector + 2UL) = h_d2arg0_2(arr, weights, multiplier); -// CHECK-NEXT: *(diagonalHessianVector + 3UL) = h_d2arg1_0(arr, weights, multiplier); -// CHECK-NEXT: *(diagonalHessianVector + 4UL) = h_d2arg1_1(arr, weights, multiplier); -// CHECK-NEXT: *(diagonalHessianVector + 5UL) = h_d2arg1_2(arr, weights, multiplier); -// CHECK-NEXT: *(diagonalHessianVector + 6UL) = h_d2arg2(arr, weights, multiplier); +// CHECK-NEXT: *(diagonalHessianVector + 0{{U|UL}}) = h_d2arg0_0(arr, weights, multiplier); +// CHECK-NEXT: *(diagonalHessianVector + 1{{U|UL}}) = h_d2arg0_1(arr, weights, multiplier); +// CHECK-NEXT: *(diagonalHessianVector + 2{{U|UL}}) = h_d2arg0_2(arr, weights, multiplier); +// CHECK-NEXT: *(diagonalHessianVector + 3{{U|UL}}) = h_d2arg1_0(arr, weights, multiplier); +// CHECK-NEXT: *(diagonalHessianVector + 4{{U|UL}}) = h_d2arg1_1(arr, weights, multiplier); +// CHECK-NEXT: *(diagonalHessianVector + 5{{U|UL}}) = h_d2arg1_2(arr, weights, multiplier); +// CHECK-NEXT: *(diagonalHessianVector + 6{{U|UL}}) = h_d2arg2(arr, weights, multiplier); // CHECK-NEXT: } #define TEST(var, i, j) \