From d0e4f6c8aa38f5a4e540527c366217aeb3d592c3 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Fri, 17 Jan 2025 12:32:18 -0500 Subject: [PATCH] Improve comment again --- .github/workflows/build-with-kokkos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-with-kokkos.yml b/.github/workflows/build-with-kokkos.yml index 43485e392..14c0dd76d 100644 --- a/.github/workflows/build-with-kokkos.yml +++ b/.github/workflows/build-with-kokkos.yml @@ -108,7 +108,7 @@ jobs: cmake --build --preset=${{ matrix.preset }} cmake --install build-with-${{ matrix.preset }} --prefix=/opt/kokkos-tools # For now, GitHub runners are used. These runner don't have GPUs. Therefore, testing can only be done for OpenMP. - # Skip variorum test since we can't rely on the system to be compatible with the access Variorum needs. + # Skip variorum test since the architecture detected by variorum is not supported - name: Run tests if: ${{ matrix.preset == 'OpenMP' }} run: |