Skip to content

Commit

Permalink
240127.044723.HKT revise preproc.f90 for debugging before verify_small
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Jan 26, 2024
1 parent a2b7b4a commit 050f2e5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/verify_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,15 @@ jobs:
$SEDI 's|\(prob.options = test_options;\)|\1\nformat long; prob.options|' isequiv.m
cat isequiv.m
# Revise preproc.f90 for debugging.
- name: Revise preproc.f90
shell: bash
run: |
cd fortran/common || exit 42
$SEDI "s|\(rhoend = .*$\)|\1\nwrite(18, \*) 'rhoend, rhobeg = ', rhoend, rhobeg|" preproc.f90
$SEDI "s|\(end subroutine preproc\)|close(18)\n\1|" preproc.f90
cat preproc.f90
# Revise cobyla/trustregion.f90 for debugging.
- name: Revise cobyla/trustregion.f90
shell: bash
Expand Down

0 comments on commit 050f2e5

Please sign in to comment.