Skip to content

Commit

Permalink
240416.152326.HKT revise test_gfortran.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Apr 16, 2024
1 parent 52e9cda commit 97ac4c3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test_gfortran.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,14 @@ jobs:
sudo ln -sf $(which gfortran-${{ matrix.version }}) $(dirname $(which gfortran-${{ matrix.version }}))/gfortran
which gfortran && gfortran --version
- name: Revise string.f90, so that we know what is happening if assertion fails
if: ${{ matrix.os == 'macos-14' }}
shell: bash
run: |
cd fortran/common || exit 42
$SEDI "s|\(if (abs(x) < REALMAX) then\)|\1\nwrite(*,*) '====> x = ', x, 's = ', s, 'sx = ', str2real(s)|" string.f90
cat string.f90
- name: Revise linalg.f90 regarding a postcondition of p_norm, so that we know what is happening if it fails
shell: bash
run: |
Expand Down

0 comments on commit 97ac4c3

Please sign in to comment.