]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Abort the program at the moment since it locks up and we don't have a way to
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 8 Jul 2011 00:11:45 +0000 (00:11 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 8 Jul 2011 00:11:45 +0000 (00:11 +0000)
fix it at present.

git-svn-id: https://svn.dealii.org/trunk@23933 0785d39b-7218-0410-832d-ea1e28bc413d

tests/mpi/interpolate_02.cc

index c3ef34ebad5f8bdae4f8aaf3580aacb40d7eacdb..b55778b1368c4f8d83650cdc30b0ce18971b3b9c 100644 (file)
 //---------------------------------------------------------------------------
 
 
-// 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"
@@ -75,6 +79,8 @@ void test()
 
 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


Typeset in Trocchi and Trocchi Bold Sans Serif.