We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b35fa7f commit 3ff2d4fCopy full SHA for 3ff2d4f
.github/workflows/test_ifx.yml
@@ -97,7 +97,7 @@ jobs:
97
cd "$ROOT_DIR"/fortran/tests
98
if [[ "${{ matrix.solver }}" == "cobyla" || "${{ matrix.testdim }}" == "big" ]]; then
99
$SEDI 's|::[[:space:]]*NRAND_DFT[[:space:]]*=.*$|:: NRAND_DFT = 1|g' testsuite/param.f90 # Number of random tests when the dimension is small
100
- RP=r$(( 2**(1 + $(date +%-d) % 2) ))
+ RP=r$(( 2**(2 + $(date +%-d) % 2) ))
101
echo "RP=${RP}"
102
make xtest_${IK}_${RP}_d1_tst.${{ matrix.solver }}
103
else
0 commit comments