fix it at present.
git-svn-id: https://svn.dealii.org/trunk@23933
0785d39b-7218-0410-832d-
ea1e28bc413d
//---------------------------------------------------------------------------
-// Like _01 but with PETSc vectors
+// Like _01 but with PETSc vectors. this program hangs at the time of writing
+// in much the same way solution_transfer_01 does because one processor has no
+// cells and all the others decide that PETScWrappers::Vector::compress is a
+// no-op when of course the one who does have cells doesn't think so
+
#include "../tests.h"
#include "coarse_grid_common.h"
int main(int argc, char *argv[])
{
+ abort ();
+
PetscInitialize(&argc,&argv,0,0);
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams