Skip to content

Commit

Permalink
Merge pull request #1460 from dmcdougall/enable_domain_wall_builds
Browse files Browse the repository at this point in the history
Turn on domain wall builds
  • Loading branch information
maddyscientist authored May 3, 2024
2 parents d00e42c + 0f1e2cb commit d157911
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rocm-build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: [self-hosted, amd]
strategy:
matrix:
rocm: [ 5.6.1, 5.7.2 ]
rocm: [ 5.6.1, 6.0.2 ]
steps:
- uses: actions/checkout@v3
- run: |
Expand All @@ -22,7 +22,7 @@ jobs:
-DROCM_PATH=${ROCM_PATH} \
-DQUDA_DIRAC_CLOVER=ON \
-DQUDA_DIRAC_CLOVER_HASENBUSCH=OFF \
-DQUDA_DIRAC_DOMAIN_WALL=OFF \
-DQUDA_DIRAC_DOMAIN_WALL=ON \
-DQUDA_DIRAC_NDEG_TWISTED_MASS=OFF \
-DQUDA_DIRAC_STAGGERED=ON \
-DQUDA_DIRAC_TWISTED_MASS=OFF \
Expand Down

0 comments on commit d157911

Please sign in to comment.