Skip to content

Commit

Permalink
240405.160202.HKT correct test_nvfortran.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Apr 5, 2024
1 parent 7cfa3e0 commit 1c4898b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_armflang_pi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Miscellaneous setup
run: bash .github/scripts/misc_setup

- Revise bobyqa/trustregion.f90 to see why `xbdi(trueloc(xopt >= su .and. gopt <= 0)) = 1` leads to a SIGFPE
- name: Revise bobyqa/trustregion.f90 to see why `xbdi(trueloc(xopt >= su .and. gopt <= 0)) = 1` leads to a SIGFPE
shell: bash
if: ${{ matrix.solver == 'bobyqa' }}
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_nvfortran.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Miscellaneous setup
run: bash .github/scripts/misc_setup

- Revise bobyqa/trustregion.f90 to see why `xbdi(trueloc(xopt >= su .and. gopt <= 0)) = 1` leads to a SIGFPE
- name: Revise bobyqa/trustregion.f90 to see why `xbdi(trueloc(xopt >= su .and. gopt <= 0)) = 1` leads to a SIGFPE
shell: bash
if: ${{ matrix.solver == 'bobyqa' }}
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_nvfortran_pi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Miscellaneous setup
run: bash .github/scripts/misc_setup

- Revise bobyqa/trustregion.f90 to see why `xbdi(trueloc(xopt >= su .and. gopt <= 0)) = 1` leads to a SIGFPE
- name: Revise bobyqa/trustregion.f90 to see why `xbdi(trueloc(xopt >= su .and. gopt <= 0)) = 1` leads to a SIGFPE
shell: bash
if: ${{ matrix.solver == 'bobyqa' }}
run:
Expand Down

0 comments on commit 1c4898b

Please sign in to comment.