On Tue, Aug 17, 2010 at 8:13 PM, Garth N. Wells <[email protected]> wrote: > Some of the unit tests are failing in parallel on the buildbot, but work > fine for me in parallel. Any ideas what's up on the buildbots?
This is the reason for the failure on the buildbot (complete output below): demo: dolfin/la/PETScVector.cpp:128: virtual void dolfin::PETScVector::get_local(dolfin::Array<double>&) const: Assertion `values.size() == local_size' failed. I also get the same error on my computer. Johannes fenics-sl...@byggmester:cpp$ mpirun -np 2 ./demo Process 0: Found 5 vector sample(s) in time series. Process 0: Found 5 mesh sample(s) in time series. Process 0: Number of global vertices: 9 Process 0: Number of global cells: 8 Process 1: Found 5 vector sample(s) in time series. Process 1: Found 5 mesh sample(s) in time series. Process 0: Partitioned mesh, edge cut is 2. Process 1: Partitioned mesh, edge cut is 2. demo: dolfin/la/PETScVector.cpp:128: virtual void dolfin::PETScVector::get_local(dolfin::Array<double>&) const: Assertion `values.size() == local_size' failed. [byggmester:27921] *** Process received signal *** [byggmester:27921] Signal: Aborted (6) [byggmester:27921] Signal code: (-6) [byggmester:27921] [ 0] /lib/libpthread.so.0 [0x2ad89ecb8080] [byggmester:27921] [ 1] /lib/libc.so.6(gsignal+0x35) [0x2ad89eef7fb5] [byggmester:27921] [ 2] /lib/libc.so.6(abort+0x183) [0x2ad89eef9bc3] [byggmester:27921] [ 3] /lib/libc.so.6(__assert_fail+0xe9) [0x2ad89eef0f09] [byggmester:27921] [ 4] /opt/fenics/lib/libdolfin.so.0(_ZNK6dolfin11PETScVector9get_localERNS_5ArrayIdEE+0x1be) [0x2ad8968a356e] [byggmester:27921] [ 5] /opt/fenics/lib/libdolfin.so.0(_ZN6dolfin10BinaryFilelsERKNS_13GenericVectorE+0x84) [0x2ad89683ac04] [byggmester:27921] [ 6] /opt/fenics/lib/libdolfin.so.0(_Z12store_objectIN6dolfin13GenericVectorEEvRKT_dRSt6vectorIdSaIdEESsSs+0x10e) [0x2ad896a0920e] [byggmester:27921] [ 7] /opt/fenics/lib/libdolfin.so.0(_ZN6dolfin10TimeSeries5storeERKNS_13GenericVectorEd+0x75) [0x2ad896a07a95] [byggmester:27921] [ 8] ./demo(main+0x334) [0x4111b4] [byggmester:27921] [ 9] /lib/libc.so.6(__libc_start_main+0xe6) [0x2ad89eee35a6] [byggmester:27921] [10] ./demo [0x410a89] [byggmester:27921] *** End of error message *** -------------------------------------------------------------------------- mpirun noticed that process rank 1 with PID 27921 on node byggmester exited on signal 6 (Aborted). -------------------------------------------------------------------------- fenics-sl...@byggmester:cpp$ _______________________________________________ Mailing list: https://launchpad.net/~dolfin Post to : [email protected] Unsubscribe : https://launchpad.net/~dolfin More help : https://help.launchpad.net/ListHelp

