[petsc-dev] Wrong "failed tests" command

Jed Brown jed at jedbrown.org
Mon Oct 21 13:47:00 CDT 2019


Yeah, it's missing the numeric block size.  The following works

/usr/bin/make -f gmakefile test globsearch='mat_tests-ex128_1 mat_tests-ex37_nsize-2_mat_type-mpibaij_mat_block_size-1'

Also, globsearch can be replaced by search in this usage.

"Smith, Barry F. via petsc-dev" <petsc-dev at mcs.anl.gov> writes:

>   May need more work on the tester infrastructure?
>
>> On Oct 21, 2019, at 12:30 PM, Pierre Jolivet via petsc-dev <petsc-dev at mcs.anl.gov> wrote:
>> 
>> Hello,
>> In this pipeline build log, https://gitlab.com/petsc/petsc/-/jobs/326525063, it shows that I can rerun failed tests using the following command:
>> /usr/bin/make -f gmakefile test globsearch='mat_tests-ex128_1 mat_tests-ex37_nsize-2_mat_type-mpibaij_mat_block_size mat_tests-ex37_nsize-1_mat_type-mpibaij_mat_block_size mat_tests-ex128_2 mat_tests-ex37_nsize-2_mat_type-baij_mat_block_size mat_tests-ex37_nsize-1_mat_type-baij_mat_block_size mat_tests-ex30_4 mat_tests-ex37_nsize-2_mat_type-sbaij_mat_block_size mat_tests-ex18_* mat_tests-ex76_3 mat_tests-ex37_nsize-2_mat_type-mpisbaij_mat_block_size mat_tests-ex37_nsize-1_mat_type-sbaij_mat_block_size’
>> 
>> If used, this command does not run any of the mat_test-ex37* tests.
>> 
>> Thanks,
>> Pierre


More information about the petsc-dev mailing list