Skip to content

Commit

Permalink
240422.215857.HKT revise stress_test_fortran.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Apr 22, 2024
1 parent 0143215 commit 5366ab6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/stress_test_fortran.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,13 @@ jobs:
cd "$ROOT_DIR"/fortran/tests
export TESTDIM=${{ matrix.testdim }}
RK=$((2**($(date +%-d) % 3 + 2)))
echo "RK = " $RK
if [[ $RK==16 && dfrv == *${{ matrix.compiler }}* ]] ; then
echo "r16 test is skipped for compiler " ${{ matrix.compiler }}
else
make ${{ matrix.compiler }}test_i2_r${RK}_d1_tst.${{ matrix.solver }}
echo "Test r8 instead"
RK=8
fi
echo "RK = " $RK
make ${{ matrix.compiler }}test_i2_r${RK}_d1_tst.${{ matrix.solver }}
- name: Store artifacts
uses: actions/upload-artifact@v4.3.1
Expand Down

0 comments on commit 5366ab6

Please sign in to comment.