Sorry for that. I pushed a similar workaround for the cpp test.
Johan On Wednesday December 8 2010 01:25:52 Johannes Ring wrote: > On Wed, Dec 8, 2010 at 5:50 AM, Johan Hake <[email protected]> wrote: > > The test that either fails (by good reasons, because number of mesh > > entities are compared), or segfaults are now not run in parallel. The > > segfault is caused by a MeshFunction beeing read from and/or written to > > file, which is a known issue. > > The Python test is fixed but the C++ test still fails when run in parallel. > > Johannes > > > It might be good to have a test that check the partitioning of the mesh. > > > > JOhan > > > > On Tuesday December 7 2010 02:25:55 Johannes Ring wrote: > >> I tried to define RUN_TESTS_IN_PARALLEL on one of the buildbot slaves > >> to turn on parallel testing and the result was that it timed out on > >> the mesh unit test. Then I tried to run the test manually with 'mpirun > >> -np 2' and it failed with a segmentation fault. Should we add > >> not_working_in_parallel to this unit test? > >> > >> Johannes > >> > >> _______________________________________________ > >> Mailing list: https://launchpad.net/~dolfin > >> Post to : [email protected] > >> Unsubscribe : https://launchpad.net/~dolfin > >> More help : https://help.launchpad.net/ListHelp > > _______________________________________________ > Mailing list: https://launchpad.net/~dolfin > Post to : [email protected] > Unsubscribe : https://launchpad.net/~dolfin > More help : https://help.launchpad.net/ListHelp _______________________________________________ Mailing list: https://launchpad.net/~dolfin Post to : [email protected] Unsubscribe : https://launchpad.net/~dolfin More help : https://help.launchpad.net/ListHelp

