<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class=""><br class=""></div>  Posted to <a href="https://gitlab.com/petsc/petsc/-/merge_requests/4619#note_1122550807" class="">https://gitlab.com/petsc/petsc/-/merge_requests/4619#note_1122550807</a><div class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Oct 3, 2022, at 11:13 AM, Stefano Zampini <<a href="mailto:stefano.zampini@gmail.com" class="">stefano.zampini@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="">Just reconfigured today with release and got this</div><div class=""><div class=""><br class=""></div><div class="">[szampini@localhost poisson]$ cat test.py <br class="">from petsc4py import PETSc<br class=""><br class="">A = PETSc.Mat().create(comm=PETSc.COMM_WORLD)</div><div class=""><br class="">[szampini@localhost poisson]$ PETSC_ARCH=arch-test mpiexec -n 2 python test.py <br class="">[0]PETSC ERROR: --------------------- Error Message --------------------------------------------------------------<br class="">[0]PETSC ERROR: Object is in wrong state<br class="">[0]PETSC ERROR: Provided array in argument 1 is not sorted<br class="">[0]PETSC ERROR: See <a href="https://petsc.org/release/faq/" class="">https://petsc.org/release/faq/</a> for trouble shooting.<br class="">[0]PETSC ERROR: Petsc Release Version 3.18.0, unknown <br class="">[0]PETSC ERROR: Unknown Name on a arch-test named localhost.localdomain by szampini Mon Oct  3 18:12:34 2022<br class="">[0]PETSC ERROR: Configure options PETSC_ARCH=arch-test<br class="">[0]PETSC ERROR: #1 GarbageKeySortedIntersect_Private() at /home/szampini/Devel/petsc/src/sys/objects/garbage.c:93<br class="">[1]PETSC ERROR: --------------------- Error Message --------------------------------------------------------------<br class="">[1]PETSC ERROR: Object is in wrong state<br class="">[1]PETSC ERROR: Provided array in argument 1 is not sorted<br class="">[1]PETSC ERROR: See <a href="https://petsc.org/release/faq/" class="">https://petsc.org/release/faq/</a> for trouble shooting.<br class="">[1]PETSC ERROR: Petsc Release Version 3.18.0, unknown <br class="">[1]PETSC ERROR: Unknown Name on a arch-test named localhost.localdomain by szampini Mon Oct  3 18:12:34 2022<br class="">[1]PETSC ERROR: Configure options PETSC_ARCH=arch-test<br class="">[1]PETSC ERROR: #1 GarbageKeySortedIntersect_Private() at /home/szampini/Devel/petsc/src/sys/objects/garbage.c:93</div></div><div class=""><br class="">-- <br class=""><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Stefano</div></div></div>
</div></blockquote></div><br class=""></div></body></html>