Skip to content

Commit

Permalink
Merge pull request #41 from vmagnin/ali-dev
Browse files Browse the repository at this point in the history
Update fpm.yml to include nvidia-hpc compiler
  • Loading branch information
vmagnin committed May 27, 2024
2 parents b7e6154 + 152a6f4 commit 60519b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/fpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,18 @@ jobs:
- {compiler: gcc}
- {compiler: intel}
- {compiler: intel-classic}
- {compiler: nvidia-hpc}
exclude:
- os: windows-latest
toolchain: {compiler: intel}
- os: windows-latest
toolchain: {compiler: intel-classic}
- os: windows-latest
toolchain: {compiler: nvidia-hpc}

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

Expand Down

0 comments on commit 60519b2

Please sign in to comment.