Skip to content

Commit

Permalink
one more debug (revert me)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed Oct 22, 2024
1 parent 8a89e5b commit 30c37bc
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/Intel.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
# This is the Intel workflow for the wgrib2 project. This
# tests with Intel oneAPI.
# tests with Intel Classic and oneAPI.
#
# Alex Richert, 22 Oct 2024
name: Intel
on:
push:
branches:
- develop
- add_oneapi
pull_request:
branches:
- develop

# Cancel in-progress workflows when pushing to a branch
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
#concurrency:
# group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
# cancel-in-progress: true

jobs:
Linux_options:
runs-on: ubuntu-22.04

strategy:
matrix:
compilers: ["oneapi"]
compilers: ["oneapi", "classic"]

steps:

Expand Down Expand Up @@ -96,6 +97,6 @@ jobs:
cd wgrib2
mkdir b
cd b
cmake -DCMAKE_PREFIX_PATH="~/ip" ..
cmake -DCMAKE_PREFIX_PATH="~/ip" .. -DUSE_OPENMP=OFF
make VERBOSE=1
ctest --verbose --output-on-failure --rerun-failed

0 comments on commit 30c37bc

Please sign in to comment.