Skip to content

Commit

Permalink
240214.075545.HKT correct profile_*.yml regarding SOLNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Feb 13, 2024
1 parent c31b9de commit eed37e9
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/profile_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ jobs:
if: always()
shell: bash
run: |
solver=${{ matrix.solver }}
cd /tmp/${{ env.SOLNAME }}_profile_prima/
solver=${{ env.SOLNAME }}
cd /tmp/${solver}_profile_prima/
ls *${solver}*_start -1 > ${solver}_prob_start
ls *${solver}*_end -1 > ${solver}_prob_end
diff ${solver}_prob_start ${solver}_prob_end > ${solver}_stuck || :
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/profile_all_sq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ jobs:
if: always()
shell: bash
run: |
solver=${{ matrix.solver }}
cd /tmp/${{ env.SOLNAME }}_profile_prima/
solver=${{ env.SOLNAME }}
cd /tmp/${solver}_profile_prima/
ls *${solver}*_start -1 > ${solver}_prob_start
ls *${solver}*_end -1 > ${solver}_prob_end
diff ${solver}_prob_start ${solver}_prob_end > ${solver}_stuck || :
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_cobyla_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
if: always()
shell: bash
run: |
solver=${{ matrix.solver }}
solver=${{ env.SOLNAME }}
cd /tmp/${solver}_profile_prima/
ls *${solver}*_start -1 > ${solver}_prob_start
ls *${solver}*_end -1 > ${solver}_prob_end
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_cobyla_small_sq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
if: always()
shell: bash
run: |
solver=${{ matrix.solver }}
solver=${{ env.SOLNAME }}
cd /tmp/${solver}_profile_prima/
ls *${solver}*_start -1 > ${solver}_prob_start
ls *${solver}*_end -1 > ${solver}_prob_end
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/profile_compiler_options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ jobs:
if: always()
shell: bash
run: |
solver=${{ matrix.solver }}
cd /tmp/${{ env.SOLNAME }}_profile_prima/
solver=${{ env.SOLNAME }}
cd /tmp/${solver}_profile_prima/
ls *${solver}*_start -1 > ${solver}_prob_start
ls *${solver}*_end -1 > ${solver}_prob_end
diff ${solver}_prob_start ${solver}_prob_end > ${solver}_stuck || :
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/profile_infnan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ jobs:
if: always()
shell: bash
run: |
solver=${{ matrix.solver }}
cd /tmp/${{ env.SOLNAME }}_profile_prima/
solver=${{ env.SOLNAME }}
cd /tmp/${solver}_profile_prima/
ls *${solver}*_start -1 > ${solver}_prob_start
ls *${solver}*_end -1 > ${solver}_prob_end
diff ${solver}_prob_start ${solver}_prob_end > ${solver}_stuck || :
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/profile_int16.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ jobs:
if: always()
shell: bash
run: |
solver=${{ matrix.solver }}
cd /tmp/${{ env.SOLNAME }}_profile_prima/
solver=${{ env.SOLNAME }}
cd /tmp/${solver}_profile_prima/
ls *${solver}*_start -1 > ${solver}_prob_start
ls *${solver}*_end -1 > ${solver}_prob_end
diff ${solver}_prob_start ${solver}_prob_end > ${solver}_stuck || :
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_prima_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
if: always()
shell: bash
run: |
solver=${{ matrix.solver }}
solver=${{ env.SOLNAME }}
cd /tmp/${solver}_profile_prima/
ls *${solver}*_start -1 > ${solver}_prob_start
ls *${solver}*_end -1 > ${solver}_prob_end
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/profile_quadruple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ jobs:
if: always()
shell: bash
run: |
solver=${{ matrix.solver }}
cd /tmp/${{ env.SOLNAME }}_profile_prima/
solver=${{ env.SOLNAME }}
cd /tmp/${solver}_profile_prima/
ls *${solver}*_start -1 > ${solver}_prob_start
ls *${solver}*_end -1 > ${solver}_prob_end
diff ${solver}_prob_start ${solver}_prob_end > ${solver}_stuck || :
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/profile_rescue_idz_classical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ jobs:
if: always()
shell: bash
run: |
solver=${{ matrix.solver }}
cd /tmp/${{ env.SOLNAME }}_profile_${{ env.BENCHMARK }}/
solver=${{ env.SOLNAME }}
cd /tmp/${solver}_profile_${{ env.BENCHMARK }}/
ls *${solver}*_start -1 > ${solver}_prob_start
ls *${solver}*_end -1 > ${solver}_prob_end
diff ${solver}_prob_start ${solver}_prob_end > ${solver}_stuck || :
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/profile_rescue_idz_modernized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ jobs:
if: always()
shell: bash
run: |
solver=${{ matrix.solver }}
cd /tmp/${{ env.SOLNAME }}_profile_${{ env.BENCHMARK }}/
solver=${{ env.SOLNAME }}
cd /tmp/${solver}_profile_${{ env.BENCHMARK }}/
ls *${solver}*_start -1 > ${solver}_prob_start
ls *${solver}*_end -1 > ${solver}_prob_end
diff ${solver}_prob_start ${solver}_prob_end > ${solver}_stuck || :
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/profile_single.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ jobs:
if: always()
shell: bash
run: |
solver=${{ matrix.solver }}
cd /tmp/${{ env.SOLNAME }}_profile_prima/
solver=${{ env.SOLNAME }}
cd /tmp/${solver}_profile_prima/
ls *${solver}*_start -1 > ${solver}_prob_start
ls *${solver}*_end -1 > ${solver}_prob_end
diff ${solver}_prob_start ${solver}_prob_end > ${solver}_stuck || :
Expand Down
3 changes: 3 additions & 0 deletions matlab/tests/private/isequiv.m
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,7 @@ function isequiv(solvers, options)
'CHNROSNB', ...
'CHNRSNBM', ...
'ERRINROS', ...
'ERRINRSM', ...
'HYDCAR6LS', ...
'METHANB8LS', ...
'METHANL8LS', ...
Expand All @@ -695,6 +696,7 @@ function isequiv(solvers, options)
'CHNROSNB', ...
'CHNRSNBM', ...
'ERRINROS', ...
'ERRINRSM', ...
'HYDCAR6LS', ...
'METHANL8LS', ...
'TOINTGOR', ...
Expand All @@ -710,6 +712,7 @@ function isequiv(solvers, options)
'CHNRSNBM', ...
'CHWIRUT2LS', ...
'DALLASS', ...
'ERRINROS', ...
'ERRINRSM', ...
'GOULDQP1', ...
'HYDCAR6LS', ...
Expand Down

0 comments on commit eed37e9

Please sign in to comment.