Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jalvesz authored Jan 15, 2024
1 parent 0556656 commit cbeff5b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
toolchain:
- {compiler: gcc, version: 13, flags: ['-cpp -O3 -march=native']}
- {compiler: intel, version: '2023.2', flags: ['-fpp -O3 -xhost']}
- {compiler: intel-classic, version: '2021.10', flags: ['-fpp -O3 -xhost']}
- {compiler: nvidia-hpc, version: '23.11', flags: ['-Mpreprocess -Ofast']}
- {compiler: gcc, version: 13, flags: ['-cpp -O3 -march=native -flto']}
- {compiler: intel, version: '2023.2', flags: ['-fpp -O3 -xhost -ipo']}
- {compiler: intel-classic, version: '2021.10', flags: ['-fpp -O3 -xhost -ipo']}
- {compiler: nvidia-hpc, version: '23.11', flags: ['-Mpreprocess -Ofast -Minline']}
include:
- os: ubuntu-latest
toolchain: {compiler: gcc, version: 12, flags: ['-cpp -O3 -march=native']}
Expand Down

0 comments on commit cbeff5b

Please sign in to comment.