From bd41b460853101b531fb19942cf31d8f9625fda0 Mon Sep 17 00:00:00 2001 From: "Balos, Cody, J" Date: Tue, 10 Dec 2024 00:20:04 -0800 Subject: [PATCH] only build with profiling --- .github/workflows/ubuntu-latest-oneapi.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ubuntu-latest-oneapi.yml b/.github/workflows/ubuntu-latest-oneapi.yml index 44dd38cb4d..e7ef5f0149 100644 --- a/.github/workflows/ubuntu-latest-oneapi.yml +++ b/.github/workflows/ubuntu-latest-oneapi.yml @@ -16,12 +16,11 @@ env: CACHE_NUMBER: 5 jobs: - build_cycle_profiling: + build: runs-on: ubuntu-latest strategy: matrix: - profiling: ['OFF', 'ON'] LINUX_BASEKIT_URL: [ 'https://registrationcenter-download.intel.com/akdlm/IRC_NAS/e6ff8e9c-ee28-47fb-abd7-5c524c983e1c/l_BaseKit_p_2024.2.1.100_offline.sh', 'https://registrationcenter-download.intel.com/akdlm/IRC_NAS/96aa5993-5b22-4a9b-91ab-da679f422594/intel-oneapi-base-toolkit-2025.0.0.885_offline.sh' @@ -54,7 +53,7 @@ jobs: -D CMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} \ -D CMAKE_C_COMPILER=$(which icp) \ -D CMAKE_CXX_COMPILER=$(which icpx) \ - -D SUNDIALS_BUILD_WITH_PROFILING=${{matrix.profiling}} \ + -D SUNDIALS_BUILD_WITH_PROFILING=ON \ -D ENABLE_ALL_WARNINGS=ON \ -D ENABLE_WARNINGS_AS_ERRORS=ON \ -D ENABLE_SYCL=ON