Commit a8e5e9a
zxy.monado
Clean: drop the duplicated chebyshev checkconverge tests
The previous commit stops `checkconverge` and `checkconverge_float` from being
compiled out of `MODULE_BASE_math_chebyshev`. They cannot actually run in that
target: they reach `GlobalFunc::ddot_real` -> `Parallel_Reduce::reduce_pool`, which
needs a valid `POOL_WORLD`, and this target has no MPI setup -- unlike
`MODULE_BASE_opt_cg` / `MODULE_BASE_opt_tn`, which #7888 gave `mpi_test_main.cpp`.
They are also redundant: both are byte-identical to the tests of the same names in
`test_parallel/math_cheby_mpi_test.cpp` (`MODULE_BASE_math_chebyshev_mpi`), which
sets `POOL_WORLD` up in its fixture and runs them properly.
So delete the copies rather than stand up a second MPI harness for them. No
coverage is lost.1 parent 95204b1 commit a8e5e9a
1 file changed
Lines changed: 1 addition & 71 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | | - | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | | - | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | | - | |
351 | | - | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | | - | |
364 | | - | |
365 | | - | |
366 | | - | |
367 | | - | |
368 | | - | |
369 | | - | |
370 | | - | |
371 | | - | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | | - | |
379 | 334 | | |
380 | 335 | | |
381 | 336 | | |
| |||
616 | 571 | | |
617 | 572 | | |
618 | 573 | | |
619 | | - | |
620 | | - | |
621 | | - | |
622 | | - | |
623 | | - | |
624 | | - | |
625 | | - | |
626 | | - | |
627 | | - | |
628 | | - | |
629 | | - | |
630 | | - | |
631 | | - | |
632 | | - | |
633 | | - | |
634 | | - | |
635 | | - | |
636 | | - | |
637 | | - | |
638 | | - | |
639 | | - | |
640 | | - | |
| 574 | + | |
641 | 575 | | |
642 | | - | |
643 | | - | |
644 | | - | |
645 | | - | |
0 commit comments