Skip to content

Commit

Permalink
Update CI for Nvidia
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinswales committed Jun 11, 2024
1 parent 2151bc3 commit 399b830
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_build_scm_gfortran.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
fortran-compiler: gfortran-12#[gfortran-10, gfortran-11, gfortran-12]
build-type: Debug#[Release, Debug]
py-version: 3.9.12#[3.7.13, 3.9.12]
fortran-compiler: [gfortran-12]#[gfortran-10, gfortran-11, gfortran-12]
build-type: [Debug]#[Release, Debug]
py-version: [3.9.12]#[3.7.13, 3.9.12]

# Environmental variables
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_run_scm_rts_nvidia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
strategy:
matrix:
fortran-compiler: [nvfortran]
build-type: Debug#[Release, Debug]
enable-gpu-acc: False#[False, True]
build-type: [Debug]#[Release, Debug]
enable-gpu-acc: [False]#[False, True]
py-version: [3.9.12]

# Environmental variables
Expand Down

0 comments on commit 399b830

Please sign in to comment.