Hello, I’m not sure I understand why I get a discrepancy with those three queries: $ make -f gmakefile print-test argsearch='st_share_sub_ksp' ksp_ksp_tutorials-ex72_hpddm_gen_non_hermitian ksp_ksp_tutorials-ex72_hpddm_gen_non_hermitian_baij ksp_ksp_tutorials-ex76_geneo_share_cholesky ksp_ksp_tutorials-ex76_geneo_share_lu $ make -f gmakefile print-test argsearch='1_st_share_sub_ksp' [blank] $ make -f gmakefile.test print-test query='args' queryval='*_st_share_sub_ksp*' ksp_ksp_tutorials-ex72_hpddm_gen_non_hermitian ksp_ksp_tutorials-ex72_hpddm_gen_non_hermitian_baij
The exact argument in those tests is -pc_hpddm_levels_1_st_share_sub_ksp, so only the first query returns the appropriate list. Thanks, Pierre