<div dir="ltr">I am compiling, installing and checking 3.17.3, as posted below, following the usual instructions after each step.<div>I am getting an error with check.</div><div>Is there anything to do about this?</div><div>Should I be concerned?</div><div>Thanks<br><div><div><br></div><div>    $ ./configure --with-cc=mpicc -with-cxx=mpicxx --with-fc=mpif90 --prefix=/home/user1/usr/local --with-make-np=10 --with-shared-libraries --with-debugging=0 COPTFLAGS="-O -O3 -march=native -mtune=native" FOPTFLAGS="-O -O3 -march=native -mtune=native" CXXOPTFLAGS="-O -O3 -march=native -mtune=native" --force PETSC_DIR=/home/user1/Documents/installers/petsc/petsc-3.17.3 PETSC_ARCH=linux-gnu-cxx-opt --download-fblaslapack=/home/user1/Documents/installers/petsc/v3.4.2-p3.tar.gz --download-scalapack=/home/user1/Documents/installers/petsc/scalapack-5bad7487f496c811192334640ce4d3fc5f88144b.tar.gz --download-mumps=/home/user1/Documents/installers/petsc/v5.4.1-p1.tar.gz<br></div><div>    $ make PETSC_DIR=/home/user1/Documents/installers/petsc/petsc-3.17.3 PETSC_ARCH=linux-gnu-cxx-opt all<br>    $ make PETSC_DIR=/home/user1/Documents/installers/petsc/petsc-3.17.3 PETSC_ARCH=linux-gnu-cxx-opt install<br>    $ make PETSC_DIR=/home/user1/usr/local PETSC_ARCH="" check<br>    Running check examples to verify correct installation<br>    Using PETSC_DIR=/home/user1/usr/local and PETSC_ARCH=<br>    Possible error running C/C++ src/snes/tutorials/ex19 with 1 MPI process<br>    See <a href="https://petsc.org/release/faq/">https://petsc.org/release/faq/</a><br>    hwloc/linux: Ignoring PCI device with non-16bit domain.<br>    Pass --enable-32bits-pci-domain to configure to support such devices<br>    (warning: it would break the library ABI, don't enable unless really needed).<br>    lid velocity = 0.0016, prandtl # = 1., grashof # = 1.<br>    Number of SNES iterations = 2<br>    Possible error running C/C++ src/snes/tutorials/ex19 with 2 MPI processes<br>    See <a href="https://petsc.org/release/faq/">https://petsc.org/release/faq/</a><br>    hwloc/linux: Ignoring PCI device with non-16bit domain.<br>    Pass --enable-32bits-pci-domain to configure to support such devices<br>    (warning: it would break the library ABI, don't enable unless really needed).<br>    lid velocity = 0.0016, prandtl # = 1., grashof # = 1.<br>    Number of SNES iterations = 2<br>    0a1,3<br>    > hwloc/linux: Ignoring PCI device with non-16bit domain.<br>    > Pass --enable-32bits-pci-domain to configure to support such devices<br>    > (warning: it would break the library ABI, don't enable unless really needed).<br>    /home/user1/Documents/installers/petsc/petsc-3.17.3/src/snes/tutorials<br>    Possible problem with ex19 running with mumps, diffs above<br>    =========================================<br>    Possible error running Fortran example src/snes/tutorials/ex5f with 1 MPI process<br>    See <a href="https://petsc.org/release/faq/">https://petsc.org/release/faq/</a><br>    hwloc/linux: Ignoring PCI device with non-16bit domain.<br>    Pass --enable-32bits-pci-domain to configure to support such devices<br>    (warning: it would break the library ABI, don't enable unless really needed).<br>    Number of SNES iterations =     4<br>    Completed test examples<br><br></div><div>When I did the same some time ago, with 3.13.0 and in a similar system, I got different errors...</div><div><br></div><div>    $ make PETSC_DIR=/home/user1/usr/local PETSC_ARCH="" check<br>    Running check examples to verify correct installation<br>    Using PETSC_DIR=/home/user1/usr/local and PETSC_ARCH=<br>    Possible error running C/C++ src/snes/tutorials/ex19 with 1 MPI process<br>    See <a href="http://www.mcs.anl.gov/petsc/documentation/faq.html">http://www.mcs.anl.gov/petsc/documentation/faq.html</a><br>    [mpiexec@server1] match_arg (utils/args/args.c:160): unrecognized argument oversubscribe<br>    [mpiexec@server1] HYDU_parse_array (utils/args/args.c:175): argument matching returned error<br>    [mpiexec@server1] parse_args (ui/mpich/utils.c:1603): error parsing input array<br>    [mpiexec@server1] HYD_uii_mpx_get_parameters (ui/mpich/utils.c:1655): unable to parse user arguments<br>    [mpiexec@server1] main (ui/mpich/mpiexec.c:128): error parsing parameters<br>    Possible error running C/C++ src/snes/tutorials/ex19 with 2 MPI processes<br>    See <a href="http://www.mcs.anl.gov/petsc/documentation/faq.html">http://www.mcs.anl.gov/petsc/documentation/faq.html</a><br>    [mpiexec@server1] match_arg (utils/args/args.c:160): unrecognized argument oversubscribe<br>    [mpiexec@server1] HYDU_parse_array (utils/args/args.c:175): argument matching returned error<br>    [mpiexec@server1] parse_args (ui/mpich/utils.c:1603): error parsing input array<br>    [mpiexec@server1] HYD_uii_mpx_get_parameters (ui/mpich/utils.c:1655): unable to parse user arguments<br>    [mpiexec@server1] main (ui/mpich/mpiexec.c:128): error parsing parameters<br>    1,9c1,5<br>    < lid velocity = 0.0625, prandtl # = 1., grashof # = 1.<br>    <   0 SNES Function norm 0.239155<br>    <     0 KSP Residual norm 0.239155<br>    <     1 KSP Residual norm < 1.e-11<br>    <   1 SNES Function norm 6.81968e-05<br>    <     0 KSP Residual norm 6.81968e-05<br>    <     1 KSP Residual norm < 1.e-11<br>    <   2 SNES Function norm < 1.e-11<br>    < Number of SNES iterations = 2<br>    ---<br>    > [mpiexec@server1] match_arg (utils/args/args.c:160): unrecognized argument oversubscribe<br>    > [mpiexec@server1] HYDU_parse_array (utils/args/args.c:175): argument matching returned error<br>    > [mpiexec@server1] parse_args (ui/mpich/utils.c:1603): error parsing input array<br>    > [mpiexec@server1] HYD_uii_mpx_get_parameters (ui/mpich/utils.c:1655): unable to parse user arguments<br>    > [mpiexec@server1] main (ui/mpich/mpiexec.c:128): error parsing parameters<br>    /home/user1/Documents/installers/petsc/petsc-3.13.0/src/snes/tutorials<br>    Possible problem with ex19 running with mumps, diffs above<br>    =========================================<br>    Possible error running Fortran example src/snes/tutorials/ex5f with 1 MPI process<br>    See <a href="http://www.mcs.anl.gov/petsc/documentation/faq.html">http://www.mcs.anl.gov/petsc/documentation/faq.html</a><br>    [mpiexec@server1] match_arg (utils/args/args.c:160): unrecognized argument oversubscribe<br>    [mpiexec@server1] HYDU_parse_array (utils/args/args.c:175): argument matching returned error<br>    [mpiexec@server1] parse_args (ui/mpich/utils.c:1603): error parsing input array<br>    [mpiexec@server1] HYD_uii_mpx_get_parameters (ui/mpich/utils.c:1655): unable to parse user arguments<br>    [mpiexec@server1] main (ui/mpich/mpiexec.c:128): error parsing parameters<br>    Completed test examples<br></div><div><br></div><div><br></div><div><br></div><div><br></div></div></div></div>