We're seeing test failures after bumping to 1.10.1 in Fedora (see below).  Is
anyone else seeing this?  Any suggestions for debugging?

======================================================================
ERROR: testGatherv (test_cco_nb_vec.TestCCOVecSelf)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test/test_cco_nb_vec.py", line 40, in testGatherv
    self.COMM.Igatherv(sbuf.as_mpi(), recvbuf, root).Wait()
  File "MPI/Comm.pyx", line 787, in mpi4py.MPI.Comm.Igatherv
(src/mpi4py.MPI.c:100799)
Exception: MPI_ERR_SIZE: invalid size

======================================================================
ERROR: testGatherv2 (test_cco_nb_vec.TestCCOVecSelf)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test/test_cco_nb_vec.py", line 64, in testGatherv2
    self.COMM.Igatherv(sendbuf, recvbuf, root).Wait()
  File "MPI/Comm.pyx", line 787, in mpi4py.MPI.Comm.Igatherv
(src/mpi4py.MPI.c:100799)
Exception: MPI_ERR_SIZE: invalid size

======================================================================
ERROR: testGatherv3 (test_cco_nb_vec.TestCCOVecSelf)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test/test_cco_nb_vec.py", line 89, in testGatherv3
    self.COMM.Igatherv(sendbuf, recvbuf, root).Wait()
  File "MPI/Comm.pyx", line 787, in mpi4py.MPI.Comm.Igatherv
(src/mpi4py.MPI.c:100799)
Exception: MPI_ERR_SIZE: invalid size

======================================================================
ERROR: testScatterv (test_cco_nb_vec.TestCCOVecSelf)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test/test_cco_nb_vec.py", line 120, in testScatterv
    self.COMM.Iscatterv(sendbuf, rbuf.as_mpi(), root).Wait()
  File "MPI/Comm.pyx", line 815, in mpi4py.MPI.Comm.Iscatterv
(src/mpi4py.MPI.c:101257)
Exception: MPI_ERR_SIZE: invalid size

======================================================================
ERROR: testScatterv2 (test_cco_nb_vec.TestCCOVecSelf)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test/test_cco_nb_vec.py", line 138, in testScatterv2
    self.COMM.Iscatterv(sendbuf, recvbuf, root).Wait()
  File "MPI/Comm.pyx", line 815, in mpi4py.MPI.Comm.Iscatterv
(src/mpi4py.MPI.c:101257)
Exception: MPI_ERR_SIZE: invalid size

======================================================================
ERROR: testScatterv3 (test_cco_nb_vec.TestCCOVecSelf)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test/test_cco_nb_vec.py", line 160, in testScatterv3
    self.COMM.Iscatterv(sendbuf, recvbuf, root).Wait()
  File "MPI/Comm.pyx", line 815, in mpi4py.MPI.Comm.Iscatterv
(src/mpi4py.MPI.c:101257)
Exception: MPI_ERR_SIZE: invalid size

======================================================================
ERROR: testGatherv (test_cco_nb_vec.TestCCOVecSelfDup)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test/test_cco_nb_vec.py", line 40, in testGatherv
    self.COMM.Igatherv(sbuf.as_mpi(), recvbuf, root).Wait()
  File "MPI/Comm.pyx", line 787, in mpi4py.MPI.Comm.Igatherv
(src/mpi4py.MPI.c:100799)
Exception: MPI_ERR_SIZE: invalid size

======================================================================
ERROR: testGatherv2 (test_cco_nb_vec.TestCCOVecSelfDup)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test/test_cco_nb_vec.py", line 64, in testGatherv2
    self.COMM.Igatherv(sendbuf, recvbuf, root).Wait()
  File "MPI/Comm.pyx", line 787, in mpi4py.MPI.Comm.Igatherv
(src/mpi4py.MPI.c:100799)
Exception: MPI_ERR_SIZE: invalid size

======================================================================
ERROR: testGatherv3 (test_cco_nb_vec.TestCCOVecSelfDup)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test/test_cco_nb_vec.py", line 89, in testGatherv3
    self.COMM.Igatherv(sendbuf, recvbuf, root).Wait()
  File "MPI/Comm.pyx", line 787, in mpi4py.MPI.Comm.Igatherv
(src/mpi4py.MPI.c:100799)
Exception: MPI_ERR_SIZE: invalid size

======================================================================
ERROR: testScatterv (test_cco_nb_vec.TestCCOVecSelfDup)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test/test_cco_nb_vec.py", line 120, in testScatterv
    self.COMM.Iscatterv(sendbuf, rbuf.as_mpi(), root).Wait()
  File "MPI/Comm.pyx", line 815, in mpi4py.MPI.Comm.Iscatterv
(src/mpi4py.MPI.c:101257)
Exception: MPI_ERR_SIZE: invalid size

======================================================================
ERROR: testScatterv2 (test_cco_nb_vec.TestCCOVecSelfDup)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test/test_cco_nb_vec.py", line 138, in testScatterv2
    self.COMM.Iscatterv(sendbuf, recvbuf, root).Wait()
  File "MPI/Comm.pyx", line 815, in mpi4py.MPI.Comm.Iscatterv
(src/mpi4py.MPI.c:101257)
Exception: MPI_ERR_SIZE: invalid size

======================================================================
ERROR: testScatterv3 (test_cco_nb_vec.TestCCOVecSelfDup)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test/test_cco_nb_vec.py", line 160, in testScatterv3
    self.COMM.Iscatterv(sendbuf, recvbuf, root).Wait()
  File "MPI/Comm.pyx", line 815, in mpi4py.MPI.Comm.Iscatterv
(src/mpi4py.MPI.c:101257)
Exception: MPI_ERR_SIZE: invalid size

======================================================================
ERROR: testGatherv (test_cco_nb_vec.TestCCOVecWorld)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test/test_cco_nb_vec.py", line 40, in testGatherv
    self.COMM.Igatherv(sbuf.as_mpi(), recvbuf, root).Wait()
  File "MPI/Comm.pyx", line 787, in mpi4py.MPI.Comm.Igatherv
(src/mpi4py.MPI.c:100799)
Exception: MPI_ERR_SIZE: invalid size

======================================================================
ERROR: testGatherv2 (test_cco_nb_vec.TestCCOVecWorld)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test/test_cco_nb_vec.py", line 64, in testGatherv2
    self.COMM.Igatherv(sendbuf, recvbuf, root).Wait()
  File "MPI/Comm.pyx", line 787, in mpi4py.MPI.Comm.Igatherv
(src/mpi4py.MPI.c:100799)
Exception: MPI_ERR_SIZE: invalid size

======================================================================
ERROR: testGatherv3 (test_cco_nb_vec.TestCCOVecWorld)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test/test_cco_nb_vec.py", line 89, in testGatherv3
    self.COMM.Igatherv(sendbuf, recvbuf, root).Wait()
  File "MPI/Comm.pyx", line 787, in mpi4py.MPI.Comm.Igatherv
(src/mpi4py.MPI.c:100799)
Exception: MPI_ERR_SIZE: invalid size

======================================================================
ERROR: testScatterv (test_cco_nb_vec.TestCCOVecWorld)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test/test_cco_nb_vec.py", line 120, in testScatterv
    self.COMM.Iscatterv(sendbuf, rbuf.as_mpi(), root).Wait()
  File "MPI/Comm.pyx", line 815, in mpi4py.MPI.Comm.Iscatterv
(src/mpi4py.MPI.c:101257)
Exception: MPI_ERR_SIZE: invalid size

======================================================================
ERROR: testScatterv2 (test_cco_nb_vec.TestCCOVecWorld)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test/test_cco_nb_vec.py", line 138, in testScatterv2
    self.COMM.Iscatterv(sendbuf, recvbuf, root).Wait()
  File "MPI/Comm.pyx", line 815, in mpi4py.MPI.Comm.Iscatterv
(src/mpi4py.MPI.c:101257)
Exception: MPI_ERR_SIZE: invalid size

======================================================================
ERROR: testScatterv3 (test_cco_nb_vec.TestCCOVecWorld)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test/test_cco_nb_vec.py", line 160, in testScatterv3
    self.COMM.Iscatterv(sendbuf, recvbuf, root).Wait()
  File "MPI/Comm.pyx", line 815, in mpi4py.MPI.Comm.Iscatterv
(src/mpi4py.MPI.c:101257)
Exception: MPI_ERR_SIZE: invalid size

======================================================================
ERROR: testGatherv (test_cco_nb_vec.TestCCOVecWorldDup)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test/test_cco_nb_vec.py", line 40, in testGatherv
    self.COMM.Igatherv(sbuf.as_mpi(), recvbuf, root).Wait()
  File "MPI/Comm.pyx", line 787, in mpi4py.MPI.Comm.Igatherv
(src/mpi4py.MPI.c:100799)
Exception: MPI_ERR_SIZE: invalid size

======================================================================
ERROR: testGatherv2 (test_cco_nb_vec.TestCCOVecWorldDup)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test/test_cco_nb_vec.py", line 64, in testGatherv2
    self.COMM.Igatherv(sendbuf, recvbuf, root).Wait()
  File "MPI/Comm.pyx", line 787, in mpi4py.MPI.Comm.Igatherv
(src/mpi4py.MPI.c:100799)
Exception: MPI_ERR_SIZE: invalid size

======================================================================
ERROR: testGatherv3 (test_cco_nb_vec.TestCCOVecWorldDup)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test/test_cco_nb_vec.py", line 89, in testGatherv3
    self.COMM.Igatherv(sendbuf, recvbuf, root).Wait()
  File "MPI/Comm.pyx", line 787, in mpi4py.MPI.Comm.Igatherv
(src/mpi4py.MPI.c:100799)
Exception: MPI_ERR_SIZE: invalid size

======================================================================
ERROR: testScatterv (test_cco_nb_vec.TestCCOVecWorldDup)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test/test_cco_nb_vec.py", line 120, in testScatterv
    self.COMM.Iscatterv(sendbuf, rbuf.as_mpi(), root).Wait()
  File "MPI/Comm.pyx", line 815, in mpi4py.MPI.Comm.Iscatterv
(src/mpi4py.MPI.c:101257)
Exception: MPI_ERR_SIZE: invalid size

======================================================================
ERROR: testScatterv2 (test_cco_nb_vec.TestCCOVecWorldDup)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test/test_cco_nb_vec.py", line 138, in testScatterv2
    self.COMM.Iscatterv(sendbuf, recvbuf, root).Wait()
  File "MPI/Comm.pyx", line 815, in mpi4py.MPI.Comm.Iscatterv
(src/mpi4py.MPI.c:101257)
Exception: MPI_ERR_SIZE: invalid size

======================================================================
ERROR: testScatterv3 (test_cco_nb_vec.TestCCOVecWorldDup)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test/test_cco_nb_vec.py", line 160, in testScatterv3
    self.COMM.Iscatterv(sendbuf, recvbuf, root).Wait()
  File "MPI/Comm.pyx", line 815, in mpi4py.MPI.Comm.Iscatterv
(src/mpi4py.MPI.c:101257)
Exception: MPI_ERR_SIZE: invalid size

-- 
Orion Poplawski
Technical Manager                     303-415-9701 x222
NWRA, Boulder/CoRA Office             FAX: 303-415-9702
3380 Mitchell Lane                       or...@nwra.com
Boulder, CO 80301                   http://www.nwra.com

Reply via email to