It's something like this:
cd arch-debug-uni/tests/sys/tests/runex54_1_options_file-ex54options_1a_wrong/
cat *.tmp # Does anything look fishy?
cat diff*.sh # see how diff test with filter is being setup by harness
./diff*.sh # run the diff test
Hopefully you can see what's the
> On 12 May 2021, at 13:17, Matthew Knepley wrote:
>
> We need makefile parsing, which is currently in distutils. Casual Googling
> does not find it in
> any other packages. Where has Python moved it? I am assuming they have not
> just dropped
> it on the floor.
It's been moved into sysconf
I'm currently trying to build PETSc on a NEC-SX. Apart from other issues,
I'm facing the following issue with the testsuite.
[zampins@stork petsc]$ make test s='sys*ex54*1a*' V=1
Using MAKEFLAGS: -- V=1 s=sys*ex54*1a*
arch-debug-uni/tests/sys/tests/runex54_1_options_file-ex54options_1a_wrong.sh
-
On Wed, May 12, 2021 at 5:51 AM Antonio T. sagitter <
sagit...@fedoraproject.org> wrote:
> Hi all.
>
> I'm sorry if using python-3.10 is not in your plan yet and this mail is
> inappropriate now.
>
> This is an error from a build of PETSc-3.15 in a Python-3.10.0b1 (on
> Fedora 35
> , GCC-11.1.1):