|
29 | 29 | matlab: [latest] |
30 | 30 | dim: [small] |
31 | 31 | solver: [cobylal, cobylan] |
32 | | - #competitor: [classical, archiva, norma] |
33 | | - competitor: [norma] |
| 32 | + competitor: [classical, archiva, norma] |
34 | 33 | with_optim_toolbox: [yes, no] |
35 | 34 | ctol_indicator: [0, 1, 2] |
36 | 35 | exclude: |
@@ -130,20 +129,11 @@ jobs: |
130 | 129 | options = struct(); |
131 | 130 | options.nr = 3; |
132 | 131 | options.ctol_multiple = 10^(2*str2num('${{ matrix.ctol_indicator }}')); |
133 | | - options.debug=true; |
134 | 132 |
|
135 | | - try |
136 | 133 | if strcmp('${{ matrix.solver }}', 'cobylal') |
137 | | - prof('cobyla', '${{ matrix.dim }}', 'l', '${{ matrix.competitor }}', 'seq', options); |
| 134 | + prof('cobyla', '${{ matrix.dim }}', 'l', '${{ matrix.competitor }}', options); |
138 | 135 | elseif strcmp('${{ matrix.solver }}', 'cobylan') |
139 | | - prof('cobyla', '${{ matrix.dim }}', 'n', '${{ matrix.competitor }}', 'seq', options); |
140 | | - end |
141 | | - catch exception |
142 | | - % If an exception occurs, we will copy the crash dump files to root_dir. |
143 | | - % This is useful for debugging the test failures. |
144 | | - copy_crash_dump_files(root_dir) |
145 | | - dir(root_dir) |
146 | | - rethrow(exception); |
| 136 | + prof('cobyla', '${{ matrix.dim }}', 'n', '${{ matrix.competitor }}', options); |
147 | 137 | end |
148 | 138 |
|
149 | 139 |
|
@@ -187,7 +177,6 @@ jobs: |
187 | 177 | with: |
188 | 178 | name: artifact-${{ matrix.solver }}-${{ matrix.dim }}-${{ matrix.competitor }}-${{ matrix.with_optim_toolbox }}-${{ matrix.ctol_indicator }} |
189 | 179 | path: | |
190 | | - mathlab_crash_dump* |
191 | 180 | /tmp/cobyla_profile_prima/*summary*.pdf |
192 | 181 | /tmp/cobyla_profile_prima/*.txt |
193 | 182 | /tmp/cobyla_profile_prima/*start* |
|
0 commit comments