[petsc-dev] test harness requires case independent

2022-04-27 Thread Barry Smith
Scott, Could the test harness search for requires be made case independent? $ make -f gmakefile.test test query='requires' queryval='*superlu_dist*' Using MAKEFLAGS: -- queryval=*superlu_dist* query=requires CLINKER arch-superlu_dist-single/tests/ksp/ksp/tests/ex17 TEST arch-su

Re: [petsc-dev] odd log behavior

2022-04-27 Thread Barry Smith
Only KSPSolve, SNESSolve, TSSolve will have legitimate values. "High-level" functions like PtAP can be asynchronous (meaning the GPU returns to the CPU to do more stuff) before they are complete, hence their timings would be incorrect and so they must be labeled with a special marker and not

Re: [petsc-dev] odd log behavior

2022-04-27 Thread Mark Adams
On Tue, Apr 26, 2022 at 8:00 PM Barry Smith wrote: > > The current nan output has to be replaced to get the column alignment > correct, I just didn't feel like making that change also in the same MR. > > Something like Unknown or anything that fits in the column space would > be fine. It just