Skip to content

Commit 9b8a27a

Browse files
committed
250829.071947.CST [skip ci]revise test_ifx.yml rgarding NRAND_DFT
1 parent b78bb7a commit 9b8a27a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test_ifx.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ jobs:
9090
run: |
9191
cd fortran/tests || exit 42
9292
$SEDI 's|::[[:space:]]*bign[[:space:]]*=.*$|:: bign = 200_IK|' test_bobyqa.f90
93-
$SEDI 's|::[[:space:]]*bign[[:space:]]*=.*$|:: bign = 200_IK|' test_lincoa.f90
93+
$SEDI 's|::[[:space:]]*bign[[:space:]]*=.*$|:: bign = 160_IK|' test_lincoa.f90
94+
$SEDI 's|::[[:space:]]*NRAND_DFT[[:space:]]*=.*$|:: NRAND_DFT = 2|g' testsuite/param.f90
95+
cat test_bobyqa.f90 test_lincoa.f90 testsuite/param.f90
9496
9597
- name: Conduct the test
9698
shell: bash

0 commit comments

Comments
 (0)