Skip to content

Commit

Permalink
Merge branch 'ci/parallel' of github.com:LLNL/sundials into ci/parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven-Roberts committed Jan 18, 2025
2 parents ed8f729 + 530f1d4 commit 01e2ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-latest-intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: cmake -G "Ninja" -B ${{github.workspace}}/build_shared -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_C_FLAGS=-Wno-deprecated-declarations -DCMAKE_C_COMPILER=icx-cl -DCMAKE_CXX_COMPILER=icx-cl -DCMAKE_Fortran_COMPILER=ifx -DBUILD_STATIC_LIBS=OFF -DBUILD_SHARED_LIBS=ON -DBUILD_FORTRAN_MODULE_INTERFACE=ON -DSUNDIALS_BUILD_WITH_PROFILING=ON -DSUNDIALS_TEST_ENABLE_UNIT_TESTS=OFF -DEXAMPLES_ENABLE_CXX=ON

- name: Build (Shared)
run: q ${{github.workspace}}/build_shared --parallel $NUMBER_OF_PROCESSORS --verbose
run: cmake --build ${{github.workspace}}/build_shared --parallel $NUMBER_OF_PROCESSORS --verbose

- name: Test (Shared)
working-directory: ${{github.workspace}}/build_shared
Expand Down

0 comments on commit 01e2ace

Please sign in to comment.